﻿2025-08-20T22:23:44.8313976Z Current runner version: '2.328.0'
2025-08-20T22:23:44.8342133Z ##[group]Runner Image Provisioner
2025-08-20T22:23:44.8342912Z Hosted Compute Agent
2025-08-20T22:23:44.8343754Z Version: 20250818.377
2025-08-20T22:23:44.8344366Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:23:44.8345094Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:23:44.8345711Z ##[endgroup]
2025-08-20T22:23:44.8346246Z ##[group]Operating System
2025-08-20T22:23:44.8346855Z Ubuntu
2025-08-20T22:23:44.8347361Z 24.04.2
2025-08-20T22:23:44.8347840Z LTS
2025-08-20T22:23:44.8348398Z ##[endgroup]
2025-08-20T22:23:44.8349244Z ##[group]Runner Image
2025-08-20T22:23:44.8349873Z Image: ubuntu-24.04
2025-08-20T22:23:44.8350493Z Version: 20250818.1.0
2025-08-20T22:23:44.8351507Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:23:44.8353359Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:23:44.8354486Z ##[endgroup]
2025-08-20T22:23:44.8355880Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:23:44.8358049Z Attestations: write
2025-08-20T22:23:44.8358855Z Contents: write
2025-08-20T22:23:44.8359383Z Metadata: read
2025-08-20T22:23:44.8359956Z Packages: write
2025-08-20T22:23:44.8360510Z ##[endgroup]
2025-08-20T22:23:44.8362990Z Secret source: Actions
2025-08-20T22:23:44.8364374Z Prepare workflow directory
2025-08-20T22:23:44.8684872Z Prepare all required actions
2025-08-20T22:23:44.8722556Z Getting action download info
2025-08-20T22:23:45.1788316Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:23:45.4981594Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:23:45.8169269Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:23:45.9251226Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:23:46.2079421Z Getting action download info
2025-08-20T22:23:46.3597625Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:23:46.5672310Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:23:46.7735583Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/sendme/official)
2025-08-20T22:23:46.8361488Z ##[group]Run ##Presets
2025-08-20T22:23:46.8362005Z [36;1m##Presets[0m
2025-08-20T22:23:46.8362391Z [36;1mset +x ; set +e[0m
2025-08-20T22:23:46.8362760Z [36;1m#-------------#[0m
2025-08-20T22:23:46.8363386Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:23:46.8363922Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:23:46.8364421Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.8364864Z [36;1m  fi[0m
2025-08-20T22:23:46.8365286Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:23:46.8365835Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:23:46.8366338Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.8366758Z [36;1m  fi[0m
2025-08-20T22:23:46.8367246Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:23:46.8367800Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:23:46.8368282Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.8368706Z [36;1m  fi[0m
2025-08-20T22:23:46.8369096Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:23:46.8369591Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:23:46.8370300Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:23:46.8370733Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:23:46.8371184Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.8371592Z [36;1m     else[0m
2025-08-20T22:23:46.8371973Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.8372399Z [36;1m     fi[0m
2025-08-20T22:23:46.8372737Z [36;1m  fi[0m
2025-08-20T22:23:46.8373043Z [36;1mfi[0m
2025-08-20T22:23:46.8445036Z shell: /usr/bin/bash -e {0}
2025-08-20T22:23:46.8445733Z env:
2025-08-20T22:23:46.8446610Z   GH_TOKEN: ***
2025-08-20T22:23:46.8447158Z ##[endgroup]
2025-08-20T22:23:46.8771950Z ##[group]Run ##Presets
2025-08-20T22:23:46.8772552Z [36;1m##Presets[0m
2025-08-20T22:23:46.8773009Z [36;1mset +x ; set +e[0m
2025-08-20T22:23:46.8773767Z [36;1m#-------------#[0m
2025-08-20T22:23:46.8842849Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:23:46.8843845Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:23:46.8844493Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:23:46.8845043Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:23:46.8845584Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:23:46.8846131Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:23:46.8846587Z [36;1m  exit 1[0m
2025-08-20T22:23:46.8846905Z [36;1mfi[0m
2025-08-20T22:23:46.8891807Z shell: /usr/bin/bash -e {0}
2025-08-20T22:23:46.8892201Z env:
2025-08-20T22:23:46.8892855Z   RO_GHTOKEN: ***
2025-08-20T22:23:46.8893427Z   RO_GLTOKEN: ***
2025-08-20T22:23:46.8894750Z   MINISIGN_KEY: ***
2025-08-20T22:23:46.8895075Z ##[endgroup]
2025-08-20T22:23:46.9053814Z ##[group]Run ##Presets
2025-08-20T22:23:46.9054358Z [36;1m##Presets[0m
2025-08-20T22:23:46.9054705Z [36;1mset +x ; set +e[0m
2025-08-20T22:23:46.9055068Z [36;1m#-------------#[0m
2025-08-20T22:23:46.9055426Z [36;1m##Host Triplet[0m
2025-08-20T22:23:46.9055854Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:23:46.9056313Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:23:46.9056764Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:23:46.9057206Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:23:46.9057637Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:23:46.9058107Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:23:46.9058568Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:23:46.9059030Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:23:46.9059418Z [36;1m   fi[0m
2025-08-20T22:23:46.9059848Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:23:46.9060320Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:23:46.9060756Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:23:46.9061206Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:23:46.9061616Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:23:46.9061960Z [36;1m fi[0m
2025-08-20T22:23:46.9062361Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9062879Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9063667Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9064167Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9064551Z [36;1m##Debug[0m
2025-08-20T22:23:46.9064880Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:23:46.9065264Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:23:46.9065627Z [36;1m else[0m
2025-08-20T22:23:46.9065947Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:23:46.9066515Z [36;1m fi[0m
2025-08-20T22:23:46.9066872Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9067284Z [36;1m##Docker Platform[0m
2025-08-20T22:23:46.9067703Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:23:46.9068149Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:23:46.9068606Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:23:46.9069073Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:23:46.9069526Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:23:46.9069980Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:23:46.9070429Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:23:46.9070872Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:23:46.9071232Z [36;1m fi[0m
2025-08-20T22:23:46.9071641Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9072183Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9072630Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:23:46.9073528Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/sendme/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:23:46.9074300Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:23:46.9074742Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9075200Z [36;1m##Logs[0m
2025-08-20T22:23:46.9075530Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:23:46.9076021Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:23:46.9076375Z [36;1m else[0m
2025-08-20T22:23:46.9076703Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:23:46.9077103Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:23:46.9077472Z [36;1m fi[0m
2025-08-20T22:23:46.9078050Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9078578Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9079056Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:23:46.9079545Z [36;1m PKG_FAMILY_LOCAL="$(echo "sendme" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:23:46.9080056Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:23:46.9080502Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9080938Z [36;1m##Rebuild[0m
2025-08-20T22:23:46.9081283Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:23:46.9081681Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:23:46.9082047Z [36;1m else[0m
2025-08-20T22:23:46.9082378Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:23:46.9082745Z [36;1m fi[0m
2025-08-20T22:23:46.9083139Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9083797Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:23:46.9084351Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:23:46.9085016Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:23:46.9085960Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:23:46.9086839Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:23:46.9087330Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:23:46.9087896Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:23:46.9088448Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:23:46.9088951Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9089352Z [36;1m    exit 1[0m
2025-08-20T22:23:46.9089692Z [36;1m   else[0m
2025-08-20T22:23:46.9090023Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:23:46.9090646Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9091100Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:23:46.9091557Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:23:46.9092024Z [36;1m      #check if supported[0m
2025-08-20T22:23:46.9092530Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:23:46.9093346Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:23:46.9093944Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:23:46.9094398Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9094817Z [36;1m         exit 1[0m
2025-08-20T22:23:46.9095155Z [36;1m       fi[0m
2025-08-20T22:23:46.9095505Z [36;1m      #get build system[0m
2025-08-20T22:23:46.9096022Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:23:46.9096527Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:23:46.9096945Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9097428Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:23:46.9097912Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9098369Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9098839Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:23:46.9099308Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9099760Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:46.9100155Z [36;1m       fi[0m
2025-08-20T22:23:46.9100626Z [36;1m     fi[0m
2025-08-20T22:23:46.9100939Z [36;1m   fi[0m
2025-08-20T22:23:46.9101269Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:23:46.9146411Z shell: /usr/bin/bash -e {0}
2025-08-20T22:23:46.9146806Z ##[endgroup]
2025-08-20T22:23:47.0921557Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:23:47.0922276Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:23:47.0922596Z 
2025-08-20T22:23:47.1490388Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:23:47.1491324Z 100  5489  100  5489    0     0  93870      0 --:--:-- --:--:-- --:--:-- 94637
2025-08-20T22:23:47.1507754Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:23:47.1751951Z ##[group]Run ##Presets
2025-08-20T22:23:47.1752383Z [36;1m##Presets[0m
2025-08-20T22:23:47.1752722Z [36;1mset +x ; set +e[0m
2025-08-20T22:23:47.1753066Z [36;1m#-------------#[0m
2025-08-20T22:23:47.1753753Z [36;1m##Debug?[0m
2025-08-20T22:23:47.1754163Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:23:47.1754594Z [36;1m  set -x[0m
2025-08-20T22:23:47.1754897Z [36;1mfi[0m
2025-08-20T22:23:47.1755206Z [36;1m#-------------#[0m
2025-08-20T22:23:47.1755544Z [36;1m##CoreUtils[0m
2025-08-20T22:23:47.1755880Z [36;1msudo apt update -y[0m
2025-08-20T22:23:47.1756366Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:23:47.1757519Z [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-20T22:23:47.1758559Z [36;1m##tmp[0m
2025-08-20T22:23:47.1758964Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:23:47.1759417Z [36;1m#GH ENV[0m
2025-08-20T22:23:47.1759774Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:47.1760417Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:47.1760808Z [36;1m#-------------#[0m
2025-08-20T22:23:47.1761169Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:23:47.1761543Z [36;1msudo apt update -y[0m
2025-08-20T22:23:47.1761916Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:23:47.1762295Z [36;1m##Setup Minisign[0m
2025-08-20T22:23:47.1762653Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:23:47.1763416Z [36;1mecho "***[0m
2025-08-20T22:23:47.1765107Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:23:47.1765536Z [36;1m##User-Agent[0m
2025-08-20T22:23:47.1766433Z [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-20T22:23:47.1767378Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:23:47.1810789Z shell: /usr/bin/bash -e {0}
2025-08-20T22:23:47.1811333Z env:
2025-08-20T22:23:47.1811647Z   CROSS_COMPILING: NO
2025-08-20T22:23:47.1811995Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:23:47.1812357Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:23:47.1812704Z   ON_QEMU: NO
2025-08-20T22:23:47.1813001Z   DEBUG: 0
2025-08-20T22:23:47.1813508Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:23:47.1813880Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:23:47.1814308Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:23:47.1814747Z   KEEP_LOGS: YES
2025-08-20T22:23:47.1815072Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:23:47.1815422Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:23:47.1815778Z   SBUILD_REBUILD: false
2025-08-20T22:23:47.1816470Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:23:47.1817186Z   BUILD_SYS: docker://rust
2025-08-20T22:23:47.1817540Z   BUILD_ON_HOST: FALSE
2025-08-20T22:23:47.1817867Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:23:47.1818187Z ##[endgroup]
2025-08-20T22:23:47.2084799Z 
2025-08-20T22:23:47.2085542Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:23:47.2086036Z 
2025-08-20T22:23:47.2764963Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:23:47.3111871Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:23:47.3114876Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:23:47.3117227Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:23:47.3131848Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:23:47.3183636Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:23:47.3211440Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:23:47.4935354Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:23:47.5043647Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:23:47.5088406Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:23:47.5458117Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:23:47.5548447Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:23:47.5587658Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:23:47.5595905Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:23:47.5668282Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:23:47.5706775Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:23:47.5744354Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:23:47.5839477Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:23:47.5875268Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:23:47.5883110Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:23:47.6642176Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:23:47.6661113Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:23:47.6668793Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:23:47.6676371Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:23:47.6962175Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:23:47.7034192Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:23:47.7057420Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:23:47.7068014Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:23:47.7129133Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:23:47.7155862Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:23:47.7164116Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:23:47.7269019Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:23:47.7297163Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:23:47.7307405Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:23:54.6865088Z Fetched 10.6 MB in 1s (7700 kB/s)
2025-08-20T22:23:55.4633652Z Reading package lists...
2025-08-20T22:23:55.6404760Z Building dependency tree...
2025-08-20T22:23:55.6414003Z Reading state information...
2025-08-20T22:23:55.6564890Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:23:55.6676725Z 
2025-08-20T22:23:55.6677469Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:23:55.6678318Z 
2025-08-20T22:23:55.6806716Z Reading package lists...
2025-08-20T22:23:55.8684500Z Building dependency tree...
2025-08-20T22:23:55.8696105Z Reading state information...
2025-08-20T22:23:56.0692366Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:23:56.0692829Z bc set to manually installed.
2025-08-20T22:23:56.0693144Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:23:56.0694174Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:23:56.0694799Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:23:56.0695355Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:23:56.0695931Z The following additional packages will be installed:
2025-08-20T22:23:56.0698121Z   libtime-duration-perl
2025-08-20T22:23:56.1049686Z The following NEW packages will be installed:
2025-08-20T22:23:56.1056960Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:23:56.1258505Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:23:56.1498857Z Need to get 616 kB of archives.
2025-08-20T22:23:56.1500470Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:23:56.1501184Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:23:56.2763878Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:23:56.2932747Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:23:56.3092010Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:23:56.3259222Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:23:56.6092717Z Fetched 616 kB in 0s (3070 kB/s)
2025-08-20T22:23:56.6326695Z Selecting previously unselected package fdupes.
2025-08-20T22:23:56.6553899Z (Reading database ... 
2025-08-20T22:23:56.6554419Z (Reading database ... 5%
2025-08-20T22:23:56.6554890Z (Reading database ... 10%
2025-08-20T22:23:56.6555272Z (Reading database ... 15%
2025-08-20T22:23:56.6555626Z (Reading database ... 20%
2025-08-20T22:23:56.6555896Z (Reading database ... 25%
2025-08-20T22:23:56.6556134Z (Reading database ... 30%
2025-08-20T22:23:56.6556375Z (Reading database ... 35%
2025-08-20T22:23:56.6556611Z (Reading database ... 40%
2025-08-20T22:23:56.6556863Z (Reading database ... 45%
2025-08-20T22:23:56.6557116Z (Reading database ... 50%
2025-08-20T22:23:56.6681759Z (Reading database ... 55%
2025-08-20T22:23:56.7009532Z (Reading database ... 60%
2025-08-20T22:23:56.7248377Z (Reading database ... 65%
2025-08-20T22:23:56.7502716Z (Reading database ... 70%
2025-08-20T22:23:56.7732104Z (Reading database ... 75%
2025-08-20T22:23:56.8020289Z (Reading database ... 80%
2025-08-20T22:23:56.8512467Z (Reading database ... 85%
2025-08-20T22:23:56.8941838Z (Reading database ... 90%
2025-08-20T22:23:56.9502751Z (Reading database ... 95%
2025-08-20T22:23:56.9503062Z (Reading database ... 100%
2025-08-20T22:23:56.9503709Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:23:56.9547333Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:23:56.9571873Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:23:56.9827136Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:23:56.9962572Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:23:56.9973488Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:23:57.0212411Z Selecting previously unselected package moreutils.
2025-08-20T22:23:57.0347961Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:23:57.0359847Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:23:57.0708192Z Selecting previously unselected package dos2unix.
2025-08-20T22:23:57.0843130Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:23:57.0855587Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:23:57.1768857Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:23:57.1794739Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:23:57.1823952Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:23:57.1855008Z Setting up moreutils (0.69-1) ...
2025-08-20T22:23:57.1885799Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:24:06.1551757Z 
2025-08-20T22:24:06.1552318Z Running kernel seems to be up-to-date.
2025-08-20T22:24:06.1628514Z 
2025-08-20T22:24:06.1629008Z Restarting services...
2025-08-20T22:24:06.1629208Z 
2025-08-20T22:24:06.1629322Z Service restarts being deferred:
2025-08-20T22:24:06.1630281Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:24:06.1630510Z 
2025-08-20T22:24:06.1631231Z No containers need to be restarted.
2025-08-20T22:24:06.1631500Z 
2025-08-20T22:24:06.1631627Z No user sessions are running outdated binaries.
2025-08-20T22:24:06.1631817Z 
2025-08-20T22:24:06.1632009Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:24:07.3660512Z Reading package lists...
2025-08-20T22:24:07.5779974Z Building dependency tree...
2025-08-20T22:24:07.5788203Z Reading state information...
2025-08-20T22:24:07.7862456Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:24:07.7863468Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:24:07.7864003Z apt-utils set to manually installed.
2025-08-20T22:24:07.7865122Z ca-certificates is already the newest version (20240203).
2025-08-20T22:24:07.7865784Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:24:07.7866372Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:24:07.7867026Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:24:07.7867631Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:24:07.7868191Z moreutils is already the newest version (0.69-1).
2025-08-20T22:24:07.7868785Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:24:07.7869397Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:24:07.7869912Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:24:07.7870434Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:24:07.7870890Z tmux set to manually installed.
2025-08-20T22:24:07.7871344Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:24:07.7871864Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:24:07.7872385Z The following additional packages will be installed:
2025-08-20T22:24:07.7872884Z   python3-software-properties
2025-08-20T22:24:07.7873482Z Recommended packages:
2025-08-20T22:24:07.7873814Z   unattended-upgrades
2025-08-20T22:24:07.8221682Z The following NEW packages will be installed:
2025-08-20T22:24:07.8222179Z   rename
2025-08-20T22:24:07.8240003Z The following packages will be upgraded:
2025-08-20T22:24:07.8241291Z   python3-software-properties software-properties-common
2025-08-20T22:24:07.8464791Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:07.8716004Z Need to get 64.7 kB of archives.
2025-08-20T22:24:07.8716855Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:24:07.8717579Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:07.9050133Z 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-20T22:24:07.9203707Z 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-20T22:24:07.9486564Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:24:08.2513817Z Fetched 64.7 kB in 0s (732 kB/s)
2025-08-20T22:24:08.2851244Z (Reading database ... 
2025-08-20T22:24:08.2851734Z (Reading database ... 5%
2025-08-20T22:24:08.2852112Z (Reading database ... 10%
2025-08-20T22:24:08.2852483Z (Reading database ... 15%
2025-08-20T22:24:08.2852862Z (Reading database ... 20%
2025-08-20T22:24:08.2853396Z (Reading database ... 25%
2025-08-20T22:24:08.2853780Z (Reading database ... 30%
2025-08-20T22:24:08.2854508Z (Reading database ... 35%
2025-08-20T22:24:08.2854918Z (Reading database ... 40%
2025-08-20T22:24:08.2855279Z (Reading database ... 45%
2025-08-20T22:24:08.2855633Z (Reading database ... 50%
2025-08-20T22:24:08.2958778Z (Reading database ... 55%
2025-08-20T22:24:08.3006248Z (Reading database ... 60%
2025-08-20T22:24:08.3060637Z (Reading database ... 65%
2025-08-20T22:24:08.3127494Z (Reading database ... 70%
2025-08-20T22:24:08.3169502Z (Reading database ... 75%
2025-08-20T22:24:08.3216895Z (Reading database ... 80%
2025-08-20T22:24:08.3402516Z (Reading database ... 85%
2025-08-20T22:24:08.3521362Z (Reading database ... 90%
2025-08-20T22:24:08.3849322Z (Reading database ... 95%
2025-08-20T22:24:08.3849815Z (Reading database ... 100%
2025-08-20T22:24:08.3850383Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:24:08.3899335Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:24:08.4839542Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:24:08.5510843Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:24:08.6278694Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:24:08.6640980Z Selecting previously unselected package rename.
2025-08-20T22:24:08.6813142Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:24:08.6825352Z Unpacking rename (2.02-1) ...
2025-08-20T22:24:08.7330205Z Setting up rename (2.02-1) ...
2025-08-20T22:24:08.7420499Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:24:08.7451710Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:24:08.8730136Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:24:08.9873582Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:24:13.2839294Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:24:15.0879943Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:15.1196746Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:24:15.1201642Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:24:15.1206874Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:24:15.1216732Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:24:15.1228970Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:24:15.1241459Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:24:16.4785434Z Reading package lists...
2025-08-20T22:24:16.7061522Z Building dependency tree...
2025-08-20T22:24:16.7068675Z Reading state information...
2025-08-20T22:24:16.7361534Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:24:16.7573701Z 
2025-08-20T22:24:16.7576260Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:24:16.7576649Z 
2025-08-20T22:24:16.8225859Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:16.8616866Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:24:16.8624452Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:24:16.8625368Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:24:16.8632152Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:24:16.8642277Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:24:16.8649072Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:24:18.3481353Z Reading package lists...
2025-08-20T22:24:18.6224833Z Building dependency tree...
2025-08-20T22:24:18.6232854Z Reading state information...
2025-08-20T22:24:18.6561536Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:24:18.6700995Z 
2025-08-20T22:24:18.6702114Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:24:18.6702559Z 
2025-08-20T22:24:18.6861923Z Reading package lists...
2025-08-20T22:24:18.9767789Z Building dependency tree...
2025-08-20T22:24:18.9776750Z Reading state information...
2025-08-20T22:24:19.4401407Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:24:19.5105907Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:19.5512978Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:24:19.6004387Z ##[group]Run ##Presets
2025-08-20T22:24:19.6004674Z [36;1m##Presets[0m
2025-08-20T22:24:19.6004881Z [36;1mset +x ; set +e[0m
2025-08-20T22:24:19.6005096Z [36;1m#-------------#[0m
2025-08-20T22:24:19.6005305Z [36;1m##Debug?[0m
2025-08-20T22:24:19.6005559Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:24:19.6005860Z [36;1m  set -x[0m
2025-08-20T22:24:19.6006060Z [36;1mfi[0m
2025-08-20T22:24:19.6006253Z [36;1m#-------------#[0m
2025-08-20T22:24:19.6006704Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:24:19.6007319Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:24:19.6007931Z [36;1msudo service procps restart[0m
2025-08-20T22:24:19.6008252Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:24:19.6049015Z shell: /usr/bin/bash -e {0}
2025-08-20T22:24:19.6049267Z env:
2025-08-20T22:24:19.6049515Z   CROSS_COMPILING: NO
2025-08-20T22:24:19.6049745Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:24:19.6049970Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:24:19.6071937Z   ON_QEMU: NO
2025-08-20T22:24:19.6072144Z   DEBUG: 0
2025-08-20T22:24:19.6072344Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:24:19.6072746Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:24:19.6073384Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:24:19.6073848Z   KEEP_LOGS: YES
2025-08-20T22:24:19.6074149Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:24:19.6074481Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:24:19.6074824Z   SBUILD_REBUILD: false
2025-08-20T22:24:19.6075654Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:24:19.6076678Z   BUILD_SYS: docker://rust
2025-08-20T22:24:19.6077193Z   BUILD_ON_HOST: FALSE
2025-08-20T22:24:19.6077547Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:24:19.6077932Z   SYSTMP: /tmp
2025-08-20T22:24:19.6078430Z   GHA_MODE: MATRIX
2025-08-20T22:24:19.6079149Z   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-20T22:24:19.6079640Z ##[endgroup]
2025-08-20T22:24:19.6238026Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:24:19.6328459Z 0
2025-08-20T22:24:19.6781501Z vm.max_map_count = 262144
2025-08-20T22:24:19.6781984Z fs.inotify.max_user_watches = 655360
2025-08-20T22:24:19.6782387Z fs.inotify.max_user_instances = 1280
2025-08-20T22:24:19.6783018Z vm.mmap_rnd_bits = 28
2025-08-20T22:24:19.6870960Z ##[group]Run ##Presets
2025-08-20T22:24:19.6871310Z [36;1m##Presets[0m
2025-08-20T22:24:19.6871524Z [36;1mset +x ; set +e[0m
2025-08-20T22:24:19.6871753Z [36;1m#-------------#[0m
2025-08-20T22:24:19.6871958Z [36;1m##Debug?[0m
2025-08-20T22:24:19.6872209Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:24:19.6872507Z [36;1m  set -x[0m
2025-08-20T22:24:19.6872696Z [36;1mfi[0m
2025-08-20T22:24:19.6872880Z [36;1m#-------------#[0m
2025-08-20T22:24:19.6873083Z [36;1m##Main[0m
2025-08-20T22:24:19.6873558Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:24:19.6874221Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:24:19.6874949Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:24:19.6875319Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:24:19.6875641Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:24:19.6875902Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:24:19.6876219Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:24:19.6876553Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:24:19.6876864Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:24:19.6877193Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:24:19.6877499Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:24:19.6877836Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:24:19.6878213Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:24:19.6878501Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:24:19.6878771Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:24:19.6879056Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:24:19.6879349Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:24:19.6879638Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:24:19.6879921Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:24:19.6880460Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:24:19.6880778Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:24:19.6881081Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:24:19.6881438Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:24:19.6881748Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:24:19.6882053Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:24:19.6882355Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:24:19.6882629Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:24:19.6882983Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:24:19.6884142Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:24:19.6884704Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:24:19.6885178Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:24:19.6885523Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:24:19.6885872Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:24:19.6886513Z [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-20T22:24:19.6887318Z [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-20T22:24:19.6887857Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:19.6888127Z [36;1m else[0m
2025-08-20T22:24:19.6888645Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:24:19.6889019Z [36;1m fi[0m
2025-08-20T22:24:19.6889271Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:24:19.6889667Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:24:19.6890090Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:24:19.6890483Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:24:19.6891008Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:24:19.6891401Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:24:19.6891810Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:24:19.6892226Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:24:19.6892659Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:24:19.6893081Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:24:19.6893625Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:24:19.6937698Z shell: /usr/bin/bash -e {0}
2025-08-20T22:24:19.6937959Z env:
2025-08-20T22:24:19.6938153Z   CROSS_COMPILING: NO
2025-08-20T22:24:19.6938369Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:24:19.6938601Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:24:19.6938817Z   ON_QEMU: NO
2025-08-20T22:24:19.6938992Z   DEBUG: 0
2025-08-20T22:24:19.6939186Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:24:19.6939416Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:24:19.6939705Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:24:19.6940008Z   KEEP_LOGS: YES
2025-08-20T22:24:19.6940204Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:24:19.6940421Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:24:19.6940638Z   SBUILD_REBUILD: false
2025-08-20T22:24:19.6941205Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:24:19.6941772Z   BUILD_SYS: docker://rust
2025-08-20T22:24:19.6942185Z   BUILD_ON_HOST: FALSE
2025-08-20T22:24:19.6942387Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:24:19.6942589Z   SYSTMP: /tmp
2025-08-20T22:24:19.6942774Z   GHA_MODE: MATRIX
2025-08-20T22:24:19.6943472Z   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-20T22:24:19.6944252Z   GHCR_TOKEN: ***
2025-08-20T22:24:19.6944544Z   GITHUB_TOKEN: ***
2025-08-20T22:24:19.6944782Z   GITLAB_TOKEN: ***
2025-08-20T22:24:19.6945926Z   MINISIGN_KEY: ***
2025-08-20T22:24:19.6946123Z ##[endgroup]
2025-08-20T22:24:19.7668006Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:24:19.8975760Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:24:19.8977057Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:24:19.8977602Z 
2025-08-20T22:24:19.9298805Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:24:19.9299624Z 100  5489  100  5489    0     0   165k      0 --:--:-- --:--:-- --:--:--  167k
2025-08-20T22:24:19.9318490Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:24:19.9414118Z 
2025-08-20T22:24:19.9414705Z [+] Building [/tmp/tmp.UrsCo7NvFc/SBUILD_INPUT] Locally
2025-08-20T22:24:19.9415101Z 
2025-08-20T22:24:19.9429329Z '/tmp/tmp.UrsCo7NvFc/SBUILD_INPUT' -> '/tmp/pkgforge/LsW9wVkxg_build.yaml'
2025-08-20T22:24:20.0039550Z 
2025-08-20T22:24:20.0040074Z [+] Passwordless sudo is Configured
2025-08-20T22:24:20.0917298Z 
2025-08-20T22:24:20.0931186Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:24:20.0931509Z 
2025-08-20T22:24:20.1566108Z 
2025-08-20T22:24:20.1567587Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:24:20.1568198Z 
2025-08-20T22:24:20.1568206Z 
2025-08-20T22:24:20.1568584Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:24:20.1569099Z 
2025-08-20T22:24:20.1619311Z [+] Installing: 7z -> 7z
2025-08-20T22:24:21.0871066Z [+] Installing: actionlint -> actionlint
2025-08-20T22:24:21.2298242Z [+] Installing: anew -> anew
2025-08-20T22:24:21.5686834Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:24:21.8967397Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:24:22.0084353Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:24:22.1200797Z [+] Installing: archey -> archey
2025-08-20T22:24:22.2704141Z [+] Installing: aria2 -> aria2c
2025-08-20T22:24:22.4422801Z [+] Installing: askalono -> askalono
2025-08-20T22:24:22.5696934Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:24:22.9741893Z [+] Installing: b3sum -> b3sum
2025-08-20T22:24:23.3024991Z [+] Installing: bita -> bita
2025-08-20T22:24:23.4779909Z [+] Installing: btop -> btop
2025-08-20T22:24:23.8280158Z [+] Installing: chafa -> chafa
2025-08-20T22:24:23.9976338Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:24:24.4177690Z [+] Installing: croc -> croc
2025-08-20T22:24:24.7817954Z [+] Installing: csvtk -> csvtk
2025-08-20T22:24:25.1580417Z [+] Installing: cutlines -> cutlines
2025-08-20T22:24:25.4512981Z curl: (22) The requested URL returned error: 404
2025-08-20T22:24:25.4553689Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:24:25.4554657Z [+] Installing: dbin -> dbin
2025-08-20T22:24:25.8394243Z [+] Installing: dasel -> dasel
2025-08-20T22:24:26.0127762Z [+] Installing: delta -> delta
2025-08-20T22:24:26.1336666Z [+] Installing: ds -> ds
2025-08-20T22:24:26.4273703Z curl: (22) The requested URL returned error: 404
2025-08-20T22:24:26.4336227Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:24:26.4337645Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:24:26.7575717Z [+] Installing: duf -> duf
2025-08-20T22:24:27.1001416Z [+] Installing: duplicut -> duplicut
2025-08-20T22:24:27.4179587Z [+] Installing: dust -> dust
2025-08-20T22:24:27.5434424Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:24:27.8912044Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:24:28.2445373Z [+] Installing: dysk -> dysk
2025-08-20T22:24:28.3521405Z [+] Installing: eget -> eget
2025-08-20T22:24:28.6953048Z [+] Installing: epoch -> epoch
2025-08-20T22:24:29.0183097Z [+] Installing: faketty -> faketty
2025-08-20T22:24:29.3538922Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:24:29.6780422Z [+] Installing: freeze -> freeze
2025-08-20T22:24:29.8430544Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:24:29.9577921Z [+] Installing: gdu -> gdu
2025-08-20T22:24:30.1584882Z [+] Installing: gh -> gh
2025-08-20T22:24:30.4223739Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:24:30.8252383Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:24:31.1683004Z [+] Installing: glab -> glab
2025-08-20T22:24:31.3960707Z [+] Installing: glow -> glow
2025-08-20T22:24:31.8030349Z [+] Installing: httpx -> httpx
2025-08-20T22:24:32.0514006Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:24:32.2821892Z [+] Installing: husarnet -> husarnet
2025-08-20T22:24:32.3728411Z curl: (22) The requested URL returned error: 404
2025-08-20T22:24:32.3778000Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:24:32.3778693Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:24:32.4632289Z curl: (22) The requested URL returned error: 404
2025-08-20T22:24:32.4687885Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:24:32.4688865Z [+] Installing: imgcat -> imgcat
2025-08-20T22:24:32.8205960Z [+] Installing: jc -> jc
2025-08-20T22:24:33.2057348Z [+] Installing: jq -> jq
2025-08-20T22:24:33.3558617Z [+] Installing: logdy -> logdy
2025-08-20T22:24:33.7929502Z [+] Installing: micro -> micro
2025-08-20T22:24:34.1780912Z [+] Installing: miniserve -> miniserve
2025-08-20T22:24:34.3251061Z [+] Installing: minisign -> minisign
2025-08-20T22:24:34.6408856Z [+] Installing: ncdu -> ncdu
2025-08-20T22:24:34.7604312Z [+] Installing: notify -> notify
2025-08-20T22:24:34.9531135Z [+] Installing: ouch -> ouch
2025-08-20T22:24:35.0840236Z [+] Installing: oras -> oras
2025-08-20T22:24:35.4776715Z [+] Installing: pipetty -> pipetty
2025-08-20T22:24:35.7884153Z [+] Installing: pixterm -> pixterm
2025-08-20T22:24:35.9078119Z [+] Installing: qsv -> qsv
2025-08-20T22:24:36.2856000Z [+] Installing: rclone -> rclone
2025-08-20T22:24:36.7789321Z [+] Installing: ripgrep -> rg
2025-08-20T22:24:36.9306496Z [+] Installing: rga -> rga
2025-08-20T22:24:37.2807709Z [+] Installing: rsync -> rsync
2025-08-20T22:24:37.6385820Z [+] Installing: script -> script
2025-08-20T22:24:37.7362079Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:24:37.9182023Z [+] Installing: soar -> soar
2025-08-20T22:24:38.2969021Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:24:38.4453590Z [+] Installing: sstrip -> sstrip
2025-08-20T22:24:38.7914841Z [+] Installing: strace -> strace
2025-08-20T22:24:38.9000171Z [+] Installing: sttr -> sttr
2025-08-20T22:24:39.0325435Z [+] Installing: tailscale -> tailscale
2025-08-20T22:24:39.2342984Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:24:39.6275626Z [+] Installing: taplo -> taplo
2025-08-20T22:24:39.7729512Z [+] Installing: tldr -> tldr
2025-08-20T22:24:39.9104424Z [+] Installing: tldr -> tealdeer
2025-08-20T22:24:40.0838213Z [+] Installing: tmux -> tmux
2025-08-20T22:24:40.4081906Z [+] Installing: tok -> tok
2025-08-20T22:24:40.5487787Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:24:40.7829429Z [+] Installing: trurl -> trurl
2025-08-20T22:24:40.9533793Z [+] Installing: tss -> tss
2025-08-20T22:24:41.2824385Z [+] Installing: ulexec -> ulexec
2025-08-20T22:24:41.4447882Z [+] Installing: unfurl -> unfurl
2025-08-20T22:24:41.5904481Z [+] Installing: upx -> upx
2025-08-20T22:24:41.6982054Z [+] Installing: validtoml -> validtoml
2025-08-20T22:24:41.8271172Z [+] Installing: wget -> wget
2025-08-20T22:24:42.1721608Z [+] Installing: wget2 -> wget2
2025-08-20T22:24:42.3123396Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:24:42.4442962Z [+] Installing: xq -> xq
2025-08-20T22:24:42.6005394Z [+] Installing: xz -> xz
2025-08-20T22:24:42.7012670Z [+] Installing: unxz -> unxz
2025-08-20T22:24:42.8247389Z [+] Installing: yq -> yq
2025-08-20T22:24:43.2247744Z [+] Installing: yj -> yj
2025-08-20T22:24:43.3472770Z [+] Installing: zapper -> zapper
2025-08-20T22:24:43.4525732Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:24:43.7689248Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:24:43.8628841Z curl: (22) The requested URL returned error: 404
2025-08-20T22:24:43.8674856Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:24:43.8675989Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:24:43.9498408Z curl: (22) The requested URL returned error: 404
2025-08-20T22:24:43.9612887Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:24:43.9614606Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:24:44.0433925Z curl: (22) The requested URL returned error: 404
2025-08-20T22:24:44.0480229Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:24:44.0481161Z [+] Installing: zstd -> zstd
2025-08-20T22:24:44.1586758Z [+] Creating symlinks...
2025-08-20T22:24:44.1707248Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:24:44.1903845Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:24:44.2085334Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:24:44.2222470Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:24:44.2338251Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:24:44.2442466Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:24:44.2588567Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:24:44.2712284Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:24:44.2827047Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:24:44.2932594Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:24:44.3043507Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:24:44.3153950Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:24:44.3290414Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:24:44.3412950Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:24:44.3525902Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:24:44.3628283Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:24:44.3770725Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:24:44.3810431Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:24:44.3948211Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:24:44.4057276Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:24:44.4165250Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:24:44.4202940Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:24:44.4300906Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:24:44.4406214Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:24:44.4521833Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:24:44.4626919Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:24:44.4748098Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:24:44.4859914Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:24:44.4970146Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:24:44.5078747Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:24:44.5190537Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:24:44.5306449Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:24:44.5428983Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:24:44.5538768Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:24:44.5671096Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:24:44.5782175Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:24:44.5890744Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:24:44.6001991Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:24:44.6109936Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:24:44.6222403Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:24:44.6339816Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:24:44.6450661Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:24:44.6559066Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:24:44.6691262Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:24:44.6730579Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:24:44.6760528Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:24:44.6862957Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:24:44.6979743Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:24:44.7094405Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:24:44.7211160Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:24:44.7363535Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:24:44.7513710Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:24:44.7621921Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:24:44.7725581Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:24:44.7830036Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:24:44.7935105Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:24:44.8038552Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:24:44.8160154Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:24:44.8271523Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:24:44.8374673Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:24:44.8475653Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:24:44.8588472Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:24:44.8710827Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:24:44.8832782Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:24:44.8946030Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:24:44.9051462Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:24:44.9154993Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:24:44.9258415Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:24:44.9360542Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:24:44.9462567Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:24:44.9565258Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:24:44.9665600Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:24:44.9767852Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:24:44.9872424Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:24:44.9977429Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:24:45.0084078Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:24:45.0192011Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:24:45.0296540Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:24:45.0403749Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:24:45.0506956Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:24:45.0618413Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:24:45.0831905Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:24:45.0948426Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:24:45.1057993Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:24:45.1166299Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:24:45.1271350Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:24:45.1379233Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:24:45.1490282Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:24:45.1597121Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:24:45.1707184Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:24:45.1820978Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:24:45.1935863Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:24:45.2048786Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:24:45.2151352Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:24:45.2258441Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:24:45.2297197Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:24:45.2328274Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:24:45.2358368Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:24:45.2456191Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:24:45.2483866Z 
2025-08-20T22:24:45.2484438Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:24:45.2485139Z 
2025-08-20T22:24:45.2502042Z 
2025-08-20T22:24:45.2604930Z 
2025-08-20T22:24:45.2605461Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:24:45.2605717Z 
2025-08-20T22:24:45.2605809Z [+] Installation completed!
2025-08-20T22:24:45.2690800Z 
2025-08-20T22:24:45.2691191Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:24:45.4774588Z github.com
2025-08-20T22:24:45.4775442Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:24:45.4776029Z   - Active account: true
2025-08-20T22:24:45.4776469Z   - Git operations protocol: https
2025-08-20T22:24:45.4776950Z   - Token: ghp_************************************
2025-08-20T22:24:45.4778155Z   - 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-20T22:24:45.4779360Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:24:45.4779977Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:24:45.5727912Z Limit: 5000, Remaining: 4890, Reset: 2025-08-20 22:27:57 +0000 UTC (3m11s)
2025-08-20T22:24:45.5737515Z 
2025-08-20T22:24:45.5737839Z [+] GHCR_TOKEN is Exported
2025-08-20T22:24:45.5775858Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:24:45.7351051Z Login Succeeded
2025-08-20T22:24:45.7362848Z 
2025-08-20T22:24:45.7363123Z [+] GITLAB is Exported
2025-08-20T22:24:45.7710632Z [git remote -v]
2025-08-20T22:24:45.9454583Z gitlab.com
2025-08-20T22:24:45.9455805Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:24:45.9457056Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:24:45.9457821Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:24:45.9458461Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:24:45.9459103Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:24:45.9459666Z   ✓ Token found: **************************
2025-08-20T22:24:45.9459951Z 
2025-08-20T22:24:45.9460585Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:24:45.9461733Z [git remote -v]
2025-08-20T22:24:45.9473390Z 2025/08/20 22:24:45 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:24:45.9474342Z git: exit status 128]
2025-08-20T22:24:46.2005474Z 
2025-08-20T22:24:46.2005492Z 
2025-08-20T22:24:46.2006693Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:24:46 PM)
2025-08-20T22:24:46.2007431Z 
2025-08-20T22:24:46.2007487Z 
2025-08-20T22:24:46.2007623Z [+] USER = runner
2025-08-20T22:24:46.2007954Z [+] HOME = /home/runner
2025-08-20T22:24:46.2011970Z [+] 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-20T22:24:46.2016291Z 
2025-08-20T22:24:46.2819880Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:46.3242439Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:24:46.3246249Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:24:46.3252869Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:24:46.3255657Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:24:46.3266605Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:24:46.3272947Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:24:47.7374677Z Reading package lists...
2025-08-20T22:24:47.7746469Z Reading package lists...
2025-08-20T22:24:48.0262043Z Building dependency tree...
2025-08-20T22:24:48.0271953Z Reading state information...
2025-08-20T22:24:48.3945152Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:24:48.3945660Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:24:48.3946067Z ca-certificates is already the newest version (20240203).
2025-08-20T22:24:48.3946497Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:24:48.3946920Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:24:48.3947321Z moreutils is already the newest version (0.69-1).
2025-08-20T22:24:48.3947796Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:24:48.3948323Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:24:48.3949234Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:48.4670446Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:48.4995123Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:24:48.4996963Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:24:48.5027676Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:24:48.5037254Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:24:48.5046496Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:24:48.6467729Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:24:49.8408625Z Reading package lists...
2025-08-20T22:24:49.8764299Z Reading package lists...
2025-08-20T22:24:50.1360003Z Building dependency tree...
2025-08-20T22:24:50.1368229Z Reading state information...
2025-08-20T22:24:50.5278970Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:24:50.5279796Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:24:50.5280273Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:24:50.5280739Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:24:50.5281201Z ca-certificates is already the newest version (20240203).
2025-08-20T22:24:50.5281748Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:24:50.5282434Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:24:50.5283006Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:24:50.5283744Z gawk set to manually installed.
2025-08-20T22:24:50.5284200Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:24:50.5284866Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:24:50.5285550Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:24:50.5285946Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:24:50.5286412Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:24:50.5286906Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:24:50.5287694Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:24:50.5288094Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:24:50.5288508Z The following additional packages will be installed:
2025-08-20T22:24:50.5289038Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:24:50.5289615Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:24:50.5290112Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:24:50.5290581Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:24:50.5291311Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:24:50.5296766Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:24:50.5315746Z Suggested packages:
2025-08-20T22:24:50.5316233Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:24:50.5316896Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:24:50.5317437Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:24:50.5317912Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:24:50.5318380Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:24:50.5318820Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:24:50.5329666Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:24:50.5750496Z The following NEW packages will be installed:
2025-08-20T22:24:50.5751243Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:24:50.5753780Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:24:50.5755553Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:24:50.5756300Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:24:50.5756837Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:24:50.5764050Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:24:50.5766101Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:24:50.6030725Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:24:50.6031305Z Need to get 27.5 MB of archives.
2025-08-20T22:24:50.6031661Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:24:50.6032079Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:50.8921303Z 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-20T22:25:04.7659797Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:25:19.8237071Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:25:22.7258447Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:25:22.8737735Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:25:23.2860144Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:25:27.6874970Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:25:30.9941991Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:25:35.2782864Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:25:36.1607209Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:26:53.7141338Z 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-20T22:26:55.0769342Z 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-20T22:26:58.4110156Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:26:58.8850132Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:26:59.1199164Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:26:59.5969595Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:26:59.8933398Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:27:28.8895227Z 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-20T22:27:29.3358912Z 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-20T22:27:31.1808413Z 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-20T22:27:31.4418110Z 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-20T22:27:31.9147414Z 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-20T22:27:36.3592504Z 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-20T22:27:36.9305338Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:27:38.2316908Z 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-20T22:27:38.4784025Z 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-20T22:27:45.6783089Z 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-20T22:27:46.5128550Z 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-20T22:27:47.3729017Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:27:49.5163392Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:27:49.7108992Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:27:50.3995863Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:27:51.7838299Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:28:04.6291253Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:28:07.3359471Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:28:11.3772083Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:28:11.6969257Z Preconfiguring packages ...
2025-08-20T22:28:11.7658336Z Fetched 27.5 MB in 3min 21s (137 kB/s)
2025-08-20T22:28:11.7888677Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:28:11.7945228Z (Reading database ... 
2025-08-20T22:28:11.7946978Z (Reading database ... 5%
2025-08-20T22:28:11.7947400Z (Reading database ... 10%
2025-08-20T22:28:11.7947790Z (Reading database ... 15%
2025-08-20T22:28:11.7950680Z (Reading database ... 20%
2025-08-20T22:28:11.7951067Z (Reading database ... 25%
2025-08-20T22:28:11.7951432Z (Reading database ... 30%
2025-08-20T22:28:11.7951799Z (Reading database ... 35%
2025-08-20T22:28:11.7952151Z (Reading database ... 40%
2025-08-20T22:28:11.7952503Z (Reading database ... 45%
2025-08-20T22:28:11.7952855Z (Reading database ... 50%
2025-08-20T22:28:11.7971550Z (Reading database ... 55%
2025-08-20T22:28:11.8076777Z (Reading database ... 60%
2025-08-20T22:28:11.8100583Z (Reading database ... 65%
2025-08-20T22:28:11.8140419Z (Reading database ... 70%
2025-08-20T22:28:11.8168803Z (Reading database ... 75%
2025-08-20T22:28:11.8203630Z (Reading database ... 80%
2025-08-20T22:28:11.8365985Z (Reading database ... 85%
2025-08-20T22:28:11.8466857Z (Reading database ... 90%
2025-08-20T22:28:11.8779481Z (Reading database ... 95%
2025-08-20T22:28:11.8779816Z (Reading database ... 100%
2025-08-20T22:28:11.8780189Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:28:11.8828223Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:28:11.9031467Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:28:12.0521212Z Selecting previously unselected package poppler-data.
2025-08-20T22:28:12.0666653Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:28:12.0679773Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:28:12.1926024Z Selecting previously unselected package b3sum.
2025-08-20T22:28:12.2070590Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:28:12.2082389Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:28:12.2372269Z Selecting previously unselected package build-essential.
2025-08-20T22:28:12.2514876Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:28:12.2530999Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:28:12.2792816Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:28:12.2938617Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:28:12.2966142Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:28:12.3236769Z Selecting previously unselected package ccache.
2025-08-20T22:28:12.3381380Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:28:12.3394021Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:28:12.3746169Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:28:12.3886996Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:28:12.3900411Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:28:12.4199207Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:28:12.4340385Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:28:12.4351723Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:28:12.4679990Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:28:12.4821482Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:28:12.4835260Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:28:12.5169481Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:28:12.5312919Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:28:12.5987159Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:28:12.7000373Z Selecting previously unselected package libgs-common.
2025-08-20T22:28:12.7148795Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:28:12.7158954Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:12.7421348Z Selecting previously unselected package libgs10-common.
2025-08-20T22:28:12.7564677Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:28:12.7576350Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:12.8304893Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:28:12.8447611Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:28:12.8459374Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:28:12.8697296Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:28:12.8837470Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:28:12.8848793Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:28:12.9085253Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:28:12.9225416Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:28:12.9236270Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:28:12.9502171Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:28:12.9642434Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:28:12.9653957Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:28:12.9917805Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:28:13.0060693Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:28:13.0073808Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:13.1156434Z Selecting previously unselected package ghostscript.
2025-08-20T22:28:13.1298504Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:28:13.1312204Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:13.1620287Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:28:13.1761482Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:28:13.1772302Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:13.3797907Z Selecting previously unselected package imagemagick.
2025-08-20T22:28:13.3939022Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:28:13.3946907Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:13.4162883Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:28:13.4307211Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:28:13.4318455Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:13.4586072Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:28:13.4728098Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:28:13.4738598Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:13.5026832Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:28:13.5167521Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:28:13.5178152Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:28:13.5419244Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:28:13.5562658Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:28:13.5571928Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:13.5811375Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:28:13.5954906Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:28:13.5963138Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:13.6196234Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:28:13.6344811Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:28:13.6353440Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:28:13.6749909Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:28:13.6894278Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:28:13.6903086Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:28:13.7128553Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:28:13.7273960Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:28:13.7281542Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:13.8007366Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:28:13.8169434Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:28:13.8178819Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:28:13.8408624Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:28:13.8551389Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:28:13.8560143Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:28:13.8772899Z Selecting previously unselected package libtool-bin.
2025-08-20T22:28:13.8916142Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:28:13.8925094Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:28:13.9178864Z Selecting previously unselected package lzip.
2025-08-20T22:28:13.9335677Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:28:13.9343878Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:28:13.9591539Z Selecting previously unselected package netpbm.
2025-08-20T22:28:13.9745191Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:28:13.9753750Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:28:14.1503918Z Selecting previously unselected package musl:amd64.
2025-08-20T22:28:14.1647810Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:28:14.1655814Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:28:14.1925526Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:28:14.2068364Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:28:14.2077420Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:28:14.2736555Z Selecting previously unselected package musl-tools.
2025-08-20T22:28:14.2878048Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:28:14.2886078Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:28:14.3300677Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:28:14.4532936Z 
2025-08-20T22:28:14.4533696Z Creating config file /etc/papersize with new version
2025-08-20T22:28:14.4953848Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:28:14.4975462Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:28:14.5004925Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:28:14.5025630Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:28:14.5046133Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:14.5066707Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:28:14.5089926Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:28:14.5111854Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:28:14.5213038Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:14.5240081Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:28:14.5261837Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:28:14.5319286Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:28:14.5364575Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:28:14.5408930Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:28:14.5429566Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:28:14.5452201Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:28:14.5475574Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:28:14.5496151Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:28:14.5518045Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:14.5589433Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:28:14.5634016Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:28:14.5692443Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:28:14.5737546Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:28:14.5795658Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:28:14.5840121Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:28:14.5898329Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:28:14.5946902Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:28:14.6012824Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:28:14.6064187Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:28:14.6127118Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:28:14.6175237Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:28:14.6239351Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:28:14.6290007Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:28:14.6353671Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:28:14.6405102Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:28:14.6466888Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:28:14.6518900Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:28:14.6594887Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:28:14.6645428Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:28:14.6707816Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:28:14.6756945Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:28:14.6776207Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:28:14.6797629Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:28:14.6834125Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:28:14.6857039Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:28:14.7072673Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:14.7096038Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:28:14.7118152Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:14.7143011Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:28:14.7171005Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:28:14.7575304Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:14.7607749Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:28:14.7654305Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:28:14.7684700Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:28:14.7713533Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:14.7733812Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:14.7755438Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:28:14.9105445Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:28:14.9126585Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:14.9147115Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:14.9167563Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:14.9238567Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:28:15.0146009Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:28:15.1736085Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:28:16.1050006Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:28:16.2805059Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:22.4822296Z Reading package lists...
2025-08-20T22:28:22.6988239Z Building dependency tree...
2025-08-20T22:28:22.6995872Z Reading state information...
2025-08-20T22:28:22.9356814Z autoconf is already the newest version (2.71-3).
2025-08-20T22:28:22.9357529Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:28:22.9358173Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:28:22.9358781Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:28:22.9359428Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:28:22.9359910Z ca-certificates is already the newest version (20240203).
2025-08-20T22:28:22.9360292Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:28:22.9360634Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:28:22.9361329Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:28:22.9361728Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:28:22.9362103Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:28:22.9362459Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:28:22.9362767Z patch set to manually installed.
2025-08-20T22:28:22.9363081Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:28:22.9363809Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:28:22.9364162Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:28:22.9364501Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:28:22.9364802Z Suggested packages:
2025-08-20T22:28:22.9364999Z   scons-doc
2025-08-20T22:28:22.9526599Z The following NEW packages will be installed:
2025-08-20T22:28:22.9535729Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:28:22.9728862Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:22.9729425Z Need to get 15.8 MB of archives.
2025-08-20T22:28:22.9730017Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:28:22.9730695Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:23.0105370Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:28:23.0381213Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:28:23.0529505Z 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-20T22:28:23.2025153Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:28:23.2338632Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:28:23.5226222Z Fetched 15.8 MB in 0s (57.7 MB/s)
2025-08-20T22:28:23.5420033Z Selecting previously unselected package autopoint.
2025-08-20T22:28:23.5476655Z (Reading database ... 
2025-08-20T22:28:23.5477154Z (Reading database ... 5%
2025-08-20T22:28:23.5477880Z (Reading database ... 10%
2025-08-20T22:28:23.5478250Z (Reading database ... 15%
2025-08-20T22:28:23.5478605Z (Reading database ... 20%
2025-08-20T22:28:23.5478958Z (Reading database ... 25%
2025-08-20T22:28:23.5479326Z (Reading database ... 30%
2025-08-20T22:28:23.5479658Z (Reading database ... 35%
2025-08-20T22:28:23.5480007Z (Reading database ... 40%
2025-08-20T22:28:23.5481790Z (Reading database ... 45%
2025-08-20T22:28:23.5482182Z (Reading database ... 50%
2025-08-20T22:28:23.5503377Z (Reading database ... 55%
2025-08-20T22:28:23.5614360Z (Reading database ... 60%
2025-08-20T22:28:23.5638850Z (Reading database ... 65%
2025-08-20T22:28:23.5680181Z (Reading database ... 70%
2025-08-20T22:28:23.5709108Z (Reading database ... 75%
2025-08-20T22:28:23.5744299Z (Reading database ... 80%
2025-08-20T22:28:23.5916877Z (Reading database ... 85%
2025-08-20T22:28:23.6021530Z (Reading database ... 90%
2025-08-20T22:28:23.6349253Z (Reading database ... 95%
2025-08-20T22:28:23.6349601Z (Reading database ... 100%
2025-08-20T22:28:23.6350036Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:28:23.6398247Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:28:23.6409330Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:28:23.6677232Z Selecting previously unselected package clang.
2025-08-20T22:28:23.6822667Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:28:23.6831647Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:28:23.7066351Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:28:23.7212335Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:28:23.7221831Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:28:24.1777705Z Selecting previously unselected package scons.
2025-08-20T22:28:24.1919024Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:28:24.1929339Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:28:24.2624787Z Selecting previously unselected package byacc.
2025-08-20T22:28:24.2766284Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:28:24.2776343Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:28:24.3188001Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:28:24.3236006Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:28:24.3323452Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:28:24.3537838Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:28:24.7543888Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:28:24.7579792Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:28.8438159Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:28:30.4579428Z Reading package lists...
2025-08-20T22:28:30.6463549Z Building dependency tree...
2025-08-20T22:28:30.6471191Z Reading state information...
2025-08-20T22:28:30.8311949Z The following additional packages will be installed:
2025-08-20T22:28:30.8313493Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:28:30.8314166Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:28:30.8315029Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:28:30.8315912Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:28:30.8316860Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:28:30.8317738Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:28:30.8318674Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:28:30.8319505Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:28:30.8320435Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:28:30.8334984Z Suggested packages:
2025-08-20T22:28:30.8335428Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:28:30.8336126Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:28:30.8337480Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:28:30.8338051Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:28:30.8338514Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:28:30.8339549Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:28:30.8340165Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:28:30.8341352Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:28:30.8341808Z   wdiff-doc
2025-08-20T22:28:30.8342019Z Recommended packages:
2025-08-20T22:28:30.8342861Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:28:30.8343992Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:28:30.8344757Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:28:30.8345832Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:28:30.8641881Z The following NEW packages will be installed:
2025-08-20T22:28:30.8644219Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:28:30.8644968Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:28:30.8645727Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:28:30.8646607Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:28:30.8647438Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:28:30.8648248Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:28:30.8649381Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:28:30.8650174Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:28:30.8654748Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:28:30.8848316Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:30.8848707Z Need to get 2417 kB of archives.
2025-08-20T22:28:30.8849080Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:28:30.8849754Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:30.9182442Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:28:30.9337162Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:28:30.9489072Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:28:30.9649273Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:28:30.9796833Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:28:30.9948911Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:28:31.0099547Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:28:31.0244883Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:28:31.0390553Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:28:31.0539823Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:28:31.0740910Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:28:31.0899817Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:28:31.1064642Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:28:31.1216204Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:28:31.1366412Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:28:31.1529411Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:28:31.1690130Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:28:31.2292946Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:28:31.2447013Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:28:31.2594789Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:28:31.2750076Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:28:31.2915959Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:28:31.3083934Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:28:31.3237060Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:28:31.3382535Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:28:31.3535189Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:28:31.3686192Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:28:31.3843927Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:28:31.4029749Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:28:31.4180081Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:28:31.7073009Z Fetched 2417 kB in 1s (4314 kB/s)
2025-08-20T22:28:31.7261198Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:28:31.7315426Z (Reading database ... 
2025-08-20T22:28:31.7315850Z (Reading database ... 5%
2025-08-20T22:28:31.7316223Z (Reading database ... 10%
2025-08-20T22:28:31.7316570Z (Reading database ... 15%
2025-08-20T22:28:31.7316923Z (Reading database ... 20%
2025-08-20T22:28:31.7317318Z (Reading database ... 25%
2025-08-20T22:28:31.7317674Z (Reading database ... 30%
2025-08-20T22:28:31.7318047Z (Reading database ... 35%
2025-08-20T22:28:31.7318399Z (Reading database ... 40%
2025-08-20T22:28:31.7318766Z (Reading database ... 45%
2025-08-20T22:28:31.7319109Z (Reading database ... 50%
2025-08-20T22:28:31.7340273Z (Reading database ... 55%
2025-08-20T22:28:31.7438488Z (Reading database ... 60%
2025-08-20T22:28:31.7461039Z (Reading database ... 65%
2025-08-20T22:28:31.7499406Z (Reading database ... 70%
2025-08-20T22:28:31.7526605Z (Reading database ... 75%
2025-08-20T22:28:31.7559147Z (Reading database ... 80%
2025-08-20T22:28:31.7718303Z (Reading database ... 85%
2025-08-20T22:28:31.7812758Z (Reading database ... 90%
2025-08-20T22:28:31.8106532Z (Reading database ... 95%
2025-08-20T22:28:31.8106846Z (Reading database ... 100%
2025-08-20T22:28:31.8107218Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:28:31.8152564Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:28:31.8162356Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:28:31.8384656Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:28:31.8525699Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:28:31.8535445Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:28:31.8748357Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:28:31.8888277Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:28:31.8897452Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:28:31.9136642Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:28:31.9277049Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:28:31.9286170Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:28:31.9497234Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:28:31.9636793Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:28:31.9649084Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:28:31.9861540Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:28:32.0002548Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:28:32.0010052Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:28:32.0239357Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:28:32.0378307Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:28:32.0386192Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:28:32.0623092Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:28:32.0763903Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:28:32.0773623Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:28:32.0980743Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:28:32.1120121Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:28:32.1129504Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:28:32.1352482Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:28:32.1492197Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:28:32.1500944Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:28:32.1717946Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:28:32.1857859Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:28:32.1865941Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:28:32.2077586Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:28:32.2217153Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:28:32.2226874Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:28:32.2437505Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:28:32.2577312Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:28:32.2585632Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:28:32.2818189Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:28:32.2958908Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:28:32.2967874Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:28:32.3189811Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:28:32.3330051Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:28:32.3338713Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:28:32.3583325Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:28:32.3721976Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:28:32.3733414Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:28:32.3952274Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:28:32.4091593Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:28:32.4101065Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:28:32.4361921Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:28:32.4502536Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:28:32.4512757Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:28:32.4766157Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:28:32.4905699Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:28:32.4915377Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:28:32.5126435Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:28:32.5267400Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:28:32.5276542Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:28:32.5494706Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:28:32.5635862Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:28:32.5644554Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:28:32.6056744Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:28:32.6195926Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:28:32.6206769Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:28:32.6469179Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:28:32.6609096Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:28:32.6619101Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:28:32.6848436Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:28:32.6987675Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:28:32.6995693Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:28:32.7209767Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:28:32.7351241Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:28:32.7364667Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:28:32.7578783Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:28:32.7720868Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:28:32.7730474Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:28:32.7956367Z Selecting previously unselected package libwww-perl.
2025-08-20T22:28:32.8098969Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:28:32.8107881Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:28:32.8414694Z Selecting previously unselected package patchutils.
2025-08-20T22:28:32.8553003Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:28:32.8560372Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:28:32.8824835Z Selecting previously unselected package wdiff.
2025-08-20T22:28:32.8964227Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:28:32.8973074Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:28:32.9225258Z Selecting previously unselected package devscripts.
2025-08-20T22:28:32.9364354Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:28:32.9558780Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:28:33.0705269Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:28:33.0733784Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:28:33.0758911Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:28:33.0785062Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:28:33.0809618Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:28:33.0834477Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:28:33.0866027Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:28:33.0889788Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:28:33.0914019Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:28:33.0940298Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:28:33.0966644Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:28:33.0993571Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:28:33.1037420Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:28:33.1072981Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:28:33.1097626Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:28:33.1132269Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:28:33.1157052Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:28:33.1185398Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:28:33.1210618Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:28:33.1237364Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:28:33.1261960Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:28:33.1289050Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:28:33.1318165Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:28:33.1345123Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:28:33.1373663Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:28:33.1401791Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:28:33.1425030Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:28:33.1461320Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:28:33.1495077Z Setting up devscripts (2.23.7) ...
2025-08-20T22:28:33.2724210Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:28:33.2749491Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:37.7177174Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:28:39.4557576Z Reading package lists...
2025-08-20T22:28:39.6826665Z Building dependency tree...
2025-08-20T22:28:39.6834925Z Reading state information...
2025-08-20T22:28:39.8959548Z The following additional packages will be installed:
2025-08-20T22:28:39.8967165Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:28:39.8973533Z Suggested packages:
2025-08-20T22:28:39.8973990Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:28:39.9130363Z The following NEW packages will be installed:
2025-08-20T22:28:39.9139127Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:28:39.9325693Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:39.9326261Z Need to get 13.6 MB of archives.
2025-08-20T22:28:39.9326613Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:28:39.9327014Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:39.9784741Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:28:39.9949465Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:28:40.0105331Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:28:40.0542391Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:28:40.4125846Z Fetched 13.6 MB in 0s (63.2 MB/s)
2025-08-20T22:28:40.4317892Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:28:40.4375189Z (Reading database ... 
2025-08-20T22:28:40.4375870Z (Reading database ... 5%
2025-08-20T22:28:40.4376241Z (Reading database ... 10%
2025-08-20T22:28:40.4376618Z (Reading database ... 15%
2025-08-20T22:28:40.4386203Z (Reading database ... 20%
2025-08-20T22:28:40.4386606Z (Reading database ... 25%
2025-08-20T22:28:40.4386974Z (Reading database ... 30%
2025-08-20T22:28:40.4387304Z (Reading database ... 35%
2025-08-20T22:28:40.4387657Z (Reading database ... 40%
2025-08-20T22:28:40.4387993Z (Reading database ... 45%
2025-08-20T22:28:40.4388351Z (Reading database ... 50%
2025-08-20T22:28:40.4399752Z (Reading database ... 55%
2025-08-20T22:28:40.4498172Z (Reading database ... 60%
2025-08-20T22:28:40.4520947Z (Reading database ... 65%
2025-08-20T22:28:40.4558478Z (Reading database ... 70%
2025-08-20T22:28:40.4583585Z (Reading database ... 75%
2025-08-20T22:28:40.4615703Z (Reading database ... 80%
2025-08-20T22:28:40.4769938Z (Reading database ... 85%
2025-08-20T22:28:40.4864774Z (Reading database ... 90%
2025-08-20T22:28:40.5156667Z (Reading database ... 95%
2025-08-20T22:28:40.5156979Z (Reading database ... 100%
2025-08-20T22:28:40.5157346Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:28:40.5203588Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:28:40.5222557Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:28:40.5464525Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:28:40.5606490Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:28:40.5618103Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:28:40.5870757Z Selecting previously unselected package cmake-data.
2025-08-20T22:28:40.6012689Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:28:40.6083651Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:28:41.1553088Z Selecting previously unselected package cmake.
2025-08-20T22:28:41.1709939Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:28:41.1718074Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:28:41.3833106Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:28:41.3859670Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:28:41.3886981Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:28:41.3955859Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:28:41.3981305Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:45.6715351Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:28:46.2405749Z 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-20T22:28:46.2407468Z Running kernel seems to be up-to-date.
2025-08-20T22:28:46.2407775Z 
2025-08-20T22:28:46.2407911Z Restarting services...
2025-08-20T22:28:46.2469757Z 
2025-08-20T22:28:46.2470106Z Service restarts being deferred:
2025-08-20T22:28:46.2470657Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:28:46.2471029Z 
2025-08-20T22:28:46.2471191Z No containers need to be restarted.
2025-08-20T22:28:46.2471491Z 
2025-08-20T22:28:46.2471679Z No user sessions are running outdated binaries.
2025-08-20T22:28:46.2472023Z 
2025-08-20T22:28:46.2472251Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:28:47.2613855Z Reading package lists...
2025-08-20T22:28:47.4704081Z Building dependency tree...
2025-08-20T22:28:47.4711770Z Reading state information...
2025-08-20T22:28:47.6696134Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:28:47.6696845Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:28:47.6697414Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:28:47.6697933Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:28:47.6698479Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:28:47.6699036Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:28:47.6699653Z ca-certificates is already the newest version (20240203).
2025-08-20T22:28:47.6700208Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:28:47.6700775Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:28:47.6701340Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:28:47.6701918Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:28:47.6702459Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:28:47.6703605Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:28:47.6704214Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:28:47.6704745Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:28:47.6705100Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:28:47.6705455Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:28:47.6705779Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:28:47.6706139Z musl is already the newest version (1.2.4-2).
2025-08-20T22:28:47.6706591Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:28:47.6707082Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:28:47.6707650Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:28:47.6708039Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:28:47.6708371Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:28:47.6708696Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:28:47.6709079Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:47.6947270Z Reading package lists...
2025-08-20T22:28:47.8942944Z Building dependency tree...
2025-08-20T22:28:47.8951284Z Reading state information...
2025-08-20T22:28:48.0950460Z autoconf is already the newest version (2.71-3).
2025-08-20T22:28:48.0951114Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:28:48.0951749Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:28:48.0952312Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:28:48.0952912Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:28:48.0953846Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:28:48.0954734Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:28:48.0955334Z ca-certificates is already the newest version (20240203).
2025-08-20T22:28:48.0955942Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:28:48.0956485Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:28:48.0957023Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:28:48.0957574Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:28:48.0958111Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:28:48.0958660Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:28:48.0959042Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:28:48.0959382Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:28:48.0959737Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:28:48.0960224Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:28:48.0960813Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:28:48.0961315Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:28:48.0961837Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:28:48.0962254Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:48.1194840Z Reading package lists...
2025-08-20T22:28:48.3186145Z Building dependency tree...
2025-08-20T22:28:48.3194340Z Reading state information...
2025-08-20T22:28:48.5239827Z devscripts is already the newest version (2.23.7).
2025-08-20T22:28:48.5240503Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:48.5483583Z Reading package lists...
2025-08-20T22:28:48.7470442Z Building dependency tree...
2025-08-20T22:28:48.7478817Z Reading state information...
2025-08-20T22:28:48.9472058Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:28:48.9472780Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:48.9714206Z Reading package lists...
2025-08-20T22:28:49.1608751Z Building dependency tree...
2025-08-20T22:28:49.1616992Z Reading state information...
2025-08-20T22:28:49.3560322Z Suggested packages:
2025-08-20T22:28:49.3560606Z   binutils-doc
2025-08-20T22:28:49.3849624Z The following NEW packages will be installed:
2025-08-20T22:28:49.3857588Z   binutils-aarch64-linux-gnu
2025-08-20T22:28:49.4053859Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:49.4291061Z Need to get 3711 kB of archives.
2025-08-20T22:28:49.4291701Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:28:49.4292155Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:49.5436321Z 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-20T22:28:49.8734080Z Fetched 3711 kB in 0s (20.2 MB/s)
2025-08-20T22:28:49.8922845Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:28:49.8979543Z (Reading database ... 
2025-08-20T22:28:49.8980005Z (Reading database ... 5%
2025-08-20T22:28:49.8980455Z (Reading database ... 10%
2025-08-20T22:28:49.8980854Z (Reading database ... 15%
2025-08-20T22:28:49.8981223Z (Reading database ... 20%
2025-08-20T22:28:49.8981482Z (Reading database ... 25%
2025-08-20T22:28:49.8981736Z (Reading database ... 30%
2025-08-20T22:28:49.8981990Z (Reading database ... 35%
2025-08-20T22:28:49.8982238Z (Reading database ... 40%
2025-08-20T22:28:49.8982486Z (Reading database ... 45%
2025-08-20T22:28:49.8982732Z (Reading database ... 50%
2025-08-20T22:28:49.9006363Z (Reading database ... 55%
2025-08-20T22:28:49.9114019Z (Reading database ... 60%
2025-08-20T22:28:49.9139725Z (Reading database ... 65%
2025-08-20T22:28:49.9186955Z (Reading database ... 70%
2025-08-20T22:28:49.9216579Z (Reading database ... 75%
2025-08-20T22:28:49.9253664Z (Reading database ... 80%
2025-08-20T22:28:49.9416036Z (Reading database ... 85%
2025-08-20T22:28:49.9508230Z (Reading database ... 90%
2025-08-20T22:28:49.9802481Z (Reading database ... 95%
2025-08-20T22:28:49.9802924Z (Reading database ... 100%
2025-08-20T22:28:49.9803658Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:28:49.9848365Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:28:49.9865378Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:28:50.1511172Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:28:50.1540769Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:28:50.1690056Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:55.8647059Z Reading package lists...
2025-08-20T22:28:56.0728243Z Building dependency tree...
2025-08-20T22:28:56.0737005Z Reading state information...
2025-08-20T22:28:56.2695719Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:28:56.2696514Z The following additional packages will be installed:
2025-08-20T22:28:56.2697175Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:28:56.2697940Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:28:56.2698850Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:28:56.2699714Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:28:56.2700510Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:28:56.2701157Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:28:56.2701872Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:28:56.2702735Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:28:56.2703733Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:28:56.2704467Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:28:56.2705218Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:28:56.2705997Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:28:56.2707183Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:28:56.2707973Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:28:56.2708762Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:28:56.2709485Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:28:56.2710341Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:28:56.2711138Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:28:56.2711840Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:28:56.2712655Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:28:56.2713616Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:28:56.2714262Z   linux-libc-dev-armhf-cross
2025-08-20T22:28:56.2715014Z Suggested packages:
2025-08-20T22:28:56.2715498Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:28:56.2716256Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:28:56.3272405Z The following NEW packages will be installed:
2025-08-20T22:28:56.3273137Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:28:56.3274217Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:28:56.3275139Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:28:56.3276016Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:28:56.3276846Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:28:56.3277974Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:28:56.3278709Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:28:56.3279536Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:28:56.3280492Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:28:56.3281319Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:28:56.3282155Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:28:56.3283050Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:28:56.3284115Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:28:56.3285024Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:28:56.3285908Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:28:56.3286754Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:28:56.3287490Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:28:56.3288238Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:28:56.3288994Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:28:56.3289713Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:28:56.3290516Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:28:56.3291378Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:28:56.3292048Z   linux-libc-dev-armhf-cross
2025-08-20T22:28:56.3489271Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:28:56.3489918Z Need to get 171 MB of archives.
2025-08-20T22:28:56.3490480Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:28:56.3491140Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:28:56.3895388Z 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-20T22:28:56.4086001Z 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-20T22:28:56.5194458Z 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-20T22:28:56.5359918Z 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-20T22:28:56.6447474Z 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-20T22:28:56.6622957Z 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-20T22:28:56.7882818Z 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-20T22:28:56.8028884Z 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-20T22:28:56.8182786Z 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-20T22:28:56.8335496Z 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-20T22:28:56.8491137Z 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-20T22:28:56.8646590Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:28:56.8938099Z 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-20T22:28:56.9102392Z 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-20T22:28:56.9260462Z 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-20T22:28:56.9421874Z 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-20T22:28:57.0011497Z 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-20T22:28:57.0282528Z 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-20T22:28:57.0454973Z 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-20T22:28:57.0716621Z 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-20T22:28:57.1025614Z 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-20T22:28:57.1188597Z 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-20T22:28:57.1378964Z 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-20T22:28:57.1849736Z 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-20T22:28:57.3689505Z 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-20T22:28:57.4024785Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:28:57.4376074Z 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-20T22:28:57.5071879Z 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-20T22:28:57.6262483Z 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-20T22:28:57.6791220Z 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-20T22:28:57.6969685Z 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-20T22:28:57.7144243Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:28:57.7483671Z 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-20T22:28:57.8057265Z 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-20T22:28:57.8232735Z 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-20T22:28:57.8384509Z 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-20T22:28:57.8834887Z 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-20T22:28:57.9131026Z 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-20T22:28:57.9445571Z 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-20T22:28:57.9824686Z 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-20T22:28:58.1427486Z 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-20T22:28:58.1745702Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:28:58.2124530Z 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-20T22:28:58.2607049Z 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-20T22:28:58.3694855Z 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-20T22:28:58.4279536Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:28:58.4765746Z 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-20T22:28:58.4919324Z 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-20T22:28:58.5075551Z 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-20T22:28:58.5223961Z 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-20T22:28:58.6168079Z 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-20T22:28:58.6450400Z 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-20T22:28:58.6760505Z 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-20T22:28:58.7079058Z 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-20T22:28:58.8609959Z 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-20T22:28:58.8947606Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:28:58.9280208Z 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-20T22:28:58.9737230Z 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-20T22:28:59.0834980Z 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-20T22:28:59.0980660Z 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-20T22:28:59.1136126Z 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-20T22:28:59.1281507Z 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-20T22:28:59.1425755Z 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-20T22:28:59.1574845Z 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-20T22:28:59.5119741Z Fetched 171 MB in 3s (60.5 MB/s)
2025-08-20T22:28:59.5346802Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:28:59.5406950Z (Reading database ... 
2025-08-20T22:28:59.5407412Z (Reading database ... 5%
2025-08-20T22:28:59.5407786Z (Reading database ... 10%
2025-08-20T22:28:59.5408153Z (Reading database ... 15%
2025-08-20T22:28:59.5408520Z (Reading database ... 20%
2025-08-20T22:28:59.5408880Z (Reading database ... 25%
2025-08-20T22:28:59.5409243Z (Reading database ... 30%
2025-08-20T22:28:59.5409602Z (Reading database ... 35%
2025-08-20T22:28:59.5410500Z (Reading database ... 40%
2025-08-20T22:28:59.5410874Z (Reading database ... 45%
2025-08-20T22:28:59.5411236Z (Reading database ... 50%
2025-08-20T22:28:59.5433104Z (Reading database ... 55%
2025-08-20T22:28:59.5541390Z (Reading database ... 60%
2025-08-20T22:28:59.5567910Z (Reading database ... 65%
2025-08-20T22:28:59.5615195Z (Reading database ... 70%
2025-08-20T22:28:59.5645053Z (Reading database ... 75%
2025-08-20T22:28:59.5685991Z (Reading database ... 80%
2025-08-20T22:28:59.5866517Z (Reading database ... 85%
2025-08-20T22:28:59.5977682Z (Reading database ... 90%
2025-08-20T22:28:59.6319506Z (Reading database ... 95%
2025-08-20T22:28:59.6319847Z (Reading database ... 100%
2025-08-20T22:28:59.6320199Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:28:59.6367906Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:59.6378581Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:59.6602241Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:28:59.6749385Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:59.6781782Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:59.8339406Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:28:59.8489985Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:59.8500027Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:28:59.8725181Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:28:59.8873761Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:28:59.8907039Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.0355080Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:29:00.0501601Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:00.0511260Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.0744465Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:29:00.0889624Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:00.0923744Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.2341555Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:29:00.2485456Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:29:00.2493865Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:00.2700295Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:29:00.2844420Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:29:00.2855914Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:00.3071317Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:29:00.3214704Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:29:00.3225827Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:00.3441194Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:29:00.3584831Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.3603037Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.3828014Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:29:00.3971324Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.3991317Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.4205944Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:29:00.4348924Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:00.4359146Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:00.4752810Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:29:00.4895091Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.4902935Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.5121396Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:29:00.5263450Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.5274727Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.5510693Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:29:00.5655678Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.5671963Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.5898360Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:29:00.6039325Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.6052070Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.6280275Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:29:00.6424339Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.6434459Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.6767687Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:29:00.6908986Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.6916764Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.7181215Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:29:00.7323672Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.7332375Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.7649738Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:29:00.7792779Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.7800932Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.8144348Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:29:00.8288087Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.8296852Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.8566605Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:29:00.8715362Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.8725630Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:00.9027006Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:29:00.9172299Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:00.9183094Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:01.0234421Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:29:01.0377014Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:01.0410408Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:01.3196970Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:29:01.3338946Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:29:01.3349253Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:01.5294056Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:29:01.5446555Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:01.5455364Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:01.6679056Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:29:01.6822433Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:01.6831002Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:01.9123995Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:29:01.9274744Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:01.9311742Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.0838457Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:29:02.0981267Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:29:02.0998804Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:29:02.1928570Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:29:02.2076781Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.2085526Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.2300249Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:29:02.2446967Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.2455904Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.2674558Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:29:02.2820313Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:02.2831719Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:02.3193362Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:29:02.3342999Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.3352568Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.3581869Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:29:02.3726370Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.3735209Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.3974719Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:29:02.4125108Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.4137212Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.4361165Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:29:02.4506706Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.4516216Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.5194368Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:29:02.5337987Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.5348554Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.5672756Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:29:02.5820824Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.5830387Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.6233872Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:29:02.6382059Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:02.6391359Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.6935393Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:29:02.7083360Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:02.7117664Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:02.9683787Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:29:02.9832547Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:29:02.9843999Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:03.1659859Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:29:03.1811333Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:03.1830055Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:03.3012539Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:29:03.3163542Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:03.3174491Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:03.5162177Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:29:03.5313022Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:03.5347165Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:03.6904182Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:29:03.7054301Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:29:03.7069063Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:29:03.8073096Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:29:03.8221523Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:03.8233460Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:03.8620223Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:29:03.8772997Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:03.8782074Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:03.9014162Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:29:03.9164215Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:03.9175717Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:03.9416115Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:29:03.9565072Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:03.9576320Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:03.9799791Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:29:03.9948218Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:03.9959133Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:04.0647649Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:29:04.0796817Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:04.0808870Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:04.1127822Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:29:04.1280647Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:04.1290625Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:04.1663365Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:29:04.1815050Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:04.1823515Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:04.2388216Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:29:04.2540226Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:04.2577315Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:04.5232310Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:29:04.5382230Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:29:04.5393118Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:04.7265006Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:29:04.7415190Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:04.7423747Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:04.8551577Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:29:04.8698962Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:04.8707460Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.0665624Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:29:05.0817346Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:29:05.0851694Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.2297433Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:29:05.2446427Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:29:05.2455452Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.2667453Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:29:05.2815611Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:29:05.2839792Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.3045135Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:29:05.3192731Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:29:05.3201700Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:05.3422389Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:29:05.3569041Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:29:05.3578767Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:05.3782938Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:29:05.3930134Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:29:05.3940445Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.4155067Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:29:05.4302059Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:29:05.4312680Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.4769437Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:29:05.4796279Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:05.4823628Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.4846454Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.4868534Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.4897151Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:05.4922295Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.4951540Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:05.4975740Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:05.5000974Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5024321Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:05.5060360Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:05.5100892Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5124900Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5152747Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5177830Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:05.5205639Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:29:05.5235097Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5264111Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5292348Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5316581Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5338887Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5365018Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5400503Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5422273Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5445644Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5473370Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5517933Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5544119Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5569387Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:05.5588479Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5611871Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:05.5635196Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5662748Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5695548Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5718975Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.5749656Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:05.5774752Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5805694Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5832067Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5853555Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5889487Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5913501Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.5942954Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5964413Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.5991318Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6018626Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6043744Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6067623Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6097860Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6126820Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6154214Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:05.6177880Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6222110Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6249320Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6276537Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6306752Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6334151Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:05.6359949Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.6395542Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6419105Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:05.6442973Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.6472513Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.6505452Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:05.6542614Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:29:05.6566458Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:29:05.6660558Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:10.0250707Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:29:11.5879571Z Reading package lists...
2025-08-20T22:29:11.7813928Z Building dependency tree...
2025-08-20T22:29:11.7821995Z Reading state information...
2025-08-20T22:29:11.9634938Z The following additional packages will be installed:
2025-08-20T22:29:11.9635765Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:29:11.9641289Z   libpcap0.8-dev
2025-08-20T22:29:11.9950070Z The following NEW packages will be installed:
2025-08-20T22:29:11.9950890Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:29:11.9958858Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:29:12.0154678Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:29:12.0398973Z Need to get 1613 kB of archives.
2025-08-20T22:29:12.0399641Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:29:12.0400330Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:29:12.1525162Z 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-20T22:29:12.1706854Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:29:12.1869909Z 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-20T22:29:12.2014600Z 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-20T22:29:12.2177110Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:29:12.2411999Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:29:12.2585072Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:29:12.2720987Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:29:12.5474500Z Fetched 1613 kB in 0s (6628 kB/s)
2025-08-20T22:29:12.5678659Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:29:12.5740484Z (Reading database ... 
2025-08-20T22:29:12.5740956Z (Reading database ... 5%
2025-08-20T22:29:12.5741328Z (Reading database ... 10%
2025-08-20T22:29:12.5741689Z (Reading database ... 15%
2025-08-20T22:29:12.5742045Z (Reading database ... 20%
2025-08-20T22:29:12.5742406Z (Reading database ... 25%
2025-08-20T22:29:12.5742754Z (Reading database ... 30%
2025-08-20T22:29:12.5743099Z (Reading database ... 35%
2025-08-20T22:29:12.5743622Z (Reading database ... 40%
2025-08-20T22:29:12.5743946Z (Reading database ... 45%
2025-08-20T22:29:12.5744163Z (Reading database ... 50%
2025-08-20T22:29:12.5843001Z (Reading database ... 55%
2025-08-20T22:29:12.5863780Z (Reading database ... 60%
2025-08-20T22:29:12.5886943Z (Reading database ... 65%
2025-08-20T22:29:12.5930400Z (Reading database ... 70%
2025-08-20T22:29:12.5956241Z (Reading database ... 75%
2025-08-20T22:29:12.5994777Z (Reading database ... 80%
2025-08-20T22:29:12.6153620Z (Reading database ... 85%
2025-08-20T22:29:12.6450094Z (Reading database ... 90%
2025-08-20T22:29:12.6553853Z (Reading database ... 95%
2025-08-20T22:29:12.6554191Z (Reading database ... 100%
2025-08-20T22:29:12.6554561Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:29:12.6601931Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:29:12.6610987Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:29:12.6964860Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:29:12.7112515Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:29:12.7140626Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:29:12.7381571Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:29:12.7531346Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:29:12.7540546Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:12.7984088Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:29:12.8131111Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:29:12.8140331Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:12.8420456Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:29:12.8568811Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:29:12.8592761Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:29:12.9322849Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:29:12.9476843Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:29:12.9520135Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:12.9910980Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:29:13.0061384Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:29:13.0072627Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:13.0304168Z Selecting previously unselected package pcaputils.
2025-08-20T22:29:13.0455235Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:29:13.0491020Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:29:13.1141986Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:29:13.1167404Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:29:13.3189022Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:13.3214113Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:29:13.3319878Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:29:13.6366228Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:13.6396318Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:29:13.6450386Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:29:13.6652802Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:18.3752655Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:29:18.4398183Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:18.4430170Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:20.0440599Z Reading package lists...
2025-08-20T22:29:20.2352547Z Building dependency tree...
2025-08-20T22:29:20.2361987Z Reading state information...
2025-08-20T22:29:20.2854222Z Reading package lists...
2025-08-20T22:29:20.5029379Z Building dependency tree...
2025-08-20T22:29:20.5043888Z Reading state information...
2025-08-20T22:29:20.7234390Z The following additional packages will be installed:
2025-08-20T22:29:20.7241539Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:29:20.7249543Z Suggested packages:
2025-08-20T22:29:20.7252069Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:29:20.7252788Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:29:20.7442122Z The following NEW packages will be installed:
2025-08-20T22:29:20.7443021Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:29:20.7449510Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:29:20.7634352Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:29:20.7635368Z Need to get 800 kB of archives.
2025-08-20T22:29:20.7635940Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:29:20.7636365Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:29:20.8070497Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:29:20.8219653Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:29:20.8364739Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:29:20.8529420Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:29:20.8680925Z 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-20T22:29:20.8832803Z 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-20T22:29:20.8993106Z 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-20T22:29:20.9138912Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:29:20.9292395Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:29:21.2179300Z Fetched 800 kB in 0s (4523 kB/s)
2025-08-20T22:29:21.2403360Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:29:21.2463805Z (Reading database ... 
2025-08-20T22:29:21.2464261Z (Reading database ... 5%
2025-08-20T22:29:21.2464683Z (Reading database ... 10%
2025-08-20T22:29:21.2465091Z (Reading database ... 15%
2025-08-20T22:29:21.2465742Z (Reading database ... 20%
2025-08-20T22:29:21.2466008Z (Reading database ... 25%
2025-08-20T22:29:21.2466274Z (Reading database ... 30%
2025-08-20T22:29:21.2466537Z (Reading database ... 35%
2025-08-20T22:29:21.2466786Z (Reading database ... 40%
2025-08-20T22:29:21.2467038Z (Reading database ... 45%
2025-08-20T22:29:21.2467285Z (Reading database ... 50%
2025-08-20T22:29:21.2571504Z (Reading database ... 55%
2025-08-20T22:29:21.2593564Z (Reading database ... 60%
2025-08-20T22:29:21.2617248Z (Reading database ... 65%
2025-08-20T22:29:21.2661352Z (Reading database ... 70%
2025-08-20T22:29:21.2690926Z (Reading database ... 75%
2025-08-20T22:29:21.2729379Z (Reading database ... 80%
2025-08-20T22:29:21.2897608Z (Reading database ... 85%
2025-08-20T22:29:21.3197955Z (Reading database ... 90%
2025-08-20T22:29:21.3303574Z (Reading database ... 95%
2025-08-20T22:29:21.3304053Z (Reading database ... 100%
2025-08-20T22:29:21.3304677Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:29:21.3352605Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:29:21.3369882Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:29:21.3612796Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:29:21.3759883Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:29:21.3821471Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:29:21.4075486Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:29:21.4223772Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:29:21.4233538Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:29:21.5080266Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:29:21.5231208Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:29:21.5241664Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:29:21.5540766Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:29:21.5693985Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:29:21.5705437Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:29:21.5964899Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:29:21.6115948Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:29:21.6124625Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:29:21.6418841Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:29:21.6566785Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:29:21.6576223Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:29:21.6833867Z Selecting previously unselected package lzma.
2025-08-20T22:29:21.6982292Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:29:21.6992390Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:29:21.7269564Z Selecting previously unselected package lzma-dev.
2025-08-20T22:29:21.7418198Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:29:21.7432209Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:29:21.7885260Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:29:21.7934630Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:29:21.7957872Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:29:21.7980580Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:29:21.8003049Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:29:21.8070875Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:29:21.8099177Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:29:21.8133409Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:29:21.8160846Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:29:21.8187093Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:29:21.8217857Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:29:21.8368438Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:26.2260829Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:29:26.8735188Z 
2025-08-20T22:29:26.8735657Z Running kernel seems to be up-to-date.
2025-08-20T22:29:26.8736043Z 
2025-08-20T22:29:26.8736144Z Restarting services...
2025-08-20T22:29:26.8800175Z 
2025-08-20T22:29:26.8800664Z Service restarts being deferred:
2025-08-20T22:29:26.8801228Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:29:26.8801590Z 
2025-08-20T22:29:26.8801762Z No containers need to be restarted.
2025-08-20T22:29:26.8802043Z 
2025-08-20T22:29:26.8802239Z No user sessions are running outdated binaries.
2025-08-20T22:29:26.8802569Z 
2025-08-20T22:29:26.8802886Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:29:27.9248368Z Reading package lists...
2025-08-20T22:29:28.1357566Z Building dependency tree...
2025-08-20T22:29:28.1366533Z Reading state information...
2025-08-20T22:29:28.4043691Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:29:28.4044510Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:29:28.4045000Z inetutils-telnet set to manually installed.
2025-08-20T22:29:28.4045407Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:29:28.4045850Z The following additional packages will be installed:
2025-08-20T22:29:28.4046237Z   tcpd update-inetd
2025-08-20T22:29:28.4228486Z The following packages will be REMOVED:
2025-08-20T22:29:28.4242918Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:29:28.4245295Z The following NEW packages will be installed:
2025-08-20T22:29:28.4245818Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:29:28.4246342Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:29:28.4255673Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:29:28.4442029Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:29:28.4442419Z Need to get 698 kB of archives.
2025-08-20T22:29:28.4442845Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:29:28.4444099Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:29:28.4784125Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:29:28.4949795Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:29:28.5094045Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:29:28.5234707Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:29:28.5396887Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:29:28.5542100Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:29:28.5690370Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:29:28.5831708Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:29:28.5972883Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:29:28.6121147Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:29:28.6261390Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:29:28.6416446Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:29:28.6558721Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:29:28.9006365Z Preconfiguring packages ...
2025-08-20T22:29:29.0049973Z Fetched 698 kB in 0s (3135 kB/s)
2025-08-20T22:29:29.0238976Z (Reading database ... 
2025-08-20T22:29:29.0239383Z (Reading database ... 5%
2025-08-20T22:29:29.0239666Z (Reading database ... 10%
2025-08-20T22:29:29.0239936Z (Reading database ... 15%
2025-08-20T22:29:29.0240195Z (Reading database ... 20%
2025-08-20T22:29:29.0240448Z (Reading database ... 25%
2025-08-20T22:29:29.0240697Z (Reading database ... 30%
2025-08-20T22:29:29.0240948Z (Reading database ... 35%
2025-08-20T22:29:29.0241194Z (Reading database ... 40%
2025-08-20T22:29:29.0241444Z (Reading database ... 45%
2025-08-20T22:29:29.0241690Z (Reading database ... 50%
2025-08-20T22:29:29.0265181Z (Reading database ... 55%
2025-08-20T22:29:29.0367237Z (Reading database ... 60%
2025-08-20T22:29:29.0391372Z (Reading database ... 65%
2025-08-20T22:29:29.0437912Z (Reading database ... 70%
2025-08-20T22:29:29.0467051Z (Reading database ... 75%
2025-08-20T22:29:29.0507602Z (Reading database ... 80%
2025-08-20T22:29:29.0692426Z (Reading database ... 85%
2025-08-20T22:29:29.0987407Z (Reading database ... 90%
2025-08-20T22:29:29.1095617Z (Reading database ... 95%
2025-08-20T22:29:29.1096077Z (Reading database ... 100%
2025-08-20T22:29:29.1145059Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:29:29.1145483Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:29:29.1325002Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:29.1491306Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:29:29.5278000Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:29:29.5338675Z (Reading database ... 
2025-08-20T22:29:29.5339129Z (Reading database ... 5%
2025-08-20T22:29:29.5339521Z (Reading database ... 10%
2025-08-20T22:29:29.5339888Z (Reading database ... 15%
2025-08-20T22:29:29.5340229Z (Reading database ... 20%
2025-08-20T22:29:29.5340479Z (Reading database ... 25%
2025-08-20T22:29:29.5340708Z (Reading database ... 30%
2025-08-20T22:29:29.5340928Z (Reading database ... 35%
2025-08-20T22:29:29.5341398Z (Reading database ... 40%
2025-08-20T22:29:29.5341621Z (Reading database ... 45%
2025-08-20T22:29:29.5341837Z (Reading database ... 50%
2025-08-20T22:29:29.5362931Z (Reading database ... 55%
2025-08-20T22:29:29.5469449Z (Reading database ... 60%
2025-08-20T22:29:29.5493656Z (Reading database ... 65%
2025-08-20T22:29:29.5542205Z (Reading database ... 70%
2025-08-20T22:29:29.5574476Z (Reading database ... 75%
2025-08-20T22:29:29.5614120Z (Reading database ... 80%
2025-08-20T22:29:29.5802078Z (Reading database ... 85%
2025-08-20T22:29:29.6108888Z (Reading database ... 90%
2025-08-20T22:29:29.6216127Z (Reading database ... 95%
2025-08-20T22:29:29.6216578Z (Reading database ... 100%
2025-08-20T22:29:29.6217049Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:29:29.6264626Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:29.6303874Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:29.6550659Z Selecting previously unselected package tcpd.
2025-08-20T22:29:29.6699749Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:29:29.6709935Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:29:29.6984443Z Selecting previously unselected package update-inetd.
2025-08-20T22:29:29.7134698Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:29:29.7143960Z Unpacking update-inetd (4.53) ...
2025-08-20T22:29:29.7405697Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:29:29.7555290Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:29.7610723Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:29.7853766Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:29:29.8005519Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:29.8021432Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:29:29.8272401Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:29:29.8422686Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:29.8434839Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:29.8693468Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:29:29.8845178Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:29.8854537Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:29:29.9098267Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:29:29.9246964Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:29.9257014Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:29:29.9495180Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:29:29.9644413Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:29.9653371Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:29.9893609Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:29:30.0042974Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:30.0053780Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:30.0291742Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:29:30.0443769Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:30.0453830Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:29:30.0718152Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:29:30.0867290Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:29:30.0874817Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:29:30.1148720Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:29:30.1300606Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:29:30.1310149Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:29:30.1765436Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:29:30.1848377Z Setting up update-inetd (4.53) ...
2025-08-20T22:29:30.2773980Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:29:30.2843900Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:29:30.2866294Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:30.7050524Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:29:30.7051007Z 
2025-08-20T22:29:30.7051138Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:29:30.7051348Z 
2025-08-20T22:29:30.7051730Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:29:30.7052262Z 
2025-08-20T22:29:30.7053418Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:29:30.7054390Z 
2025-08-20T22:29:31.0206340Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:29:31.0297559Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:29:31.0364306Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:29:31.0385452Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:29:31.0421254Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:29:31.0444589Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:29:31.0465941Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:31.4532466Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:29:31.4532914Z 
2025-08-20T22:29:31.4533920Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:29:31.4534649Z 
2025-08-20T22:29:31.7598721Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:31.8900808Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:31.9585915Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:32.0298164Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:38.6352540Z Reading package lists...
2025-08-20T22:29:38.8705968Z Building dependency tree...
2025-08-20T22:29:38.8715687Z Reading state information...
2025-08-20T22:29:39.1603598Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:29:39.1604419Z iputils-tracepath set to manually installed.
2025-08-20T22:29:39.1605028Z The following packages will be REMOVED:
2025-08-20T22:29:39.1616810Z   inetutils-ping
2025-08-20T22:29:39.1618955Z The following NEW packages will be installed:
2025-08-20T22:29:39.1628598Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:29:39.1823437Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:29:39.1824168Z Need to get 71.5 kB of archives.
2025-08-20T22:29:39.1824862Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:29:39.1825389Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:29:39.2218275Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:29:39.2494437Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:29:39.2645755Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:29:39.5793960Z Fetched 71.5 kB in 0s (764 kB/s)
2025-08-20T22:29:39.5988018Z (Reading database ... 
2025-08-20T22:29:39.5988475Z (Reading database ... 5%
2025-08-20T22:29:39.5988853Z (Reading database ... 10%
2025-08-20T22:29:39.5989265Z (Reading database ... 15%
2025-08-20T22:29:39.5989628Z (Reading database ... 20%
2025-08-20T22:29:39.5989994Z (Reading database ... 25%
2025-08-20T22:29:39.5990727Z (Reading database ... 30%
2025-08-20T22:29:39.5991064Z (Reading database ... 35%
2025-08-20T22:29:39.5991294Z (Reading database ... 40%
2025-08-20T22:29:39.5991521Z (Reading database ... 45%
2025-08-20T22:29:39.5991742Z (Reading database ... 50%
2025-08-20T22:29:39.6092995Z (Reading database ... 55%
2025-08-20T22:29:39.6135201Z (Reading database ... 60%
2025-08-20T22:29:39.6161437Z (Reading database ... 65%
2025-08-20T22:29:39.6209613Z (Reading database ... 70%
2025-08-20T22:29:39.6242195Z (Reading database ... 75%
2025-08-20T22:29:39.6282028Z (Reading database ... 80%
2025-08-20T22:29:39.6470875Z (Reading database ... 85%
2025-08-20T22:29:39.6769098Z (Reading database ... 90%
2025-08-20T22:29:39.6876354Z (Reading database ... 95%
2025-08-20T22:29:39.6876698Z (Reading database ... 100%
2025-08-20T22:29:39.6877130Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:29:39.6925002Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:29:39.7404477Z Selecting previously unselected package iputils-ping.
2025-08-20T22:29:39.7465678Z (Reading database ... 
2025-08-20T22:29:39.7466265Z (Reading database ... 5%
2025-08-20T22:29:39.7466704Z (Reading database ... 10%
2025-08-20T22:29:39.7467155Z (Reading database ... 15%
2025-08-20T22:29:39.7467642Z (Reading database ... 20%
2025-08-20T22:29:39.7468072Z (Reading database ... 25%
2025-08-20T22:29:39.7468507Z (Reading database ... 30%
2025-08-20T22:29:39.7468936Z (Reading database ... 35%
2025-08-20T22:29:39.7469370Z (Reading database ... 40%
2025-08-20T22:29:39.7469797Z (Reading database ... 45%
2025-08-20T22:29:39.7470148Z (Reading database ... 50%
2025-08-20T22:29:39.7557321Z (Reading database ... 55%
2025-08-20T22:29:39.7598380Z (Reading database ... 60%
2025-08-20T22:29:39.7624037Z (Reading database ... 65%
2025-08-20T22:29:39.7672958Z (Reading database ... 70%
2025-08-20T22:29:39.7706912Z (Reading database ... 75%
2025-08-20T22:29:39.7747756Z (Reading database ... 80%
2025-08-20T22:29:39.7941035Z (Reading database ... 85%
2025-08-20T22:29:39.8247844Z (Reading database ... 90%
2025-08-20T22:29:39.8359687Z (Reading database ... 95%
2025-08-20T22:29:39.8360034Z (Reading database ... 100%
2025-08-20T22:29:39.8360504Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:29:39.8415882Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:29:39.8425808Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:39.8682057Z Selecting previously unselected package iputils-arping.
2025-08-20T22:29:39.8834858Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:29:39.8844816Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:39.9075219Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:29:39.9232632Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:29:39.9243014Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:39.9689921Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:39.9882222Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:40.0042662Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:40.0210824Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:46.2833987Z Reading package lists...
2025-08-20T22:29:46.4997528Z Building dependency tree...
2025-08-20T22:29:46.5006157Z Reading state information...
2025-08-20T22:29:46.7101279Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:29:46.7102089Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:29:46.7614177Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:29:48.3454429Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:29:48.8662640Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:29:50.1051638Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:29:50.2579776Z Collecting pip
2025-08-20T22:29:50.2994539Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:29:50.3095800Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:29:50.4203064Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.2 MB/s eta 0:00:00
2025-08-20T22:29:50.6964777Z Installing collected packages: pip
2025-08-20T22:29:51.4465916Z Successfully installed pip-25.2
2025-08-20T22:29:51.6806316Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:29:51.7290343Z Reading package lists...
2025-08-20T22:29:51.9527240Z Building dependency tree...
2025-08-20T22:29:51.9537137Z Reading state information...
2025-08-20T22:29:52.1437727Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:29:52.1438361Z pciutils set to manually installed.
2025-08-20T22:29:52.1438887Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:29:52.1439515Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:29:52.1440071Z python3-distro set to manually installed.
2025-08-20T22:29:52.1440650Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:29:52.1441272Z python3-netifaces set to manually installed.
2025-08-20T22:29:52.1441818Z The following additional packages will be installed:
2025-08-20T22:29:52.1442321Z   libsysfs2
2025-08-20T22:29:52.1449072Z Suggested packages:
2025-08-20T22:29:52.1449429Z   fancontrol read-edid i2c-tools
2025-08-20T22:29:52.1758551Z The following NEW packages will be installed:
2025-08-20T22:29:52.1761617Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:29:52.1977579Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:29:52.2235032Z Need to get 142 kB of archives.
2025-08-20T22:29:52.2236033Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:29:52.2236648Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:29:52.2773501Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:29:52.3142046Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:29:52.3364930Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:29:52.3629390Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:29:52.6511669Z Fetched 142 kB in 0s (938 kB/s)
2025-08-20T22:29:52.6728509Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:29:52.6792787Z (Reading database ... 
2025-08-20T22:29:52.6793386Z (Reading database ... 5%
2025-08-20T22:29:52.6793834Z (Reading database ... 10%
2025-08-20T22:29:52.6794295Z (Reading database ... 15%
2025-08-20T22:29:52.6794690Z (Reading database ... 20%
2025-08-20T22:29:52.6795080Z (Reading database ... 25%
2025-08-20T22:29:52.6795483Z (Reading database ... 30%
2025-08-20T22:29:52.6795876Z (Reading database ... 35%
2025-08-20T22:29:52.6796265Z (Reading database ... 40%
2025-08-20T22:29:52.6796652Z (Reading database ... 45%
2025-08-20T22:29:52.6797036Z (Reading database ... 50%
2025-08-20T22:29:52.6889497Z (Reading database ... 55%
2025-08-20T22:29:52.6930538Z (Reading database ... 60%
2025-08-20T22:29:52.6956903Z (Reading database ... 65%
2025-08-20T22:29:52.7010583Z (Reading database ... 70%
2025-08-20T22:29:52.7048393Z (Reading database ... 75%
2025-08-20T22:29:52.7097295Z (Reading database ... 80%
2025-08-20T22:29:52.7319291Z (Reading database ... 85%
2025-08-20T22:29:52.7671818Z (Reading database ... 90%
2025-08-20T22:29:52.7792088Z (Reading database ... 95%
2025-08-20T22:29:52.7792621Z (Reading database ... 100%
2025-08-20T22:29:52.7793573Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:29:52.7842572Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:29:52.7859549Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:29:52.8097224Z Selecting previously unselected package sysfsutils.
2025-08-20T22:29:52.8253706Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:29:52.8288322Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:29:52.8568627Z Selecting previously unselected package lm-sensors.
2025-08-20T22:29:52.8724828Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:29:52.8931281Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:29:52.9209711Z Selecting previously unselected package virt-what.
2025-08-20T22:29:52.9368830Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:29:52.9381017Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:29:52.9807492Z Setting up virt-what (1.25-2) ...
2025-08-20T22:29:52.9878986Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:29:52.9899609Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:29:53.3987649Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:29:53.3988111Z 
2025-08-20T22:29:53.3988611Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:29:53.3989371Z 
2025-08-20T22:29:53.7321207Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:29:54.1373759Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:29:54.1374293Z 
2025-08-20T22:29:54.1414712Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:58.8977244Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:30:00.6447856Z Reading package lists...
2025-08-20T22:30:00.8668445Z Building dependency tree...
2025-08-20T22:30:00.8678116Z Reading state information...
2025-08-20T22:30:01.0717101Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:30:01.0717765Z The following additional packages will be installed:
2025-08-20T22:30:01.0722168Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:30:01.0722790Z   xorg-sgml-doctools
2025-08-20T22:30:01.0729123Z Suggested packages:
2025-08-20T22:30:01.0729399Z   libxcb-doc
2025-08-20T22:30:01.0914053Z The following NEW packages will be installed:
2025-08-20T22:30:01.0916250Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:30:01.0919453Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:30:01.0919978Z   xcb xorg-sgml-doctools
2025-08-20T22:30:01.1120392Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:30:01.1120832Z Need to get 807 kB of archives.
2025-08-20T22:30:01.1121232Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:30:01.1121663Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:30:01.1595849Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:30:01.1765110Z 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-20T22:30:01.1979038Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:30:01.2220097Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:30:01.2373770Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:30:01.2525155Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:30:01.2677102Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:30:01.2826094Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:30:01.3008716Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:30:01.3171007Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:30:01.3325646Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:30:01.6285813Z Fetched 807 kB in 0s (3464 kB/s)
2025-08-20T22:30:01.6491461Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:30:01.6555156Z (Reading database ... 
2025-08-20T22:30:01.6555582Z (Reading database ... 5%
2025-08-20T22:30:01.6555971Z (Reading database ... 10%
2025-08-20T22:30:01.6556356Z (Reading database ... 15%
2025-08-20T22:30:01.6556710Z (Reading database ... 20%
2025-08-20T22:30:01.6557111Z (Reading database ... 25%
2025-08-20T22:30:01.6558213Z (Reading database ... 30%
2025-08-20T22:30:01.6558601Z (Reading database ... 35%
2025-08-20T22:30:01.6558960Z (Reading database ... 40%
2025-08-20T22:30:01.6559331Z (Reading database ... 45%
2025-08-20T22:30:01.6559694Z (Reading database ... 50%
2025-08-20T22:30:01.6670583Z (Reading database ... 55%
2025-08-20T22:30:01.6693568Z (Reading database ... 60%
2025-08-20T22:30:01.6719476Z (Reading database ... 65%
2025-08-20T22:30:01.6768508Z (Reading database ... 70%
2025-08-20T22:30:01.6803341Z (Reading database ... 75%
2025-08-20T22:30:01.6845332Z (Reading database ... 80%
2025-08-20T22:30:01.7037902Z (Reading database ... 85%
2025-08-20T22:30:01.7352613Z (Reading database ... 90%
2025-08-20T22:30:01.7466113Z (Reading database ... 95%
2025-08-20T22:30:01.7466737Z (Reading database ... 100%
2025-08-20T22:30:01.7467248Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:30:01.7520342Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:30:01.7539556Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:30:01.7766368Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:30:01.7926259Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:30:01.7938232Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:30:01.8200956Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:30:01.8353083Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:30:01.8362774Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:30:01.9009080Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:30:01.9167633Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:30:01.9176939Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:30:01.9428574Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:30:01.9587345Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:30:01.9601572Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:30:01.9849775Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:30:02.0009861Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:30:02.0019812Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:02.0290790Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:30:02.0446589Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:30:02.0456907Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:02.0715694Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:30:02.0865555Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:30:02.0882215Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:02.1109734Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:30:02.1269449Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:30:02.1279078Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:02.1510189Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:30:02.1667530Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:30:02.1676581Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:02.1922091Z Selecting previously unselected package xcb.
2025-08-20T22:30:02.2082326Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:30:02.2091555Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:30:02.2558586Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:02.2584867Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:30:02.2607512Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:30:02.2669693Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:30:02.2735787Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:30:02.2899655Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:06.8803935Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:30:06.8909904Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:30:06.8938073Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:30:06.8967411Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:30:06.9004000Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:06.9029783Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:06.9069473Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:06.9098760Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:30:08.8352166Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:09.4611437Z Collecting build
2025-08-20T22:30:09.5028669Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:30:09.6067045Z Collecting cffi
2025-08-20T22:30:09.6103972Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:30:09.6295091Z Collecting scons
2025-08-20T22:30:09.6340352Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:09.6488173Z Collecting scuba
2025-08-20T22:30:09.6532626Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:30:09.7085147Z Collecting pytest
2025-08-20T22:30:09.7122903Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:30:09.7306592Z Collecting packaging>=19.1 (from build)
2025-08-20T22:30:09.7344440Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:09.7464673Z Collecting pyproject_hooks (from build)
2025-08-20T22:30:09.7505207Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:30:09.7615649Z Collecting pycparser (from cffi)
2025-08-20T22:30:09.7649991Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:30:09.7971482Z Collecting PyYAML (from scuba)
2025-08-20T22:30:09.8131612Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:30:09.8240908Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:30:09.8277975Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:30:09.8445424Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:30:09.8512491Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:30:09.8707787Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:30:09.8741750Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:09.8837985Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:30:09.8900319Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:30:09.9062787Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:09.9338091Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 157.1 MB/s  0:00:00
2025-08-20T22:30:09.9395173Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:30:09.9459259Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:30:09.9523870Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:30:09.9572304Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:30:09.9638512Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:09.9702089Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:09.9787486Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 157.9 MB/s  0:00:00
2025-08-20T22:30:09.9821797Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:30:09.9878785Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:30:09.9975255Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:30:10.0041420Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 118.2 MB/s  0:00:00
2025-08-20T22:30:10.1192782Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:30:11.9336224Z 
2025-08-20T22:30:11.9354868Z 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-20T22:30:12.2751362Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:12.5798483Z Collecting ansi2txt
2025-08-20T22:30:12.6136098Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:30:12.6341826Z Collecting pipx
2025-08-20T22:30:12.6374010Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:12.6540980Z Collecting scons
2025-08-20T22:30:12.6558899Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:12.6668729Z Collecting py2static
2025-08-20T22:30:12.6714043Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:30:12.6879953Z Collecting typer
2025-08-20T22:30:12.6934156Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:30:12.7213103Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:30:12.7247314Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:12.7415613Z Collecting packaging>=20 (from pipx)
2025-08-20T22:30:12.7427013Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:12.7588443Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:30:12.7623043Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:30:12.7797411Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:30:12.7833618Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:12.8223859Z Collecting pyinstaller (from py2static)
2025-08-20T22:30:12.8267485Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:30:12.8429104Z Collecting staticx (from py2static)
2025-08-20T22:30:12.8470683Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:30:12.8648694Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:30:12.8681392Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:12.8987269Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:30:12.9023416Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:12.9158465Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:30:12.9194409Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:30:12.9601119Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:30:12.9639999Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:12.9835524Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:12.9920927Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:13.0164357Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:13.0177258Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:13.0276854Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:30:13.0312482Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:30:13.1473129Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:30:13.1511233Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:30:13.1714898Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:30:13.1748288Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:13.1930249Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:30:13.1979631Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:13.2193525Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:30:13.2233991Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:30:13.2334461Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:30:13.2384068Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:30:13.2434116Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:13.2518919Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:30:13.2573448Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:30:13.2680225Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:30:13.2730172Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:30:13.2762505Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:13.2800306Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:30:13.2851593Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:30:13.2902380Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:13.2947739Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:30:13.3002190Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:30:13.3054004Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:30:13.3157099Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:30:13.3209289Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:30:13.3281442Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:30:13.3347889Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 119.8 MB/s  0:00:00
2025-08-20T22:30:13.3382051Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:30:13.3469711Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:13.3554105Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 153.0 MB/s  0:00:00
2025-08-20T22:30:13.3588467Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:30:13.3663994Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:30:13.3720759Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:30:13.5270630Z 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-20T22:30:14.3984227Z   Attempting uninstall: scons
2025-08-20T22:30:14.4072188Z     Found existing installation: SCons 4.9.1
2025-08-20T22:30:14.4474875Z     Uninstalling SCons-4.9.1:
2025-08-20T22:30:14.4559454Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:30:15.0991353Z   Attempting uninstall: pygments
2025-08-20T22:30:15.1081995Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:30:15.1322707Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:30:15.1351247Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:30:15.7867101Z   Attempting uninstall: packaging
2025-08-20T22:30:15.7947900Z     Found existing installation: packaging 25.0
2025-08-20T22:30:15.7973444Z     Uninstalling packaging-25.0:
2025-08-20T22:30:15.7981205Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:16.8409590Z 
2025-08-20T22:30:16.8442316Z 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-20T22:30:17.2041638Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:17.3799120Z Collecting build
2025-08-20T22:30:17.3811584Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:30:17.4711010Z Collecting cffi
2025-08-20T22:30:17.4724550Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:30:17.4833551Z Collecting scons
2025-08-20T22:30:17.4844355Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:17.4964754Z Collecting scuba
2025-08-20T22:30:17.4977221Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:30:17.5504078Z Collecting pytest
2025-08-20T22:30:17.5516220Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:30:17.5677886Z Collecting packaging>=19.1 (from build)
2025-08-20T22:30:17.5689249Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:17.5761745Z Collecting pyproject_hooks (from build)
2025-08-20T22:30:17.5772447Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:30:17.5855409Z Collecting pycparser (from cffi)
2025-08-20T22:30:17.5866251Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:30:17.6156616Z Collecting PyYAML (from scuba)
2025-08-20T22:30:17.6170306Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:30:17.6255249Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:30:17.6265585Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:30:17.6409476Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:30:17.6419778Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:30:17.6586111Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:30:17.6597057Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:17.6659414Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:30:17.6669906Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:30:17.6683347Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:17.6728153Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:30:17.6740702Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:30:17.6753482Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:30:17.6763431Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:30:17.6772916Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:17.6783525Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:17.6804315Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:30:17.6815949Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:30:17.6826202Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:30:17.8087793Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:30:17.8092425Z   Attempting uninstall: scons
2025-08-20T22:30:17.8178160Z     Found existing installation: SCons 4.9.1
2025-08-20T22:30:17.8564609Z     Uninstalling SCons-4.9.1:
2025-08-20T22:30:17.8640136Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:30:18.5011440Z   Attempting uninstall: PyYAML
2025-08-20T22:30:18.5112162Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:30:18.5139193Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:30:18.5150100Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:30:18.5706738Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:30:18.5794887Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:30:18.5813922Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:30:18.5824144Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:30:18.5926142Z   Attempting uninstall: pygments
2025-08-20T22:30:18.6007931Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:30:18.6248475Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:30:18.6277490Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:30:19.2960957Z   Attempting uninstall: pycparser
2025-08-20T22:30:19.3047021Z     Found existing installation: pycparser 2.22
2025-08-20T22:30:19.3071663Z     Uninstalling pycparser-2.22:
2025-08-20T22:30:19.3090487Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:30:19.4357675Z   Attempting uninstall: pluggy
2025-08-20T22:30:19.4448719Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:30:19.4469053Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:30:19.4476628Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:30:19.4633097Z   Attempting uninstall: packaging
2025-08-20T22:30:19.4715890Z     Found existing installation: packaging 25.0
2025-08-20T22:30:19.4741293Z     Uninstalling packaging-25.0:
2025-08-20T22:30:19.4749674Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:19.5152063Z   Attempting uninstall: iniconfig
2025-08-20T22:30:19.5241624Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:30:19.5259321Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:30:19.5266319Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:30:19.5343494Z   Attempting uninstall: scuba
2025-08-20T22:30:19.5425394Z     Found existing installation: scuba 2.14.1
2025-08-20T22:30:19.5447650Z     Uninstalling scuba-2.14.1:
2025-08-20T22:30:19.5457795Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:30:19.5660638Z   Attempting uninstall: pytest
2025-08-20T22:30:19.5745873Z     Found existing installation: pytest 8.4.1
2025-08-20T22:30:19.5812879Z     Uninstalling pytest-8.4.1:
2025-08-20T22:30:19.6078757Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:30:19.8257905Z   Attempting uninstall: cffi
2025-08-20T22:30:19.8342058Z     Found existing installation: cffi 1.17.1
2025-08-20T22:30:19.8368881Z     Uninstalling cffi-1.17.1:
2025-08-20T22:30:19.8612705Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:30:19.9310708Z   Attempting uninstall: build
2025-08-20T22:30:19.9391509Z     Found existing installation: build 1.3.0
2025-08-20T22:30:19.9417107Z     Uninstalling build-1.3.0:
2025-08-20T22:30:19.9426904Z       Successfully uninstalled build-1.3.0
2025-08-20T22:30:19.9617761Z 
2025-08-20T22:30:19.9648706Z 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-20T22:30:20.3198268Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:20.4941407Z Collecting ansi2txt
2025-08-20T22:30:20.4954639Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:30:20.5148261Z Collecting pipx
2025-08-20T22:30:20.5160645Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:20.5286405Z Collecting scons
2025-08-20T22:30:20.5305038Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:20.5384158Z Collecting py2static
2025-08-20T22:30:20.5394936Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:30:20.5535998Z Collecting typer
2025-08-20T22:30:20.5546758Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:30:20.5771904Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:30:20.5783899Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:20.5935180Z Collecting packaging>=20 (from pipx)
2025-08-20T22:30:20.5946124Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:20.6247258Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:30:20.6259039Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:30:20.6377769Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:30:20.6389178Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:20.6748664Z Collecting pyinstaller (from py2static)
2025-08-20T22:30:20.6761617Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:30:20.6913984Z Collecting staticx (from py2static)
2025-08-20T22:30:20.6925178Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:30:20.7076298Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:30:20.7087431Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:20.7381338Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:30:20.7393765Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:20.7512646Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:30:20.7524135Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:30:20.7871650Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:30:20.7884865Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:20.8061845Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:20.8074340Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:20.8280759Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:20.8292072Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:20.8391334Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:30:20.8402367Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:30:20.9495619Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:30:20.9510056Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:30:20.9679890Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:30:20.9691690Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:20.9848458Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:30:20.9859897Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:21.0030225Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:30:21.0041422Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:30:21.0081059Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:30:21.0091645Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:30:21.0102400Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:21.0144074Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:30:21.0153746Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:30:21.0163824Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:30:21.0173920Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:30:21.0184429Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:21.0194702Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:30:21.0204631Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:30:21.0216022Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:21.0235288Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:30:21.0245820Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:30:21.0255708Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:30:21.0265714Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:30:21.0275690Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:30:21.0285724Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:30:21.0301086Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:30:21.0313962Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:21.0332303Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:30:21.0342212Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:30:21.0353080Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:30:21.1878061Z 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-20T22:30:21.1882513Z   Attempting uninstall: pyelftools
2025-08-20T22:30:21.1964087Z     Found existing installation: pyelftools 0.32
2025-08-20T22:30:21.2017237Z     Uninstalling pyelftools-0.32:
2025-08-20T22:30:21.2033625Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:30:21.3157923Z   Attempting uninstall: altgraph
2025-08-20T22:30:21.3246666Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:30:21.3267119Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:30:21.3273991Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:30:21.3415895Z   Attempting uninstall: typing-extensions
2025-08-20T22:30:21.3505009Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:30:21.3520718Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:30:21.3770174Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:30:21.4025340Z   Attempting uninstall: staticx
2025-08-20T22:30:21.4112572Z     Found existing installation: staticx 0.14.1
2025-08-20T22:30:21.4140158Z     Uninstalling staticx-0.14.1:
2025-08-20T22:30:21.4151292Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:30:21.4359144Z   Attempting uninstall: shellingham
2025-08-20T22:30:21.4443761Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:30:21.4463825Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:30:21.4470962Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:30:21.4562835Z   Attempting uninstall: setuptools
2025-08-20T22:30:21.4650690Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:30:21.4941718Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:30:21.5235818Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:30:22.1979520Z   Attempting uninstall: scons
2025-08-20T22:30:22.2078406Z     Found existing installation: SCons 4.9.1
2025-08-20T22:30:22.2477701Z     Uninstalling SCons-4.9.1:
2025-08-20T22:30:22.2550115Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:30:22.8968381Z   Attempting uninstall: pygments
2025-08-20T22:30:22.9054468Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:30:22.9296100Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:30:22.9323560Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:30:23.5523432Z   Attempting uninstall: platformdirs
2025-08-20T22:30:23.5613866Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:30:23.5644467Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:30:23.5651372Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:30:23.5804029Z   Attempting uninstall: packaging
2025-08-20T22:30:23.5885522Z     Found existing installation: packaging 25.0
2025-08-20T22:30:23.5910929Z     Uninstalling packaging-25.0:
2025-08-20T22:30:23.5918702Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:23.6314516Z   Attempting uninstall: mdurl
2025-08-20T22:30:23.6398147Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:30:23.6416159Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:30:23.6422800Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:30:23.6509866Z   Attempting uninstall: click
2025-08-20T22:30:23.6592530Z     Found existing installation: click 8.2.1
2025-08-20T22:30:23.6616921Z     Uninstalling click-8.2.1:
2025-08-20T22:30:23.6624551Z       Successfully uninstalled click-8.2.1
2025-08-20T22:30:23.7227145Z   Attempting uninstall: argcomplete
2025-08-20T22:30:23.7317798Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:30:23.7348546Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:30:23.7361344Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:30:23.7597691Z   Attempting uninstall: ansi2txt
2025-08-20T22:30:23.7680011Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:30:23.7696440Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:30:23.7946970Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:30:23.8003679Z   Attempting uninstall: userpath
2025-08-20T22:30:23.8089874Z     Found existing installation: userpath 1.9.2
2025-08-20T22:30:23.8110600Z     Uninstalling userpath-1.9.2:
2025-08-20T22:30:23.8120008Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:30:23.8225385Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:30:23.8307819Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:30:23.8759782Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:30:23.8803993Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:30:24.1636495Z   Attempting uninstall: markdown-it-py
2025-08-20T22:30:24.1739615Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:30:24.1804933Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:30:24.1820198Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:30:24.2450907Z   Attempting uninstall: rich
2025-08-20T22:30:24.2540667Z     Found existing installation: rich 14.1.0
2025-08-20T22:30:24.2606107Z     Uninstalling rich-14.1.0:
2025-08-20T22:30:24.2617330Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:30:24.4310640Z   Attempting uninstall: pyinstaller
2025-08-20T22:30:24.4396345Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:30:24.4763583Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:30:24.4809285Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:30:24.8209233Z   Attempting uninstall: pipx
2025-08-20T22:30:24.8314779Z     Found existing installation: pipx 1.7.1
2025-08-20T22:30:24.8354838Z     Uninstalling pipx-1.7.1:
2025-08-20T22:30:24.8366600Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:30:24.8943832Z   Attempting uninstall: typer
2025-08-20T22:30:24.9034699Z     Found existing installation: typer 0.16.1
2025-08-20T22:30:24.9061417Z     Uninstalling typer-0.16.1:
2025-08-20T22:30:24.9071097Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:30:24.9425952Z   Attempting uninstall: py2static
2025-08-20T22:30:24.9506845Z     Found existing installation: py2static 0.0.1
2025-08-20T22:30:24.9527455Z     Uninstalling py2static-0.0.1:
2025-08-20T22:30:24.9538339Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:30:24.9613887Z 
2025-08-20T22:30:24.9644494Z 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-20T22:30:25.3048306Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:25.4303551Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:30:25.4308201Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-6m4itd__
2025-08-20T22:30:25.4330445Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-6m4itd__
2025-08-20T22:30:26.4824813Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:30:26.4866333Z   Installing build dependencies: started
2025-08-20T22:30:27.2203375Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:30:27.2213379Z   Getting requirements to build wheel: started
2025-08-20T22:30:27.5158043Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:30:27.5170789Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:30:27.7153866Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:30:27.8718998Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:30:27.8732671Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:30:27.8907266Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:30:27.8917818Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:27.9068361Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:30:27.9079080Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:27.9211057Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:30:27.9221688Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:27.9267837Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:27.9278502Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:30:27.9292287Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:27.9311282Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:30:27.9433806Z Building wheels for collected packages: pyinstaller
2025-08-20T22:30:27.9442019Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:30:28.5820408Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:30:28.5847765Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=5847043e25eb63293508a793f297e9a08420a445cc1aa34cb992e4ace890c142
2025-08-20T22:30:28.5849569Z   Stored in directory: /tmp/pip-ephem-wheel-cache-ervwwqcw/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:30:28.5890430Z Successfully built pyinstaller
2025-08-20T22:30:28.6810295Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:30:28.6815471Z   Attempting uninstall: altgraph
2025-08-20T22:30:28.6900141Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:30:28.6920440Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:30:28.6927784Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:30:28.7082842Z   Attempting uninstall: setuptools
2025-08-20T22:30:28.7170838Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:30:28.7465617Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:30:28.7762598Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:30:29.4517497Z   Attempting uninstall: packaging
2025-08-20T22:30:29.4604622Z     Found existing installation: packaging 25.0
2025-08-20T22:30:29.4632999Z     Uninstalling packaging-25.0:
2025-08-20T22:30:29.4640269Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:29.5027757Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:30:29.5110347Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:30:29.5598161Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:30:29.5640870Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:30:29.8471715Z   Attempting uninstall: pyinstaller
2025-08-20T22:30:29.8568352Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:30:29.8927815Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:30:29.8974028Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:30:30.2464391Z 
2025-08-20T22:30:30.2495581Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:30:30.5579604Z 6.15.0
2025-08-20T22:30:30.8510566Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:30:30.8521833Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:30:30.8522220Z 
2025-08-20T22:30:30.8522484Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:30:30.8523626Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:30:30.8524255Z installation.
2025-08-20T22:30:30.8524461Z 
2025-08-20T22:30:30.8524799Z If you installed the current Docker package using this script and are using it
2025-08-20T22:30:30.8525635Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:30:30.8526394Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:30:30.8527073Z files to match the parameters passed to the script.
2025-08-20T22:30:30.8527430Z 
2025-08-20T22:30:30.8527644Z You may press Ctrl+C now to abort this script.
2025-08-20T22:30:30.8694823Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:30:32.1839042Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:30:32.6134464Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:30:32.6162829Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:30:32.7279803Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:30:32.7298147Z + 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-20T22:30:32.7305928Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:30:34.1077305Z + 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-20T22:30:45.7443663Z 
2025-08-20T22:30:45.7444376Z Running kernel seems to be up-to-date.
2025-08-20T22:30:45.7444720Z 
2025-08-20T22:30:45.7444859Z Restarting services...
2025-08-20T22:30:45.7518604Z 
2025-08-20T22:30:45.7519111Z Service restarts being deferred:
2025-08-20T22:30:45.7519654Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:30:45.7520033Z 
2025-08-20T22:30:45.7520201Z No containers need to be restarted.
2025-08-20T22:30:45.7520489Z 
2025-08-20T22:30:45.7520679Z No user sessions are running outdated binaries.
2025-08-20T22:30:45.7521014Z 
2025-08-20T22:30:45.7521328Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:30:47.1490879Z + sh -c 'docker version'
2025-08-20T22:30:47.1667313Z Client: Docker Engine - Community
2025-08-20T22:30:47.1667845Z  Version:           28.3.3
2025-08-20T22:30:47.1668189Z  API version:       1.51
2025-08-20T22:30:47.1668585Z  Go version:        go1.24.5
2025-08-20T22:30:47.1668968Z  Git commit:        980b856
2025-08-20T22:30:47.1669370Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:30:47.1669824Z  OS/Arch:           linux/amd64
2025-08-20T22:30:47.1670208Z  Context:           default
2025-08-20T22:30:47.1670449Z 
2025-08-20T22:30:47.1670571Z Server: Docker Engine - Community
2025-08-20T22:30:47.1670815Z  Engine:
2025-08-20T22:30:47.1671023Z   Version:          28.3.3
2025-08-20T22:30:47.1671281Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:30:47.1671563Z   Go version:       go1.24.5
2025-08-20T22:30:47.1671790Z   Git commit:       bea959c
2025-08-20T22:30:47.1672024Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:30:47.1672281Z   OS/Arch:          linux/amd64
2025-08-20T22:30:47.1672520Z   Experimental:     false
2025-08-20T22:30:47.1672733Z  containerd:
2025-08-20T22:30:47.1672918Z   Version:          1.7.27
2025-08-20T22:30:47.1673827Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:30:47.1674120Z  runc:
2025-08-20T22:30:47.1674301Z   Version:          1.2.5
2025-08-20T22:30:47.1674535Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:30:47.1674791Z  docker-init:
2025-08-20T22:30:47.1675036Z   Version:          0.19.0
2025-08-20T22:30:47.1675260Z   GitCommit:        de40ad0
2025-08-20T22:30:47.1687585Z 
2025-08-20T22:30:47.1687823Z ================================================================================
2025-08-20T22:30:47.1688172Z 
2025-08-20T22:30:47.1688624Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:30:47.1689253Z Docker daemon in rootless mode for your user:
2025-08-20T22:30:47.1689582Z 
2025-08-20T22:30:47.1689761Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:30:47.1690092Z 
2025-08-20T22:30:47.1690349Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:30:47.1690640Z 
2025-08-20T22:30:47.1690644Z 
2025-08-20T22:30:47.1690838Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:30:47.1691286Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:30:47.1691538Z 
2025-08-20T22:30:47.1691811Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:30:47.1692524Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:30:47.1693418Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:30:47.1693881Z 
2025-08-20T22:30:47.1694028Z ================================================================================
2025-08-20T22:30:47.1694340Z 
2025-08-20T22:30:57.9347236Z ● docker.service - Docker Application Container Engine
2025-08-20T22:30:57.9348427Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:30:57.9349304Z      Active: active (running) since Wed 2025-08-20 22:30:47 UTC; 10s ago
2025-08-20T22:30:57.9349989Z TriggeredBy: ● docker.socket
2025-08-20T22:30:57.9350415Z        Docs: https://docs.docker.com
2025-08-20T22:30:57.9350888Z    Main PID: 19737 (dockerd)
2025-08-20T22:30:57.9351271Z       Tasks: 10
2025-08-20T22:30:57.9351592Z      Memory: 23.6M (peak: 27.6M)
2025-08-20T22:30:57.9352038Z         CPU: 357ms
2025-08-20T22:30:57.9352402Z      CGroup: /system.slice/docker.service
2025-08-20T22:30:57.9355310Z              └─19737 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:30:57.9355856Z 
2025-08-20T22:30:57.9356498Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.319198726Z" level=info msg="Loading containers: start."
2025-08-20T22:30:57.9358685Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.846213068Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3a381f196820ea6fbdcfff54e81fbcf5368cec6d0a211c1aa79dcc31c21ababe], retrying...."
2025-08-20T22:30:57.9360714Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.878560916Z" level=info msg="Loading containers: done."
2025-08-20T22:30:57.9362080Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889758833Z" 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-20T22:30:57.9364171Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889844093Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:30:57.9365092Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889869681Z" level=info msg="Initializing buildkit"
2025-08-20T22:30:57.9365804Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.909294661Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:30:57.9366813Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.915009128Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:30:57.9367542Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.915068810Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:30:57.9368191Z Aug 20 22:30:47 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:30:57.9476098Z ● docker.service - Docker Application Container Engine
2025-08-20T22:30:57.9476947Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:30:57.9477775Z      Active: active (running) since Wed 2025-08-20 22:30:47 UTC; 10s ago
2025-08-20T22:30:57.9478434Z TriggeredBy: ● docker.socket
2025-08-20T22:30:57.9478905Z        Docs: https://docs.docker.com
2025-08-20T22:30:57.9479332Z    Main PID: 19737 (dockerd)
2025-08-20T22:30:57.9479695Z       Tasks: 10
2025-08-20T22:30:57.9480003Z      Memory: 23.6M (peak: 27.6M)
2025-08-20T22:30:57.9480365Z         CPU: 357ms
2025-08-20T22:30:57.9480592Z      CGroup: /system.slice/docker.service
2025-08-20T22:30:57.9481104Z              └─19737 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:30:57.9481394Z 
2025-08-20T22:30:57.9481714Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.319198726Z" level=info msg="Loading containers: start."
2025-08-20T22:30:57.9482870Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.846213068Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3a381f196820ea6fbdcfff54e81fbcf5368cec6d0a211c1aa79dcc31c21ababe], retrying...."
2025-08-20T22:30:57.9484470Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.878560916Z" level=info msg="Loading containers: done."
2025-08-20T22:30:57.9485579Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889758833Z" 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-20T22:30:57.9487128Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889844093Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:30:57.9488650Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889869681Z" level=info msg="Initializing buildkit"
2025-08-20T22:30:57.9489820Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.909294661Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:30:57.9491023Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.915009128Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:30:57.9491743Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.915068810Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:30:57.9492397Z Aug 20 22:30:47 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:30:57.9701122Z ● docker.service - Docker Application Container Engine
2025-08-20T22:30:57.9701979Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:30:57.9702772Z      Active: active (running) since Wed 2025-08-20 22:30:47 UTC; 10s ago
2025-08-20T22:30:57.9703638Z TriggeredBy: ● docker.socket
2025-08-20T22:30:57.9704081Z        Docs: https://docs.docker.com
2025-08-20T22:30:57.9704526Z    Main PID: 19737 (dockerd)
2025-08-20T22:30:57.9704898Z       Tasks: 10
2025-08-20T22:30:57.9705228Z      Memory: 23.6M (peak: 27.6M)
2025-08-20T22:30:57.9705619Z         CPU: 357ms
2025-08-20T22:30:57.9706018Z      CGroup: /system.slice/docker.service
2025-08-20T22:30:57.9706876Z              └─19737 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:30:57.9707645Z 
2025-08-20T22:30:57.9708197Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.319198726Z" level=info msg="Loading containers: start."
2025-08-20T22:30:57.9710310Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.846213068Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 3a381f196820ea6fbdcfff54e81fbcf5368cec6d0a211c1aa79dcc31c21ababe], retrying...."
2025-08-20T22:30:57.9712414Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.878560916Z" level=info msg="Loading containers: done."
2025-08-20T22:30:57.9713854Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889758833Z" 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-20T22:30:57.9715201Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889844093Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:30:57.9716104Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.889869681Z" level=info msg="Initializing buildkit"
2025-08-20T22:30:57.9716824Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.909294661Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:30:57.9717571Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.915009128Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:30:57.9718286Z Aug 20 22:30:47 pkrvmqc4gcfdwos dockerd[19737]: time="2025-08-20T22:30:47.915068810Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:30:57.9719128Z Aug 20 22:30:47 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:30:57.9818225Z Docker version 28.3.3, build 980b856
2025-08-20T22:30:58.0012386Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:30:58.1730851Z latest: Pulling from library/hello-world
2025-08-20T22:30:58.2244881Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:30:58.4551575Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:30:58.4552074Z 17eec7bbc9d7: Download complete
2025-08-20T22:30:58.4622593Z 17eec7bbc9d7: Pull complete
2025-08-20T22:30:58.4662121Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:30:58.4675120Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:30:58.6326139Z 
2025-08-20T22:30:58.6326760Z Hello from Docker!
2025-08-20T22:30:58.6327419Z This message shows that your installation appears to be working correctly.
2025-08-20T22:30:58.6327896Z 
2025-08-20T22:30:58.6328142Z To generate this message, Docker took the following steps:
2025-08-20T22:30:58.6328748Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:30:58.6329372Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:30:58.6329959Z     (amd64)
2025-08-20T22:30:58.6330418Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:30:58.6331151Z     executable that produces the output you are currently reading.
2025-08-20T22:30:58.6331884Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:30:58.6332501Z     to your terminal.
2025-08-20T22:30:58.6332709Z 
2025-08-20T22:30:58.6332986Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:30:58.6334083Z  $ docker run -it ubuntu bash
2025-08-20T22:30:58.6334339Z 
2025-08-20T22:30:58.6334608Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:30:58.6335182Z  https://hub.docker.com/
2025-08-20T22:30:58.6335412Z 
2025-08-20T22:30:58.6335571Z For more examples and ideas, visit:
2025-08-20T22:30:58.6336025Z  https://docs.docker.com/get-started/
2025-08-20T22:30:58.6336297Z 
2025-08-20T22:30:58.7385857Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:30:58.7386832Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:30:58.7387472Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:30:58.7388134Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:30:58.7388785Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:30:58.7389449Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:30:58.7390121Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:30:58.7390763Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:30:58.7391365Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:30:58.7391937Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:30:58.7392589Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:30:58.7393485Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:30:58.7394209Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:30:58.7394958Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:30:58.7395681Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:30:58.7396398Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:30:58.7397123Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:30:58.7397752Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:30:58.7398427Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:30:58.7399234Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:30:58.7400256Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:30:58.7400949Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:30:58.7401686Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:30:58.7402409Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:30:58.7402782Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:30:58.7403378Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:30:58.7403924Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:30:58.7404359Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:30:58.7404764Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:30:58.7405269Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:30:58.7405693Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:30:58.7406109Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:30:58.7406536Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:30:58.7407232Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:30:58.7408028Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:30:58.7408751Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:30:58.7409466Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:30:58.7410162Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:30:58.7410895Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:30:58.7411765Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:30:58.7412538Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:30:58.7414958Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:30:58.7415900Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:30:58.7416737Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:30:58.7417606Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:30:58.7418485Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:30:58.7419381Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:30:58.7420193Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:30:58.7420945Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:30:58.7421704Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:30:58.7422448Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:30:58.7423485Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:30:58.7424295Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:30:58.7424973Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:30:58.7425616Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:30:58.7426270Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:30:58.7426842Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:30:58.7427457Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:30:58.7428180Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:30:58.7428857Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:30:58.7429796Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:30:58.7430602Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:30:58.7431363Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:30:58.7432105Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:30:58.7432868Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:30:58.7433838Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:30:58.7434563Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:30:58.7435264Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:30:58.7436010Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:30:58.7436851Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:30:58.7437740Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:30:58.7438594Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:30:58.7439352Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:30:58.7440045Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:30:58.7440728Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:30:58.7441446Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:30:58.7442221Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:30:58.7443109Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:30:58.7444218Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:30:58.7445109Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:30:58.7445910Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:30:58.7446824Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:30:58.7447528Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:30:58.7448259Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:30:58.7448959Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:30:58.7449420Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:30:58.7449849Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:30:58.7450267Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:30:58.7450649Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:30:58.7451031Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:30:58.7451438Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:30:58.7451843Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:30:58.7452214Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:30:58.7452581Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:30:58.7452969Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:30:58.7453610Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:30:58.7453962Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:30:58.7454340Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:30:58.7454716Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:30:58.7455229Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:30:58.7455627Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:30:58.7455989Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:30:58.7456400Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:30:58.7457069Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:30:58.7457779Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:30:58.7458472Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:30:58.7459142Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:30:58.7459537Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:30:58.7459923Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:30:58.7460318Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:30:58.7460887Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:30:58.7461247Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:30:58.7461580Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:30:58.7462080Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:30:58.7462470Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:30:58.7462925Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:30:58.7463539Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:30:58.7463927Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:30:58.7464303Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:30:58.7464695Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:30:58.7465144Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:30:58.7465589Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:30:58.7465987Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:30:58.7466546Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:30:58.7466934Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:30:58.7467326Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:30:58.7467737Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:30:58.7468141Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:30:58.7468648Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:30:58.7469034Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:30:58.7469447Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:30:58.7469896Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:30:58.7470322Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:30:58.7470709Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:30:58.7471095Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:30:58.7471502Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:30:58.7471904Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:30:58.7472295Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:30:58.7472680Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:30:58.7473070Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:30:58.7473748Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:30:58.7474259Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:30:58.7474631Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:30:58.7474947Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:30:58.7475269Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:30:58.7475656Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:30:58.7476051Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:30:58.7476441Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:30:58.7476808Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:30:58.7477176Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:30:58.7477549Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:30:58.7477901Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:30:58.7478240Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:30:58.7478661Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:30:58.7479114Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:30:58.7479506Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:30:58.7479877Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:30:58.7480272Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:30:58.7481022Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:30:58.7481789Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:30:58.7482415Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:30:58.7482787Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:30:58.7483316Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:30:58.7483892Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:30:58.7484521Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:30:58.7484940Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:30:58.7485303Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:30:58.7485646Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:30:58.7486032Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:30:58.7486408Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:30:58.7486832Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:30:58.7487300Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:30:58.7487714Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:30:58.7488080Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:30:58.7488430Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:30:58.7488783Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:30:58.7497132Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:30:58.7497768Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:30:58.7498334Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:30:58.7498736Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:30:58.7499234Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:30:58.7499799Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:30:58.7500461Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:30:58.7500915Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:30:58.7501293Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:30:58.7501688Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:30:58.7502116Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:30:58.7502535Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:30:58.7502936Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:30:58.7503606Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:30:58.7504004Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:30:58.7504402Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:30:58.7504812Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:30:58.7505202Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:30:58.7505600Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:30:58.7505993Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:30:58.7506385Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:30:58.7506821Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:30:58.7507272Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:30:58.7507694Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:30:58.7508067Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:30:58.7508440Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:30:58.7508840Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:30:58.7509212Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:30:58.7509732Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:30:58.7510110Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:30:58.7510498Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:30:58.7510915Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:30:58.7511384Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:30:58.7511826Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:30:58.7512232Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:30:58.7512617Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:30:58.7513001Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:30:58.7513745Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:30:58.7514138Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:30:58.7514521Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:30:58.7514903Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:30:58.7515344Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:30:58.7515816Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:30:58.7516277Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:30:58.7516790Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:30:58.7517488Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:30:58.7517987Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:30:58.7518471Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:30:58.7518906Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:30:58.7519267Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:30:58.7519625Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:30:58.7519995Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:30:58.7520397Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:30:58.7520768Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:30:58.7521152Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:30:58.7521538Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:30:58.7521922Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:30:58.7522301Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:30:58.7522677Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:30:58.7523073Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:30:58.7523765Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:30:58.7524184Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:30:58.7524623Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:30:58.7525011Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:30:58.7525382Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:30:58.7525792Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:30:58.7526164Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:30:58.7526514Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:30:58.7527000Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:30:58.7527366Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:30:58.7527758Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:30:58.7528129Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:30:58.7528518Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:30:58.7528879Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:30:58.7529199Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:30:58.7529659Z 	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-20T22:30:58.7530175Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:30:58.7530534Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:30:58.7530908Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:30:58.7531276Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:30:58.7531678Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:30:58.7532106Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:30:58.7532524Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:30:58.7532949Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:30:58.7533599Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:30:58.7534016Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:30:58.7534565Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:30:58.7534990Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:30:58.7535388Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:30:58.7535830Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:30:58.7536321Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:30:58.7536814Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:30:58.7537263Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:30:58.7537672Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:30:58.7538077Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:30:58.7538551Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:30:58.7539040Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:30:58.7539447Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:30:58.7539883Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:30:58.7540334Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:30:58.7540742Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:30:58.7541106Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:30:58.7541471Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:30:58.7541851Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:30:58.7542228Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:30:58.7542594Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:30:58.7542960Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:30:58.7543476Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:30:58.7543980Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:30:58.7544345Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:30:58.7544714Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:30:58.7545065Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:30:58.7545534Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:30:58.7545917Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:30:58.7546278Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:30:58.7546648Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:30:58.7547016Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:30:58.7547390Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:30:58.7547760Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:30:58.7548125Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:30:58.7548477Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:30:58.7548847Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:30:58.7549200Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:30:58.7549571Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:30:58.7550006Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:30:58.7550415Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:30:58.7550776Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:30:58.7551293Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:30:58.7551749Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:30:58.7552156Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:30:58.7552530Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:30:58.7552903Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:30:58.7553538Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:30:58.7553915Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:30:58.7554226Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:30:58.7554577Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:30:58.7554933Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:30:58.7555298Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:30:58.7555666Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:30:58.7556011Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:30:58.7556342Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:30:58.7556732Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:30:58.7557143Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:30:58.7557544Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:30:58.7557939Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:30:58.7558327Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:30:58.7558737Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:30:58.7559235Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:30:58.7559857Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:30:58.7560478Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:30:58.7561161Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:30:58.7561636Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:30:58.7562085Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:30:58.7562601Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:30:58.7563351Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:30:58.7563912Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:30:58.7564405Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:30:58.7564851Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:30:58.7565219Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:30:58.7565595Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:30:58.7565969Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:30:58.7566347Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:30:58.7566733Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:30:58.7567108Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:30:58.7567486Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:30:58.7567860Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:30:58.7568235Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:30:58.7568724Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:30:58.7569103Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:30:58.7569475Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:30:58.7569865Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:30:58.7570259Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:30:58.7570671Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:30:58.7571082Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:30:58.7571443Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:30:58.7571828Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:30:58.7572240Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:30:58.7572650Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:30:58.7573085Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:30:58.7573775Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:30:58.7574146Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:30:58.7574512Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:30:58.7574884Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:30:58.7575248Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:30:58.7575633Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:30:58.7576016Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:30:58.7576393Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:30:58.7576779Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:30:58.7577137Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:30:58.7577496Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:30:58.7578172Z 	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-20T22:30:58.7578879Z 	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-20T22:30:58.7579557Z 	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-20T22:30:58.7580254Z 	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-20T22:30:58.7580771Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:30:58.7581149Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:30:58.7581517Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:30:58.7581889Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:30:58.7582263Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:30:58.7582618Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:30:58.7582985Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:30:58.7583493Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:30:58.7583866Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:30:58.7584235Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:30:58.7584613Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:30:58.7584977Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:30:58.7585472Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:30:58.7585885Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:30:58.7586282Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:30:58.7586669Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:30:58.7587061Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:30:58.7587449Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:30:58.7587824Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:30:58.7588201Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:30:58.7588571Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:30:58.7588952Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:30:58.7589353Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:30:58.7589743Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:30:58.7590136Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:30:58.7590522Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:30:58.7590902Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:30:58.7591324Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:30:58.7591756Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:30:58.7592156Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:30:58.7592593Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:30:58.7593047Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:30:58.7593722Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:30:58.7594087Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:30:58.7594595Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:30:58.7594988Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:30:58.7595391Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:30:58.7595786Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:30:58.7596154Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:30:58.7596535Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:30:58.7597004Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:30:58.7597471Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:30:58.7597870Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:30:58.7598273Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:30:58.7598724Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:30:58.7599166Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:30:58.7599637Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:30:58.7600124Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:30:58.7600564Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:30:58.7600995Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:30:58.7601394Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:30:58.7601894Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:30:58.7602307Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:30:58.7602687Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:30:58.7603063Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:30:58.7603724Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:30:58.7604127Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:30:58.7604528Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:30:58.7604947Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:30:58.7605334Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:30:58.7605705Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:30:58.7606071Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:30:58.7606429Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:30:58.7606818Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:30:58.7607236Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:30:58.7607689Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:30:58.7608137Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:30:58.7608539Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:30:58.7608980Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:30:58.7609399Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:30:58.7609799Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:30:58.7610207Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:30:58.7610563Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:30:58.7610927Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:30:58.7611439Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:30:58.7611832Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:30:58.7612201Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:30:58.7612533Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:30:58.7612849Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:30:58.7613411Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:30:58.7613958Z 	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-20T22:30:58.7614479Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:30:58.7614856Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:30:58.7615225Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:30:58.7615620Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:30:58.7616032Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:30:58.7616438Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:30:58.7616833Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:30:58.7617245Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:30:58.7617654Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:30:58.7618022Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:30:58.7618387Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:30:58.7618863Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:30:58.7619243Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:30:58.7619666Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:30:58.7620087Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:30:58.7620475Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:30:58.7620892Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:30:58.7621322Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:30:58.7621710Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:30:58.7622070Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:30:58.7622418Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:30:58.7622778Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:30:58.7623266Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:30:58.7623681Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:30:58.7624075Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:30:58.7624479Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:30:58.7624930Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:30:58.7625364Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:30:58.7625739Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:30:58.7626120Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:30:58.7626503Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:30:58.7626896Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:30:58.7627265Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:30:58.7627753Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:30:58.7628189Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:30:58.7628679Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:30:58.7629091Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:30:58.7629457Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:30:58.7629824Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:30:58.7630223Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:30:58.7630612Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:30:58.7630988Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:30:58.7631380Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:30:58.7631766Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:30:58.7632114Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:30:58.7632465Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:30:58.7632857Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:30:58.7633483Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:30:58.7633916Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:30:58.7634301Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:30:58.7634737Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:30:58.7635289Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:30:58.7635710Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:30:58.7636101Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:30:58.7636624Z 	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-20T22:30:58.7637134Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:30:58.7637442Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:30:58.7637788Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:30:58.7638194Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:30:58.7638623Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:30:58.7639142Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:30:58.7639725Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:30:58.7640333Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:30:58.7641015Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:30:58.7641665Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:30:58.7642296Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:30:58.7642919Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:30:58.7643784Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:30:58.7644281Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:30:58.7644731Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:30:58.7645170Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:30:58.7645770Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:30:58.7646238Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:30:58.7646677Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:30:58.7647062Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:30:58.7647429Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:30:58.7647806Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:30:58.7648182Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:30:58.7648590Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:30:58.7649008Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:30:58.7649372Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:30:58.7649767Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:30:58.7650235Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:30:58.7650723Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:30:58.7651210Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:30:58.7651691Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:30:58.7652172Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:30:58.7652651Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:30:58.7653414Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:30:58.7653914Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:30:58.7654344Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:30:58.7654760Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:30:58.7655173Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:30:58.7655583Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:30:58.7656020Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:30:58.7656449Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:30:58.7656834Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:30:58.7657217Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:30:58.7657596Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:30:58.7657978Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:30:58.7658418Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:30:58.7658856Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:30:58.7659256Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:30:58.7659663Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:30:58.7660083Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:30:58.7660534Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:30:58.7660978Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:30:58.7661412Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:30:58.7661807Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:30:58.7662184Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:30:58.7662697Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:30:58.7663068Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:30:58.7663600Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:30:58.7664006Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:30:58.7664403Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:30:58.7664830Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:30:58.7665299Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:30:58.7665862Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:30:58.7666508Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:30:58.7666913Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:30:58.7667235Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:30:58.7667565Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:30:58.7667968Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:30:58.7668373Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:30:58.7668767Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:30:58.7669164Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:30:58.7669592Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:30:58.7670043Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:30:58.7670602Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:30:58.7671002Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:30:58.7671410Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:30:58.7671956Z 	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-20T22:30:58.7672538Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:30:58.7672990Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:30:58.7673705Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:30:58.7674147Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:30:58.7674568Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:30:58.7674972Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:30:58.7675365Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:30:58.7675757Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:30:58.7676156Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:30:58.7676553Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:30:58.7676929Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:30:58.7677322Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:30:58.7677722Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:30:58.7678096Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:30:58.7678509Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:30:58.7678974Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:30:58.7679393Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:30:58.7679907Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:30:58.7680282Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:30:58.7680668Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:30:58.7681043Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:30:58.7681414Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:30:58.7681841Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:30:58.7682286Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:30:58.7682693Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:30:58.7683097Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:30:58.7683779Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:30:58.7684163Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:30:58.7684545Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:30:58.7684924Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:30:58.7685325Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:30:58.7685778Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:30:58.7686239Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:30:58.7686662Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:30:58.7687065Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:30:58.7687594Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:30:58.7688030Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:30:58.7688421Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:30:58.7688779Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:30:58.7689098Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:30:58.7689394Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:30:58.7689764Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:30:58.7690136Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:30:58.7690486Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:30:58.7690857Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:30:58.7691254Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:30:58.7691647Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:30:58.7692010Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:30:58.7692373Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:30:58.7692756Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:30:58.7693346Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:30:58.7693794Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:30:58.7694159Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:30:58.7694521Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:30:58.7694910Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:30:58.7695298Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:30:58.7695648Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:30:58.7696027Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:30:58.7696408Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:30:58.7696919Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:30:58.7697300Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:30:58.7697677Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:30:58.7698068Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:30:58.7698473Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:30:58.7698902Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:30:58.7699310Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:30:58.7699665Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:30:58.7700018Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:30:58.7700368Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:30:58.7700797Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:30:58.7701298Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:30:58.7701804Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:30:58.7702280Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:30:58.7702775Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:30:58.7703322Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:30:58.7703709Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:30:58.7704215Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:30:58.7704606Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:30:58.7704994Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:30:58.7705380Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:30:58.7705763Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:30:58.7706133Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:30:58.7706523Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:30:58.7706963Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:30:58.7707393Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:30:58.7707768Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:30:58.7708175Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:30:58.7708613Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:30:58.7709005Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:30:58.7709372Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:30:58.7709766Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:30:58.7710222Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:30:58.7710651Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:30:58.7711066Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:30:58.7711473Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:30:58.7711806Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:30:58.7712088Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:30:58.7712455Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:30:58.7712934Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:30:58.7811609Z [+] Installing Go for linux-amd64...
2025-08-20T22:31:00.0327517Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:31:00.0328124Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:31:00.0328749Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:31:04.0935552Z [+] Downloading Go go1.25.0...
2025-08-20T22:31:04.0991049Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:31:04.0991773Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:31:04.0992143Z 
2025-08-20T22:31:04.1617541Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:31:04.1618086Z 100    80  100    80    0     0   1275      0 --:--:-- --:--:-- --:--:--  1290
2025-08-20T22:31:04.1868891Z 
2025-08-20T22:31:04.3570135Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:31:04.3570858Z 100    75  100    75    0     0    290      0 --:--:-- --:--:-- --:--:--   441
2025-08-20T22:31:04.6026309Z 
2025-08-20T22:31:04.6026958Z 100 56.8M  100 56.8M    0     0   112M      0 --:--:-- --:--:-- --:--:--  112M
2025-08-20T22:31:04.6066072Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:31:05.9870699Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:31:05.9871386Z [+] GOROOT: /home/runner/.go
2025-08-20T22:31:05.9871890Z [+] GOPATH: /home/runner/go
2025-08-20T22:31:05.9872554Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:31:06.0033369Z go version go1.25.0 linux/amd64
2025-08-20T22:31:06.0430478Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:31:06.0431216Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:31:06.0432158Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:31:06.0432917Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:31:06.0433742Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:31:06.0434304Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:31:06.0434744Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:31:06.0435104Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:31:06.0435448Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:31:06.0435774Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:31:06.0436326Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:31:06.0437160Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:31:06.0437803Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:31:06.0438223Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:31:06.0438953Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:31:06.0439488Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:31:06.0439894Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:31:06.0440648Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:31:06.0441456Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:31:06.0442379Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:31:06.0443093Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:31:06.0443762Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:31:06.0444262Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:31:06.0444699Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:31:06.0445216Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:31:06.0445880Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:31:06.0446319Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:31:06.0446825Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:31:06.0447223Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:31:06.0447635Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:31:06.0448127Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:31:06.0448621Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:31:06.0449112Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:31:06.0449618Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:31:06.0450062Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:31:06.0450509Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:31:06.0450981Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:31:06.0451377Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:31:06.0451871Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:31:06.0452293Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:31:06.0452702Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:31:06.0453101Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:31:06.0453709Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:31:06.0454399Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:31:06.0454968Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:31:06.0455439Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:31:06.0455913Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:31:06.0456353Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:31:06.0456849Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:31:06.0457341Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:31:06.0457740Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:31:06.0458149Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:31:06.0458543Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:31:06.0458911Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:31:06.0459276Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:31:06.0459646Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:31:06.0459968Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:31:06.0460307Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:31:06.0460708Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:31:06.0461109Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:31:06.0461505Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:31:06.0461943Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:31:06.0462355Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:31:06.0462761Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:31:06.0463353Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:31:06.0464099Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:31:06.0464502Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:31:06.0464899Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:31:06.0465316Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:31:06.0465786Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:31:06.0466290Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:31:06.0466759Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:31:06.0467182Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:31:06.0467577Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:31:06.0467969Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:31:06.0468372Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:31:06.0468805Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:31:06.0469287Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:31:06.0469778Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:31:06.0470266Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:31:06.0470701Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:31:06.0471101Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:31:06.0471610Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:31:06.0472023Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:31:06.0472433Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:31:06.0472815Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:31:06.0473462Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:31:06.0473883Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:31:06.0474261Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:31:06.0474637Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:31:06.0475039Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:31:06.0475433Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:31:06.0475803Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:31:06.0476169Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:31:06.0476559Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:31:06.0476941Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:31:06.0477298Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:31:06.0477680Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:31:06.0478055Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:31:06.0478414Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:31:06.0478805Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:31:06.0479170Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:31:06.0479529Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:31:06.0479903Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:31:06.0480294Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:31:06.0480908Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:31:06.0481300Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:31:06.0481674Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:31:06.0482044Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:31:06.0482430Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:31:06.0482829Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:31:06.0483349Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:31:06.0483686Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:31:06.0484049Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:31:06.0484395Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:31:06.0484747Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:31:06.0485109Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:31:06.0485455Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:31:06.0485829Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:31:06.0486213Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:31:06.0486642Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:31:06.0487084Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:31:06.0487481Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:31:06.0487864Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:31:06.0488359Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:31:06.0488750Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:31:06.0489155Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:31:06.0489559Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:31:06.0490133Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:31:06.0490530Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:31:06.0490939Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:31:06.0491378Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:31:06.0491810Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:31:06.0492194Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:31:06.0492588Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:31:06.0493015Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:31:06.0501098Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:31:06.0501556Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:31:06.0501988Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:31:06.0502410Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:31:06.0502835Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:31:06.0503470Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:31:06.0503897Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:31:06.0504213Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:31:06.0504553Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:31:06.0504961Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:31:06.0505371Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:31:06.0505961Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:31:06.0506334Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:31:06.0506706Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:31:06.0507082Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:31:06.0507435Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:31:06.0507777Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:31:06.0508200Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:31:06.0508645Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:31:06.0509046Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:31:06.0509412Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:31:06.0509808Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:31:06.0510258Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:31:06.0510834Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:31:06.0511248Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:31:06.0511603Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:31:06.0511958Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:31:06.0512366Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:31:06.0512791Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:31:06.0513544Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:31:06.0514036Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:31:06.0514383Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:31:06.0514765Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:31:06.0515141Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:31:06.0515557Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:31:06.0516019Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:31:06.0516429Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:31:06.0517049Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:31:06.0517643Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:31:06.0518257Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:31:06.0519034Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:31:06.0519934Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:31:06.0520394Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:31:06.0520772Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:31:06.0521233Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:31:06.0521770Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:31:06.0522262Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:31:06.0522682Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:31:06.0523042Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:31:06.0523659Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:31:06.0524076Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:31:06.0524657Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:31:06.0525066Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:31:06.0525450Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:31:06.0525827Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:31:06.0526224Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:31:06.0526625Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:31:06.0527019Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:31:06.0527413Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:31:06.0527815Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:31:06.0528213Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:31:06.0528661Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:31:06.0529132Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:31:06.0529569Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:31:06.0529945Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:31:06.0530317Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:31:06.0530717Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:31:06.0531096Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:31:06.0531479Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:31:06.0531970Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:31:06.0532367Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:31:06.0532788Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:31:06.0533437Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:31:06.0533890Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:31:06.0534292Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:31:06.0534677Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:31:06.0535056Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:31:06.0535434Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:31:06.0535805Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:31:06.0536190Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:31:06.0536570Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:31:06.0537020Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:31:06.0537502Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:31:06.0537966Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:31:06.0538479Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:31:06.0538984Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:31:06.0539473Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:31:06.0539970Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:31:06.0540402Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:31:06.0540768Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:31:06.0541125Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:31:06.0541630Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:31:06.0542005Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:31:06.0542361Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:31:06.0542734Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:31:06.0543112Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:31:06.0543783Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:31:06.0544170Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:31:06.0544546Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:31:06.0544945Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:31:06.0545325Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:31:06.0545740Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:31:06.0546173Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:31:06.0546560Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:31:06.0546928Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:31:06.0547338Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:31:06.0547710Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:31:06.0548064Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:31:06.0548411Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:31:06.0548903Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:31:06.0549294Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:31:06.0549663Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:31:06.0550058Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:31:06.0550414Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:31:06.0550730Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:31:06.0551188Z 	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-20T22:31:06.0551702Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:31:06.0552071Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:31:06.0552442Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:31:06.0552809Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:31:06.0553411Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:31:06.0553852Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:31:06.0554284Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:31:06.0554709Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:31:06.0555105Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:31:06.0555502Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:31:06.0555915Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:31:06.0556322Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:31:06.0556712Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:31:06.0557142Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:31:06.0557627Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:31:06.0558241Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:31:06.0558683Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:31:06.0559083Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:31:06.0559482Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:31:06.0559953Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:31:06.0560429Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:31:06.0560870Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:31:06.0561299Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:31:06.0561750Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:31:06.0562151Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:31:06.0562519Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:31:06.0562881Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:31:06.0563448Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:31:06.0563833Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:31:06.0564196Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:31:06.0564555Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:31:06.0564939Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:31:06.0565315Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:31:06.0565792Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:31:06.0566164Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:31:06.0566514Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:31:06.0566889Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:31:06.0567269Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:31:06.0567622Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:31:06.0567980Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:31:06.0568328Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:31:06.0568692Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:31:06.0569059Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:31:06.0569419Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:31:06.0569777Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:31:06.0570155Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:31:06.0570512Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:31:06.0570884Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:31:06.0571315Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:31:06.0571718Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:31:06.0572076Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:31:06.0572455Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:31:06.0572877Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:31:06.0573488Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:31:06.0573856Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:31:06.0574218Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:31:06.0574579Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:31:06.0575020Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:31:06.0575322Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:31:06.0575671Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:31:06.0576024Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:31:06.0576390Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:31:06.0576745Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:31:06.0577091Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:31:06.0577426Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:31:06.0577804Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:31:06.0578216Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:31:06.0578615Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:31:06.0579009Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:31:06.0579394Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:31:06.0579803Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:31:06.0580298Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:31:06.0580914Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:31:06.0581544Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:31:06.0582081Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:31:06.0582658Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:31:06.0583114Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:31:06.0583839Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:31:06.0584455Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:31:06.0585021Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:31:06.0585509Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:31:06.0585953Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:31:06.0586319Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:31:06.0586688Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:31:06.0587062Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:31:06.0587440Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:31:06.0587829Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:31:06.0588208Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:31:06.0588589Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:31:06.0588965Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:31:06.0589339Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:31:06.0589707Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:31:06.0590078Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:31:06.0590442Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:31:06.0590835Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:31:06.0591225Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:31:06.0591795Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:31:06.0592206Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:31:06.0592567Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:31:06.0592955Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:31:06.0593590Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:31:06.0593998Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:31:06.0594432Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:31:06.0594859Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:31:06.0595229Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:31:06.0595597Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:31:06.0595973Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:31:06.0596341Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:31:06.0596720Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:31:06.0597105Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:31:06.0597483Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:31:06.0597862Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:31:06.0598220Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:31:06.0598580Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:31:06.0599299Z 	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-20T22:31:06.0600018Z 	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-20T22:31:06.0600698Z 	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-20T22:31:06.0601351Z 	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-20T22:31:06.0601891Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:31:06.0602276Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:31:06.0602647Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:31:06.0603022Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:31:06.0603593Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:31:06.0603960Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:31:06.0604330Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:31:06.0604797Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:31:06.0605172Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:31:06.0605544Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:31:06.0605917Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:31:06.0606285Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:31:06.0606670Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:31:06.0607085Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:31:06.0607482Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:31:06.0607878Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:31:06.0608275Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:31:06.0608796Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:31:06.0609176Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:31:06.0609554Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:31:06.0609924Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:31:06.0610303Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:31:06.0610712Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:31:06.0611103Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:31:06.0611493Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:31:06.0611892Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:31:06.0612275Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:31:06.0612696Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:31:06.0613130Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:31:06.0613805Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:31:06.0614245Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:31:06.0614701Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:31:06.0615107Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:31:06.0615471Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:31:06.0615845Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:31:06.0616370Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:31:06.0616778Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:31:06.0617187Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:31:06.0617562Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:31:06.0617950Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:31:06.0618419Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:31:06.0618891Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:31:06.0619286Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:31:06.0619682Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:31:06.0620138Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:31:06.0620584Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:31:06.0621057Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:31:06.0621546Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:31:06.0621985Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:31:06.0622420Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:31:06.0622819Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:31:06.0623427Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:31:06.0623856Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:31:06.0624243Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:31:06.0624627Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:31:06.0625034Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:31:06.0625436Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:31:06.0625967Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:31:06.0626386Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:31:06.0626773Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:31:06.0627148Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:31:06.0627513Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:31:06.0627869Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:31:06.0628258Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:31:06.0628667Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:31:06.0629125Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:31:06.0629576Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:31:06.0629979Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:31:06.0630419Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:31:06.0630840Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:31:06.0631246Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:31:06.0631649Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:31:06.0632006Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:31:06.0632373Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:31:06.0632869Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:31:06.0633463Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:31:06.0633845Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:31:06.0634180Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:31:06.0634497Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:31:06.0634846Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:31:06.0635345Z 	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-20T22:31:06.0635861Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:31:06.0636237Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:31:06.0636607Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:31:06.0636990Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:31:06.0637405Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:31:06.0637814Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:31:06.0638213Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:31:06.0638621Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:31:06.0639027Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:31:06.0639398Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:31:06.0639776Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:31:06.0640135Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:31:06.0640510Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:31:06.0640931Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:31:06.0641360Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:31:06.0641756Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:31:06.0642306Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:31:06.0642738Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:31:06.0643127Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:31:06.0643735Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:31:06.0644088Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:31:06.0644446Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:31:06.0644811Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:31:06.0645188Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:31:06.0645593Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:31:06.0646007Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:31:06.0646470Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:31:06.0646904Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:31:06.0647280Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:31:06.0647661Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:31:06.0648056Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:31:06.0648437Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:31:06.0648810Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:31:06.0649182Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:31:06.0649752Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:31:06.0650244Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:31:06.0650655Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:31:06.0651030Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:31:06.0651401Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:31:06.0651799Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:31:06.0652187Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:31:06.0652555Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:31:06.0652945Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:31:06.0653526Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:31:06.0653881Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:31:06.0654239Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:31:06.0654635Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:31:06.0655056Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:31:06.0655436Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:31:06.0655823Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:31:06.0656259Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:31:06.0656689Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:31:06.0657101Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:31:06.0657490Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:31:06.0658080Z 	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-20T22:31:06.0658737Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:31:06.0659172Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:31:06.0659602Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:31:06.0660021Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:31:06.0660445Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:31:06.0660996Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:31:06.0661581Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:31:06.0662190Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:31:06.0662839Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:31:06.0663668Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:31:06.0664302Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:31:06.0664926Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:31:06.0665508Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:31:06.0665994Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:31:06.0666436Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:31:06.0666868Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:31:06.0667290Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:31:06.0667876Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:31:06.0668317Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:31:06.0668702Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:31:06.0669067Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:31:06.0669442Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:31:06.0669819Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:31:06.0670227Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:31:06.0670641Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:31:06.0670996Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:31:06.0671389Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:31:06.0671860Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:31:06.0672349Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:31:06.0672843Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:31:06.0673517Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:31:06.0674004Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:31:06.0674485Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:31:06.0674931Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:31:06.0675345Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:31:06.0675760Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:31:06.0676170Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:31:06.0676578Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:31:06.0677108Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:31:06.0677539Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:31:06.0677964Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:31:06.0678347Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:31:06.0678725Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:31:06.0679098Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:31:06.0679472Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:31:06.0679903Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:31:06.0680342Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:31:06.0680735Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:31:06.0681148Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:31:06.0681569Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:31:06.0682014Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:31:06.0682455Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:31:06.0682882Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:31:06.0683499Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:31:06.0683879Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:31:06.0684264Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:31:06.0684760Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:31:06.0685141Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:31:06.0685554Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:31:06.0685950Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:31:06.0686375Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:31:06.0686839Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:31:06.0687254Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:31:06.0687656Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:31:06.0688052Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:31:06.0688357Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:31:06.0688684Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:31:06.0689060Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:31:06.0689452Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:31:06.0689854Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:31:06.0690250Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:31:06.0690676Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:31:06.0691123Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:31:06.0691534Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:31:06.0691918Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:31:06.0692309Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:31:06.0692862Z 	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-20T22:31:06.0693678Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:31:06.0694253Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:31:06.0694691Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:31:06.0695123Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:31:06.0695540Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:31:06.0695939Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:31:06.0696329Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:31:06.0696715Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:31:06.0697116Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:31:06.0697516Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:31:06.0697890Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:31:06.0698284Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:31:06.0698682Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:31:06.0699052Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:31:06.0699461Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:31:06.0699919Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:31:06.0700342Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:31:06.0700717Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:31:06.0701199Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:31:06.0701591Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:31:06.0701965Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:31:06.0702338Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:31:06.0702761Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:31:06.0703414Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:31:06.0703827Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:31:06.0704220Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:31:06.0704617Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:31:06.0704996Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:31:06.0705372Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:31:06.0705756Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:31:06.0706161Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:31:06.0706605Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:31:06.0707056Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:31:06.0707481Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:31:06.0707881Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:31:06.0708280Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:31:06.0708699Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:31:06.0709086Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:31:06.0709444Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:31:06.0709760Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:31:06.0710064Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:31:06.0710560Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:31:06.0710932Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:31:06.0711282Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:31:06.0711651Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:31:06.0712047Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:31:06.0712429Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:31:06.0712788Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:31:06.0713299Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:31:06.0713733Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:31:06.0714133Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:31:06.0714508Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:31:06.0714876Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:31:06.0715235Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:31:06.0715614Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:31:06.0715999Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:31:06.0716348Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:31:06.0716717Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:31:06.0717100Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:31:06.0717478Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:31:06.0717967Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:31:06.0718345Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:31:06.0718732Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:31:06.0719132Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:31:06.0719556Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:31:06.0719958Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:31:06.0720312Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:31:06.0720658Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:31:06.0720997Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:31:06.0721424Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:31:06.0721933Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:31:06.0722401Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:31:06.0722878Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:31:06.0723614Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:31:06.0724050Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:31:06.0724435Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:31:06.0724820Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:31:06.0725204Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:31:06.0725585Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:31:06.0725969Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:31:06.0726353Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:31:06.0726724Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:31:06.0727252Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:31:06.0727688Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:31:06.0728116Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:31:06.0728492Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:31:06.0728890Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:31:06.0729307Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:31:06.0729685Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:31:06.0730031Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:31:06.0730428Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:31:06.0730882Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:31:06.0731312Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:31:06.0731728Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:31:06.0732133Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:31:06.0732460Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:31:06.0732740Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:31:06.0733095Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:31:06.0733792Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:31:06.3024813Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:31:06.4756094Z Collecting meson
2025-08-20T22:31:06.5157481Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:31:06.5491267Z Collecting ninja
2025-08-20T22:31:06.5527898Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:31:06.5615897Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:31:06.5886587Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 102.7 MB/s  0:00:00
2025-08-20T22:31:06.5922253Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:31:06.6837262Z Installing collected packages: ninja, meson
2025-08-20T22:31:07.4319633Z 
2025-08-20T22:31:07.4349741Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:31:07.7388748Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:31:07.8487558Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:31:07.9060533Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:31:08.3826062Z 1.8.4
2025-08-20T22:31:08.4141444Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:31:08.4408950Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:31:08.4409707Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:31:08.4410371Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:31:08.4410824Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:31:08.4411370Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:31:08.4411863Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:31:08.4412281Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:31:08.4412688Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:31:08.4413083Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:31:08.4413893Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:31:08.4414303Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:31:08.4415005Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:31:08.4415566Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:31:08.4416197Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:31:08.4416844Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:31:08.4417490Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:31:08.4418162Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:31:08.4418775Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:31:08.4419415Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:31:08.4420170Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:31:08.4420838Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:31:08.4421260Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:31:08.4421686Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:31:08.4422083Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:31:08.4422442Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:31:08.4422838Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:31:08.4423513Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:31:08.4423996Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:31:08.4424502Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:31:08.4425328Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:31:08.4426102Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:31:08.4426828Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:31:08.4427625Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:31:08.4428382Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:31:08.4429186Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:31:08.4430068Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:31:08.4430803Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:31:08.4431516Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:31:08.4432248Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:31:08.4433009Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:31:08.4433947Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:31:08.4434698Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:31:08.4435425Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:31:08.4436255Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:31:08.4437112Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:31:08.4437958Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:31:08.4438833Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:31:08.4439626Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:31:08.4440383Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:31:08.4441143Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:31:08.4441891Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:31:08.4442874Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:31:08.4443871Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:31:08.4444550Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:31:08.4445197Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:31:08.4445855Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:31:08.4446425Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:31:08.4447035Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:31:08.4447765Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:31:08.4448454Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:31:08.4449184Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:31:08.4449984Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:31:08.4450740Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:31:08.4451477Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:31:08.4452245Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:31:08.4453022Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:31:08.4453938Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:31:08.4454651Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:31:08.4455405Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:31:08.4456529Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:31:08.4457429Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:31:08.4458327Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:31:08.4459078Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:31:08.4459756Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:31:08.4460449Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:31:08.4461160Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:31:08.4461951Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:31:08.4462843Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:31:08.4463981Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:31:08.4464878Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:31:08.4465666Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:31:08.4466388Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:31:08.4467053Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:31:08.4467477Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:31:08.4467906Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:31:08.4468301Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:31:08.4468724Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:31:08.4469142Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:31:08.4469532Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:31:08.4469912Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:31:08.4470481Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:31:08.4470891Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:31:08.4471266Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:31:08.4471635Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:31:08.4472028Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:31:08.4472415Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:31:08.4472796Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:31:08.4481858Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:31:08.4482327Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:31:08.4482726Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:31:08.4483466Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:31:08.4483872Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:31:08.4484284Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:31:08.4484672Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:31:08.4485074Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:31:08.4485476Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:31:08.4485872Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:31:08.4486246Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:31:08.4486620Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:31:08.4487198Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:31:08.4487616Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:31:08.4487968Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:31:08.4488297Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:31:08.4488658Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:31:08.4489012Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:31:08.4489369Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:31:08.4489730Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:31:08.4490080Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:31:08.4490452Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:31:08.4490850Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:31:08.4491302Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:31:08.4491757Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:31:08.4492164Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:31:08.4492554Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:31:08.4492945Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:31:08.4493589Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:31:08.4494002Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:31:08.4494414Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:31:08.4494789Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:31:08.4495185Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:31:08.4495600Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:31:08.4496041Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:31:08.4496609Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:31:08.4496995Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:31:08.4497385Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:31:08.4497793Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:31:08.4498197Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:31:08.4498592Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:31:08.4499078Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:31:08.4499477Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:31:08.4499886Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:31:08.4500269Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:31:08.4500640Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:31:08.4500950Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:31:08.4501275Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:31:08.4501664Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:31:08.4502065Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:31:08.4502471Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:31:08.4502845Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:31:08.4503395Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:31:08.4503790Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:31:08.4504257Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:31:08.4504605Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:31:08.4505036Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:31:08.4505487Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:31:08.4505891Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:31:08.4506268Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:31:08.4506660Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:31:08.4507071Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:31:08.4507491Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:31:08.4507915Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:31:08.4508288Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:31:08.4508651Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:31:08.4509089Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:31:08.4509525Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:31:08.4509940Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:31:08.4510308Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:31:08.4510651Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:31:08.4511043Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:31:08.4511430Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:31:08.4511856Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:31:08.4512337Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:31:08.4512760Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:31:08.4513481Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:31:08.4513843Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:31:08.4514204Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:31:08.4514654Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:31:08.4515160Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:31:08.4515605Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:31:08.4515986Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:31:08.4516452Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:31:08.4516995Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:31:08.4517506Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:31:08.4517953Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:31:08.4518317Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:31:08.4518710Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:31:08.4519126Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:31:08.4519548Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:31:08.4519955Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:31:08.4520330Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:31:08.4520705Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:31:08.4521225Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:31:08.4521636Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:31:08.4522042Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:31:08.4522431Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:31:08.4522823Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:31:08.4523427Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:31:08.4523869Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:31:08.4524329Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:31:08.4524753Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:31:08.4525128Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:31:08.4525507Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:31:08.4525902Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:31:08.4526281Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:31:08.4526658Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:31:08.4527033Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:31:08.4527419Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:31:08.4527837Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:31:08.4528306Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:31:08.4528754Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:31:08.4529153Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:31:08.4529542Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:31:08.4529921Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:31:08.4530290Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:31:08.4530790Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:31:08.4531175Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:31:08.4531561Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:31:08.4532009Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:31:08.4532490Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:31:08.4532950Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:31:08.4533576Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:31:08.4534086Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:31:08.4534577Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:31:08.4535068Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:31:08.4535499Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:31:08.4535860Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:31:08.4536221Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:31:08.4536595Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:31:08.4536971Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:31:08.4537329Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:31:08.4537704Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:31:08.4538197Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:31:08.4538584Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:31:08.4538965Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:31:08.4539338Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:31:08.4539734Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:31:08.4540117Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:31:08.4540531Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:31:08.4540968Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:31:08.4541355Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:31:08.4541727Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:31:08.4542140Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:31:08.4542512Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:31:08.4542868Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:31:08.4543320Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:31:08.4543684Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:31:08.4544068Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:31:08.4544438Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:31:08.4544829Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:31:08.4545192Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:31:08.4545508Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:31:08.4545972Z 	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-20T22:31:08.4546490Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:31:08.4546854Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:31:08.4547361Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:31:08.4547730Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:31:08.4548129Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:31:08.4548570Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:31:08.4548993Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:31:08.4549423Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:31:08.4549826Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:31:08.4550225Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:31:08.4550642Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:31:08.4551050Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:31:08.4551442Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:31:08.4551868Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:31:08.4552357Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:31:08.4552857Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:31:08.4553523Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:31:08.4553935Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:31:08.4554331Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:31:08.4554928Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:31:08.4555416Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:31:08.4555824Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:31:08.4556249Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:31:08.4556699Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:31:08.4557103Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:31:08.4557465Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:31:08.4557829Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:31:08.4558247Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:31:08.4558628Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:31:08.4558994Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:31:08.4559355Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:31:08.4559740Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:31:08.4560124Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:31:08.4560489Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:31:08.4560859Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:31:08.4561210Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:31:08.4561589Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:31:08.4561978Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:31:08.4562335Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:31:08.4562695Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:31:08.4563053Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:31:08.4563625Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:31:08.4564174Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:31:08.4564546Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:31:08.4564910Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:31:08.4565287Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:31:08.4565646Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:31:08.4566016Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:31:08.4566450Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:31:08.4566861Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:31:08.4567226Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:31:08.4567612Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:31:08.4568031Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:31:08.4568432Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:31:08.4568793Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:31:08.4569157Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:31:08.4569516Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:31:08.4569815Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:31:08.4570119Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:31:08.4570466Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:31:08.4570818Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:31:08.4571185Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:31:08.4571658Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:31:08.4572007Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:31:08.4572349Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:31:08.4572729Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:31:08.4573136Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:31:08.4573640Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:31:08.4574033Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:31:08.4574421Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:31:08.4574829Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:31:08.4575335Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:31:08.4575959Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:31:08.4576592Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:31:08.4577136Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:31:08.4577605Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:31:08.4578057Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:31:08.4578570Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:31:08.4579188Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:31:08.4579751Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:31:08.4580241Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:31:08.4580685Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:31:08.4581172Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:31:08.4581543Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:31:08.4581914Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:31:08.4582291Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:31:08.4582679Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:31:08.4583061Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:31:08.4583544Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:31:08.4583920Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:31:08.4584304Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:31:08.4584676Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:31:08.4585058Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:31:08.4585429Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:31:08.4585821Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:31:08.4586214Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:31:08.4586625Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:31:08.4587036Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:31:08.4587401Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:31:08.4587788Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:31:08.4588313Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:31:08.4588726Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:31:08.4589162Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:31:08.4589603Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:31:08.4589970Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:31:08.4590338Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:31:08.4590721Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:31:08.4591083Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:31:08.4591464Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:31:08.4591845Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:31:08.4592226Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:31:08.4592605Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:31:08.4592961Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:31:08.4593434Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:31:08.4593981Z 	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-20T22:31:08.4594697Z 	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-20T22:31:08.4595372Z 	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-20T22:31:08.4596028Z 	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-20T22:31:08.4596549Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:31:08.4596933Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:31:08.4597301Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:31:08.4597791Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:31:08.4598162Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:31:08.4598521Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:31:08.4598893Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:31:08.4599267Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:31:08.4599640Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:31:08.4600010Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:31:08.4600390Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:31:08.4600769Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:31:08.4601156Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:31:08.4601568Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:31:08.4601963Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:31:08.4602353Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:31:08.4602751Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:31:08.4603140Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:31:08.4603618Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:31:08.4603997Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:31:08.4604367Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:31:08.4604862Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:31:08.4605267Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:31:08.4605660Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:31:08.4606054Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:31:08.4606447Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:31:08.4606825Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:31:08.4607242Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:31:08.4607671Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:31:08.4608073Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:31:08.4608521Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:31:08.4608990Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:31:08.4609400Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:31:08.4609772Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:31:08.4610155Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:31:08.4610552Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:31:08.4610958Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:31:08.4611357Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:31:08.4611734Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:31:08.4612121Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:31:08.4612586Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:31:08.4613066Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:31:08.4613569Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:31:08.4614095Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:31:08.4614545Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:31:08.4614987Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:31:08.4615459Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:31:08.4615937Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:31:08.4616377Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:31:08.4616811Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:31:08.4617210Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:31:08.4617605Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:31:08.4618023Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:31:08.4618411Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:31:08.4618786Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:31:08.4619186Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:31:08.4619581Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:31:08.4619984Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:31:08.4620403Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:31:08.4620790Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:31:08.4621168Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:31:08.4621647Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:31:08.4622012Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:31:08.4622404Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:31:08.4622817Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:31:08.4623370Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:31:08.4623825Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:31:08.4624217Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:31:08.4624652Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:31:08.4625069Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:31:08.4625486Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:31:08.4625903Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:31:08.4626262Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:31:08.4626629Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:31:08.4627020Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:31:08.4627414Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:31:08.4627783Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:31:08.4628113Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:31:08.4628426Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:31:08.4628780Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:31:08.4629286Z 	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-20T22:31:08.4629801Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:31:08.4630182Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:31:08.4630671Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:31:08.4631067Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:31:08.4631475Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:31:08.4631884Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:31:08.4632282Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:31:08.4632690Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:31:08.4633094Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:31:08.4633567Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:31:08.4633938Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:31:08.4634297Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:31:08.4635111Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:31:08.4635843Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:31:08.4636616Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:31:08.4637240Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:31:08.4637672Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:31:08.4638114Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:31:08.4638510Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:31:08.4638881Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:31:08.4639406Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:31:08.4639785Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:31:08.4640163Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:31:08.4640550Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:31:08.4640953Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:31:08.4641368Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:31:08.4641825Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:31:08.4642267Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:31:08.4642645Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:31:08.4643026Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:31:08.4643673Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:31:08.4644066Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:31:08.4644448Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:31:08.4644827Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:31:08.4645271Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:31:08.4645758Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:31:08.4646174Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:31:08.4646545Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:31:08.4646911Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:31:08.4647310Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:31:08.4647697Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:31:08.4648071Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:31:08.4648469Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:31:08.4648981Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:31:08.4649332Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:31:08.4649685Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:31:08.4650081Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:31:08.4650506Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:31:08.4650889Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:31:08.4651283Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:31:08.4651727Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:31:08.4652161Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:31:08.4652578Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:31:08.4652979Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:31:08.4653675Z 	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-20T22:31:08.4654188Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:31:08.4654496Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:31:08.4654846Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:31:08.4655264Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:31:08.4655684Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:31:08.4656331Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:31:08.4656922Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:31:08.4657535Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:31:08.4658214Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:31:08.4658854Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:31:08.4659479Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:31:08.4660102Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:31:08.4660684Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:31:08.4661175Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:31:08.4661617Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:31:08.4662055Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:31:08.4662477Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:31:08.4662941Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:31:08.4663544Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:31:08.4663928Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:31:08.4664290Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:31:08.4664659Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:31:08.4665037Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:31:08.4665445Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:31:08.4665855Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:31:08.4666341Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:31:08.4666731Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:31:08.4667192Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:31:08.4667674Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:31:08.4668148Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:31:08.4668628Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:31:08.4669104Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:31:08.4669583Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:31:08.4670024Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:31:08.4670432Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:31:08.4670845Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:31:08.4671254Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:31:08.4671664Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:31:08.4672066Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:31:08.4672496Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:31:08.4672920Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:31:08.4673467Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:31:08.4673965Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:31:08.4674354Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:31:08.4674730Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:31:08.4675165Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:31:08.4675604Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:31:08.4676005Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:31:08.4676413Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:31:08.4676838Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:31:08.4677279Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:31:08.4677725Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:31:08.4678160Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:31:08.4678551Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:31:08.4678931Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:31:08.4679320Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:31:08.4679687Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:31:08.4680061Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:31:08.4680460Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:31:08.4680856Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:31:08.4681286Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:31:08.4681754Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:31:08.4682177Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:31:08.4682582Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:31:08.4683106Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:31:08.4683663Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:31:08.4683982Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:31:08.4684366Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:31:08.4684756Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:31:08.4685139Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:31:08.4685532Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:31:08.4685955Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:31:08.4686402Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:31:08.4686817Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:31:08.4687205Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:31:08.4687606Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:31:08.4688150Z 	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-20T22:31:08.4688725Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:31:08.4689171Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:31:08.4689609Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:31:08.4690042Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:31:08.4690586Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:31:08.4690991Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:31:08.4691380Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:31:08.4691765Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:31:08.4692160Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:31:08.4692559Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:31:08.4692930Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:31:08.4693491Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:31:08.4693891Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:31:08.4694261Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:31:08.4694667Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:31:08.4695130Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:31:08.4695553Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:31:08.4695934Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:31:08.4696304Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:31:08.4696687Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:31:08.4697060Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:31:08.4697429Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:31:08.4697852Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:31:08.4698297Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:31:08.4698701Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:31:08.4699096Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:31:08.4699488Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:31:08.4700038Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:31:08.4700408Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:31:08.4700804Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:31:08.4701210Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:31:08.4701675Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:31:08.4702131Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:31:08.4702558Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:31:08.4702971Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:31:08.4703551Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:31:08.4703974Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:31:08.4704370Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:31:08.4704732Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:31:08.4705050Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:31:08.4705367Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:31:08.4705737Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:31:08.4706110Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:31:08.4706462Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:31:08.4706831Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:31:08.4707353Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:31:08.4707746Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:31:08.4708109Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:31:08.4708467Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:31:08.4708845Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:31:08.4709243Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:31:08.4709621Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:31:08.4709978Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:31:08.4710339Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:31:08.4710721Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:31:08.4711105Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:31:08.4711459Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:31:08.4711834Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:31:08.4712225Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:31:08.4712597Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:31:08.4712968Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:31:08.4713515Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:31:08.4713901Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:31:08.4714300Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:31:08.4714720Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:31:08.4715130Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:31:08.4715486Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:31:08.4715836Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:31:08.4716186Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:31:08.4716735Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:31:08.4717232Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:31:08.4717698Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:31:08.4718169Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:31:08.4718665Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:31:08.4719104Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:31:08.4719486Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:31:08.4719881Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:31:08.4720265Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:31:08.4720653Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:31:08.4721035Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:31:08.4721414Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:31:08.4721785Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:31:08.4722176Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:31:08.4722616Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:31:08.4723045Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:31:08.4723649Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:31:08.4724171Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:31:08.4724599Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:31:08.4724987Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:31:08.4725340Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:31:08.4725732Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:31:08.4726183Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:31:08.4726606Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:31:08.4727015Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:31:08.4727420Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:31:08.4727749Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:31:08.4728032Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:31:08.4728385Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:31:08.4728866Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:31:08.8497908Z info: downloading installer
2025-08-20T22:31:09.3076604Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:31:09.3077257Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:31:09.3077904Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:31:09.3078641Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:31:09.3248616Z info: profile set to 'default'
2025-08-20T22:31:09.3249019Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:31:09.3249498Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:31:09.3936583Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:31:09.4249821Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:31:09.4250333Z 
2025-08-20T22:31:09.4346469Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:31:09.4347330Z 
2025-08-20T22:31:09.4347335Z 
2025-08-20T22:31:09.4347485Z Rust is installed now. Great!
2025-08-20T22:31:09.4347751Z 
2025-08-20T22:31:09.4348071Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:31:09.4348809Z environment variable. This has not been done automatically.
2025-08-20T22:31:09.4349225Z 
2025-08-20T22:31:09.4349420Z To configure your current shell, you need to source
2025-08-20T22:31:09.4349911Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:31:09.4350212Z 
2025-08-20T22:31:09.4350490Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:31:09.4351141Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:31:09.4351664Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:31:09.4352142Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:31:09.4548840Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:31:09.4884076Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:31:09.4884382Z 
2025-08-20T22:31:09.4983102Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:31:09.4983829Z 
2025-08-20T22:31:09.5489703Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:31:10.1285729Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:31:10.1612328Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:31:10.1612970Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:31:10.1613778Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:31:10.1614392Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:31:10.1615334Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:31:10.1615965Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:31:10.1616582Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:31:10.1617065Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:31:10.1617448Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:31:10.1617808Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:31:10.1618179Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:31:10.1618568Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:31:10.1618949Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:31:10.1619353Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:31:10.1619747Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:31:10.1620150Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:31:10.1620545Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:31:10.1620986Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:31:10.1621374Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:31:10.1621832Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:31:10.1622266Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:31:10.1622645Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:31:10.1623060Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:31:10.1623705Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:31:10.1624059Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:31:10.1624450Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:31:10.1624881Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:31:10.1625281Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:31:10.1625882Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:31:10.1626293Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:31:10.1626704Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:31:10.1627115Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:31:10.1627536Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:31:10.1627948Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:31:10.1628389Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:31:10.1628823Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:31:10.1629216Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:31:10.1629606Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:31:10.1630004Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:31:10.1630420Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:31:10.1630831Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:31:10.1631226Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:31:10.1631609Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:31:10.1632055Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:31:10.1632521Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:31:10.1633100Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:31:10.1633821Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:31:10.1634264Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:31:10.1634670Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:31:10.1635078Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:31:10.1635473Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:31:10.1642675Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:31:10.1643290Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:31:10.1643687Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:31:10.1644046Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:31:10.1644424Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:31:10.1644751Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:31:10.1645107Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:31:10.1645521Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:31:10.1645899Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:31:10.1646305Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:31:10.1646739Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:31:10.1647160Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:31:10.1647567Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:31:10.1647986Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:31:10.1648423Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:31:10.1648818Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:31:10.1649393Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:31:10.1649820Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:31:10.1650315Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:31:10.1650823Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:31:10.1651292Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:31:10.1651704Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:31:10.1652093Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:31:10.1652491Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:31:10.1652897Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:31:10.1653452Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:31:10.1653950Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:31:10.1654446Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:31:10.1654935Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:31:10.1655368Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:31:10.1655767Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:31:10.1656152Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:31:10.1656553Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:31:10.1657064Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:31:10.1657462Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:31:10.1657883Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:31:10.1658297Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:31:10.1658680Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:31:10.1659058Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:31:10.1659459Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:31:10.1659862Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:31:10.1660233Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:31:10.1660600Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:31:10.1660993Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:31:10.1661376Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:31:10.1661727Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:31:10.1662209Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:31:10.1662851Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:31:10.1663373Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:31:10.1663898Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:31:10.1664267Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:31:10.1664626Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:31:10.1664996Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:31:10.1665500Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:31:10.1666217Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:31:10.1666905Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:31:10.1667763Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:31:10.1668434Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:31:10.1669140Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:31:10.1669848Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:31:10.1670470Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:31:10.1671036Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:31:10.1671549Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:31:10.1671906Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:31:10.1672271Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:31:10.1672637Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:31:10.1672984Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:31:10.1673604Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:31:10.1674011Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:31:10.1674447Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:31:10.1674891Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:31:10.1675288Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:31:10.1675676Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:31:10.1676059Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:31:10.1676438Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:31:10.1676996Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:31:10.1677419Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:31:10.1677802Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:31:10.1678187Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:31:10.1678598Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:31:10.1679039Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:31:10.1679466Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:31:10.1679852Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:31:10.1680235Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:31:10.1680638Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:31:10.1681047Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:31:10.1681447Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:31:10.1681837Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:31:10.1682227Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:31:10.1682630Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:31:10.1683011Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:31:10.1683494Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:31:10.1683805Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:31:10.1684125Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:31:10.1684515Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:31:10.1684914Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:31:10.1685305Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:31:10.1685673Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:31:10.1686173Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:31:10.1686542Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:31:10.1686897Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:31:10.1687237Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:31:10.1687668Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:31:10.1688113Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:31:10.1688508Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:31:10.1688875Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:31:10.1689262Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:31:10.1689670Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:31:10.1690093Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:31:10.1690505Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:31:10.1690866Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:31:10.1691359Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:31:10.1692098Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:31:10.1692812Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:31:10.1693355Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:31:10.1693718Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:31:10.1694220Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:31:10.1694625Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:31:10.1695007Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:31:10.1695438Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:31:10.1695909Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:31:10.1696322Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:31:10.1696689Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:31:10.1697039Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:31:10.1697390Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:31:10.1697834Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:31:10.1698343Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:31:10.1698780Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:31:10.1699159Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:31:10.1699624Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:31:10.1700164Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:31:10.1700662Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:31:10.1701096Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:31:10.1701455Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:31:10.1701836Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:31:10.1702242Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:31:10.1702661Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:31:10.1703062Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:31:10.1703881Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:31:10.1704255Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:31:10.1704658Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:31:10.1705060Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:31:10.1705450Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:31:10.1705842Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:31:10.1706235Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:31:10.1706629Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:31:10.1707063Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:31:10.1707519Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:31:10.1707950Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:31:10.1708317Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:31:10.1708691Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:31:10.1709088Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:31:10.1709463Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:31:10.1709842Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:31:10.1710221Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:31:10.1710609Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:31:10.1711148Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:31:10.1711622Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:31:10.1712078Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:31:10.1712475Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:31:10.1712864Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:31:10.1715070Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:31:10.1715464Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:31:10.1715834Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:31:10.1716221Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:31:10.1716603Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:31:10.1717297Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:31:10.1718140Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:31:10.1718768Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:31:10.1719293Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:31:10.1719797Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:31:10.1720285Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:31:10.1720773Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:31:10.1721203Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:31:10.1721564Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:31:10.1721930Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:31:10.1722308Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:31:10.1722685Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:31:10.1723331Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:31:10.1723713Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:31:10.1724092Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:31:10.1724473Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:31:10.1724856Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:31:10.1725231Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:31:10.1725626Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:31:10.1726015Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:31:10.1726432Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:31:10.1726868Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:31:10.1727264Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:31:10.1727638Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:31:10.1728047Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:31:10.1728417Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:31:10.1728783Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:31:10.1729132Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:31:10.1729494Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:31:10.1729880Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:31:10.1730376Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:31:10.1730774Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:31:10.1731130Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:31:10.1731452Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:31:10.1731916Z 	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-20T22:31:10.1732431Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:31:10.1732803Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:31:10.1733289Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:31:10.1733661Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:31:10.1734062Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:31:10.1734496Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:31:10.1734926Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:31:10.1735354Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:31:10.1735765Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:31:10.1736164Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:31:10.1736584Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:31:10.1736992Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:31:10.1737381Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:31:10.1737809Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:31:10.1738295Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:31:10.1738794Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:31:10.1739239Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:31:10.1739770Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:31:10.1740162Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:31:10.1740634Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:31:10.1741115Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:31:10.1741518Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:31:10.1741946Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:31:10.1742394Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:31:10.1742799Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:31:10.1743271Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:31:10.1743766Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:31:10.1744156Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:31:10.1744538Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:31:10.1744902Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:31:10.1745264Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:31:10.1745649Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:31:10.1746032Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:31:10.1746401Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:31:10.1746768Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:31:10.1747119Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:31:10.1747631Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:31:10.1748016Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:31:10.1748380Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:31:10.1748736Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:31:10.1749090Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:31:10.1749456Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:31:10.1749826Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:31:10.1750185Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:31:10.1750540Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:31:10.1750914Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:31:10.1751271Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:31:10.1751642Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:31:10.1752075Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:31:10.1752486Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:31:10.1752847Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:31:10.1753473Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:31:10.1753903Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:31:10.1754300Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:31:10.1754657Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:31:10.1755019Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:31:10.1755371Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:31:10.1755681Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:31:10.1755981Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:31:10.1756330Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:31:10.1756808Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:31:10.1757176Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:31:10.1757536Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:31:10.1757879Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:31:10.1758215Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:31:10.1758596Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:31:10.1759000Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:31:10.1759394Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:31:10.1759789Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:31:10.1760179Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:31:10.1760595Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:31:10.1761094Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:31:10.1761719Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:31:10.1762341Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:31:10.1762881Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:31:10.1763468Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:31:10.1763921Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:31:10.1764550Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:31:10.1765171Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:31:10.1765743Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:31:10.1766234Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:31:10.1766678Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:31:10.1767043Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:31:10.1767426Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:31:10.1767794Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:31:10.1768174Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:31:10.1768569Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:31:10.1768954Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:31:10.1769337Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:31:10.1769714Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:31:10.1770095Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:31:10.1770471Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:31:10.1770840Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:31:10.1771206Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:31:10.1771596Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:31:10.1771986Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:31:10.1772404Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:31:10.1772815Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:31:10.1773289Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:31:10.1773826Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:31:10.1774234Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:31:10.1774641Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:31:10.1775081Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:31:10.1775507Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:31:10.1775873Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:31:10.1776246Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:31:10.1776626Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:31:10.1776992Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:31:10.1777603Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:31:10.1778260Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:31:10.1778929Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:31:10.1779612Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:31:10.1780267Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:31:10.1780828Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:31:10.1781383Z 	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-20T22:31:10.1782097Z 	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-20T22:31:10.1782936Z 	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-20T22:31:10.1783953Z 	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-20T22:31:10.1784479Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:31:10.1784864Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:31:10.1785231Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:31:10.1785606Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:31:10.1785979Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:31:10.1786335Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:31:10.1786708Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:31:10.1787095Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:31:10.1787471Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:31:10.1787853Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:31:10.1788233Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:31:10.1788599Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:31:10.1788983Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:31:10.1789394Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:31:10.1789791Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:31:10.1790181Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:31:10.1790578Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:31:10.1790972Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:31:10.1791354Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:31:10.1791735Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:31:10.1792266Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:31:10.1792648Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:31:10.1793079Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:31:10.1793718Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:31:10.1794121Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:31:10.1794514Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:31:10.1794912Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:31:10.1795347Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:31:10.1795781Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:31:10.1796182Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:31:10.1796626Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:31:10.1797080Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:31:10.1797487Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:31:10.1797853Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:31:10.1798230Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:31:10.1798628Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:31:10.1799036Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:31:10.1799556Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:31:10.1799942Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:31:10.1800561Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:31:10.1801045Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:31:10.1801569Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:31:10.1801962Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:31:10.1802372Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:31:10.1802825Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:31:10.1803398Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:31:10.1803872Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:31:10.1804369Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:31:10.1804821Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:31:10.1805266Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:31:10.1805666Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:31:10.1806067Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:31:10.1806490Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:31:10.1806878Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:31:10.1807260Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:31:10.1807670Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:31:10.1808076Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:31:10.1808494Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:31:10.1808909Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:31:10.1809469Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:31:10.1809849Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:31:10.1810216Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:31:10.1810573Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:31:10.1810968Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:31:10.1811389Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:31:10.1811843Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:31:10.1812293Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:31:10.1812698Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:31:10.1813139Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:31:10.1813682Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:31:10.1814085Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:31:10.1814493Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:31:10.1814852Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:31:10.1815216Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:31:10.1815605Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:31:10.1816047Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:31:10.1816421Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:31:10.1816861Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:31:10.1817181Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:31:10.1817541Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:31:10.1818043Z 	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-20T22:31:10.1818555Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:31:10.1818929Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:31:10.1819298Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:31:10.1819689Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:31:10.1820094Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:31:10.1820500Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:31:10.1820909Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:31:10.1821321Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:31:10.1821732Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:31:10.1822101Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:31:10.1822471Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:31:10.1822831Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:31:10.1823320Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:31:10.1823957Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:31:10.1824559Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:31:10.1824956Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:31:10.1825373Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:31:10.1825807Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:31:10.1826338Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:31:10.1826704Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:31:10.1827051Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:31:10.1827410Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:31:10.1827777Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:31:10.1828151Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:31:10.1828549Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:31:10.1828957Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:31:10.1829418Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:31:10.1829852Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:31:10.1830239Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:31:10.1830638Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:31:10.1831023Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:31:10.1831407Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:31:10.1831782Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:31:10.1832275Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:31:10.1832720Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:31:10.1833441Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:31:10.1834010Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:31:10.1834386Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:31:10.1834758Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:31:10.1835165Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:31:10.1835559Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:31:10.1835936Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:31:10.1836334Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:31:10.1836712Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:31:10.1837064Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:31:10.1837422Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:31:10.1837818Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:31:10.1838243Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:31:10.1838624Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:31:10.1839015Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:31:10.1839453Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:31:10.1839886Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:31:10.1840303Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:31:10.1840695Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:31:10.1841210Z 	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-20T22:31:10.1841725Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:31:10.1842034Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:31:10.1842387Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:31:10.1842799Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:31:10.1843503Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:31:10.1844025Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:31:10.1844608Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:31:10.1845214Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:31:10.1845856Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:31:10.1846499Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:31:10.1847126Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:31:10.1847753Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:31:10.1848337Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:31:10.1848818Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:31:10.1849262Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:31:10.1849698Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:31:10.1850118Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:31:10.1850860Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:31:10.1851365Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:31:10.1851889Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:31:10.1852266Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:31:10.1852650Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:31:10.1853029Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:31:10.1853552Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:31:10.1853969Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:31:10.1854329Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:31:10.1854725Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:31:10.1855188Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:31:10.1855678Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:31:10.1856165Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:31:10.1856643Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:31:10.1857128Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:31:10.1857616Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:31:10.1858066Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:31:10.1858479Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:31:10.1858895Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:31:10.1859307Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:31:10.1859718Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:31:10.1860132Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:31:10.1860570Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:31:10.1861123Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:31:10.1861512Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:31:10.1861890Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:31:10.1862267Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:31:10.1862643Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:31:10.1863078Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:31:10.1863619Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:31:10.1864021Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:31:10.1864433Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:31:10.1864856Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:31:10.1865316Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:31:10.1865760Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:31:10.1866192Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:31:10.1866590Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:31:10.1866975Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:31:10.1867373Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:31:10.1867749Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:31:10.1868131Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:31:10.1868655Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:31:10.1869062Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:31:10.1869497Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:31:10.1869968Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:31:10.1870389Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:31:10.1870801Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:31:10.1871197Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:31:10.1871500Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:31:10.1871820Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:31:10.1872204Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:31:10.1872603Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:31:10.1872994Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:31:10.1873618Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:31:10.1874055Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:31:10.1874504Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:31:10.1874927Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:31:10.1875320Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:31:10.1875728Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:31:10.1876280Z 	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-20T22:31:10.1876861Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:31:10.1877317Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:31:10.1877757Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:31:10.1878328Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:31:10.1878747Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:31:10.1879147Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:31:10.1879538Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:31:10.1879921Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:31:10.1880317Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:31:10.1880716Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:31:10.1881093Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:31:10.1881487Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:31:10.1881888Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:31:10.1882269Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:31:10.1882687Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:31:10.1883270Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:31:10.1883698Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:31:10.1884075Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:31:10.1884449Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:31:10.1884834Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:31:10.1885459Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:31:10.1885976Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:31:10.1886410Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:31:10.1886872Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:31:10.1887280Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:31:10.1887677Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:31:10.1888078Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:31:10.1888460Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:31:10.1888839Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:31:10.1889222Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:31:10.1889618Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:31:10.1890073Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:31:10.1890527Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:31:10.1890951Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:31:10.1891355Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:31:10.1891759Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:31:10.1892179Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:31:10.1892570Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:31:10.1892928Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:31:10.1893409Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:31:10.1893712Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:31:10.1894083Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:31:10.1894457Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:31:10.1894941Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:31:10.1895309Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:31:10.1895710Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:31:10.1896094Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:31:10.1896454Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:31:10.1896802Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:31:10.1897177Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:31:10.1897583Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:31:10.1897960Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:31:10.1898322Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:31:10.1898679Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:31:10.1899069Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:31:10.1899453Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:31:10.1899804Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:31:10.1900176Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:31:10.1900563Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:31:10.1900943Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:31:10.1901318Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:31:10.1901693Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:31:10.1902189Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:31:10.1902596Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:31:10.1903023Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:31:10.1903530Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:31:10.1903884Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:31:10.1904227Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:31:10.1904574Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:31:10.1905000Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:31:10.1905500Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:31:10.1905968Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:31:10.1906447Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:31:10.1906938Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:31:10.1907371Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:31:10.1907753Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:31:10.1908149Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:31:10.1908535Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:31:10.1908921Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:31:10.1909301Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:31:10.1909683Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:31:10.1910055Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:31:10.1910452Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:31:10.1910888Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:31:10.1911434Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:31:10.1911808Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:31:10.1912208Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:31:10.1912628Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:31:10.1912998Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:31:10.1913586Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:31:10.1913980Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:31:10.1914430Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:31:10.1914862Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:31:10.1915271Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:31:10.1915679Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:31:10.1916004Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:31:10.1916284Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:31:10.1916635Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:31:10.1917117Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:31:10.1917469Z 
2025-08-20T22:31:10.1917472Z 
2025-08-20T22:31:10.1917844Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:31:10 PM)
2025-08-20T22:31:10.1918224Z 
2025-08-20T22:31:10.1918228Z 
2025-08-20T22:31:10.1918231Z 
2025-08-20T22:31:10.1918306Z [+] Continue : YES
2025-08-20T22:31:10.1918550Z 
2025-08-20T22:31:10.1918794Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:31:10.2281608Z 
2025-08-20T22:31:10.2282197Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:31:10 PM) UTC
2025-08-20T22:31:10.2282476Z 
2025-08-20T22:31:10.2300001Z 
2025-08-20T22:31:10.2300167Z [+] Total RECIPES :: 1
2025-08-20T22:31:10.2300397Z 
2025-08-20T22:31:10.2377217Z 
2025-08-20T22:31:10.2377869Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml (1/1)
2025-08-20T22:31:10.2378408Z 
2025-08-20T22:31:10.2919554Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:31:10.2930917Z mode of '/tmp/pkgforge/LsW9wVkxg_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:31:10.2979324Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/sendme/official [Provided]
2025-08-20T22:31:10.2980047Z [+] Setting '.pkg_family' --> sendme [Provided]
2025-08-20T22:31:10.2992802Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:31:10.2999476Z [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-20T22:31:10.3029101Z [00:00:00.003]➜  
2025-08-20T22:31:10.3029673Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:31:10.3030156Z [00:00:00.003]➜  
2025-08-20T22:31:10.3071543Z [00:00:00.007]➜  
2025-08-20T22:31:10.3072113Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:31:10.3072554Z [00:00:00.007]➜  
2025-08-20T22:31:10.3151626Z [00:00:00.015]➜  
2025-08-20T22:31:10.3152691Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/sendme/static.official.source.yaml) --> /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:31:10 PM) UTC]
2025-08-20T22:31:10.3153951Z [00:00:00.015]➜  
2025-08-20T22:31:10.3154167Z [00:00:00.015]➜  
2025-08-20T22:31:10.3154595Z [00:00:00.015]➜  
2025-08-20T22:31:10.3154884Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:31:10.3162312Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:31:10.3164315Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:31:10.3165661Z [00:00:00.016]➜  _disabled: false
2025-08-20T22:31:10.3166448Z [00:00:00.016]➜  
2025-08-20T22:31:10.3167078Z [00:00:00.016]➜  pkg: "sendme"
2025-08-20T22:31:10.3169272Z [00:00:00.016]➜  pkg_id: "github.com.n0-computer.sendme.source"
2025-08-20T22:31:10.3169877Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:31:10.3170319Z [00:00:00.017]➜  category:
2025-08-20T22:31:10.3171050Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:31:10.3171363Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:31:10.3171709Z [00:00:00.017]➜  description: "Tool to send files and directories"
2025-08-20T22:31:10.3172056Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:31:10.3172305Z [00:00:00.017]➜    archlinux:
2025-08-20T22:31:10.3172549Z [00:00:00.017]➜      aur:
2025-08-20T22:31:10.3172788Z [00:00:00.017]➜        - "sendme"
2025-08-20T22:31:10.3173049Z [00:00:00.017]➜        - "sendme-bin"
2025-08-20T22:31:10.3173596Z [00:00:00.017]➜    homebrew:
2025-08-20T22:31:10.3173855Z [00:00:00.017]➜      - "sendme"
2025-08-20T22:31:10.3174104Z [00:00:00.017]➜    nixpkgs:
2025-08-20T22:31:10.3174341Z [00:00:00.017]➜      - "sendme"
2025-08-20T22:31:10.3174578Z [00:00:00.017]➜  homepage:
2025-08-20T22:31:10.3174897Z [00:00:00.017]➜    - "https://github.com/n0-computer/sendme"
2025-08-20T22:31:10.3175225Z [00:00:00.017]➜  license:
2025-08-20T22:31:10.3175488Z [00:00:00.017]➜    - id: "MIT"
2025-08-20T22:31:10.3176237Z [00:00:00.017]➜      url: "https://github.com/n0-computer/sendme/raw/dbf2c7763178743d0342ec93fdb746e496a0a223/LICENSE-MIT"
2025-08-20T22:31:10.3176756Z [00:00:00.017]➜  maintainer:
2025-08-20T22:31:10.3177085Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:31:10.3177410Z [00:00:00.017]➜  note:
2025-08-20T22:31:10.3177719Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:31:10.3178749Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/n0-computer/sendme"
2025-08-20T22:31:10.3179242Z [00:00:00.017]➜  provides:
2025-08-20T22:31:10.3179491Z [00:00:00.017]➜    - "sendme"
2025-08-20T22:31:10.3179735Z [00:00:00.017]➜  repology:
2025-08-20T22:31:10.3179966Z [00:00:00.017]➜    - "sendme"
2025-08-20T22:31:10.3188407Z [00:00:00.017]➜  src_url:
2025-08-20T22:31:10.3189022Z [00:00:00.017]➜    - "https://github.com/n0-computer/sendme"
2025-08-20T22:31:10.3189593Z [00:00:00.017]➜  tag:
2025-08-20T22:31:10.3190015Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:31:10.3190510Z [00:00:00.017]➜  x_exec:
2025-08-20T22:31:10.3190982Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T22:31:10.3191469Z [00:00:00.017]➜    host:
2025-08-20T22:31:10.3191902Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:31:10.3192399Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:31:10.3192869Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:31:10.3193522Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:31:10.3194067Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:31:10.3195401Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/n0-computer/sendme" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:31:10.3197011Z [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-20T22:31:10.3198215Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:31:10.3198967Z [00:00:00.017]➜    run: |
2025-08-20T22:31:10.3199400Z [00:00:00.017]➜      #Build
2025-08-20T22:31:10.3200545Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:31:10.3202212Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:31:10.3203516Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:31:10.3204421Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:31:10.3205200Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:31:10.3205857Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:31:10.3206348Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:31:10.3207057Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:31:10.3207934Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:31:10.3208738Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:31:10.3209946Z [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-20T22:31:10.3210993Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:31:10.3211627Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T22:31:10.3212144Z [00:00:00.017]➜           else
2025-08-20T22:31:10.3212642Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T22:31:10.3213335Z [00:00:00.017]➜           fi
2025-08-20T22:31:10.3213788Z [00:00:00.017]➜         else
2025-08-20T22:31:10.3214418Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:31:10.3215361Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:31:10.3215933Z [00:00:00.017]➜         fi
2025-08-20T22:31:10.3216443Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T22:31:10.3217086Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:31:10.3217869Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:31:10.3218665Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:31:10.3219400Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:31:10.3219966Z [00:00:00.017]➜         fi
2025-08-20T22:31:10.3220512Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:31:10.3221163Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:31:10.3221783Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:31:10.3222396Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:31:10.3223050Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:31:10.3224038Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:31:10.3224670Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:31:10.3225394Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:31:10.3226121Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:31:10.3226809Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:31:10.3227473Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:31:10.3228172Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:31:10.3228870Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:31:10.3229428Z [00:00:00.017]➜        #Build
2025-08-20T22:31:10.3230409Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/n0-computer/sendme" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:31:10.3231435Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:31:10.3232090Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:31:10.3233478Z [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-20T22:31:10.3234830Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:31:10.3235821Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:31:10.3236895Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:31:10.3237582Z [00:00:00.017]➜        #Copy 
2025-08-20T22:31:10.3239353Z [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-20T22:31:10.3241653Z [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-20T22:31:10.3242704Z [00:00:00.017]➜        #Strip 
2025-08-20T22:31:10.3243802Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:31:10.3245092Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:31:10.3246389Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:31:10.3247489Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:31:10.3248695Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:31:10.3249529Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:31:10.3249994Z [00:00:00.017]➜        '
2025-08-20T22:31:10.3250425Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:31:10.3250821Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:31:10.3251415Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:31:10.3252538Z [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-20T22:31:10.3253633Z [00:00:00.017]➜  
2025-08-20T22:31:10.3253845Z [00:00:00.017]➜  
2025-08-20T22:31:10.3254134Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:31:10.3254439Z [00:00:00.017]➜  
2025-08-20T22:31:10.3254640Z [00:00:00.017]➜  
2025-08-20T22:31:10.3254833Z [00:00:00.017]➜  
2025-08-20T22:31:10.3255346Z [00:00:00.018]➜  '/tmp/pkgforge/LsW9wVkxg_build.yaml' -> '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:31:11.5700683Z [00:00:01.270]➜  '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.static.version' -> '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.version'
2025-08-20T22:31:11.5756774Z [00:00:01.276]➜  [+] Version: HEAD-519ef0c-250819T203246 ('.x_exec.pkgver') [/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.static.version]
2025-08-20T22:31:11.6011064Z [00:00:01.301]➜  [+] Progs: sendme
2025-08-20T22:31:11.7096639Z [00:00:01.410]➜  
2025-08-20T22:31:11.7097135Z [00:00:01.410]➜  [-] Missing packages. Found: 
2025-08-20T22:31:11.7097473Z [00:00:01.410]➜  [+] Expected: sendme
2025-08-20T22:31:11.7097792Z [00:00:01.410]➜  [+] Continuing with build...
2025-08-20T22:31:11.7098099Z [00:00:01.410]➜  
2025-08-20T22:31:12.1048133Z [00:00:01.805]➜  
2025-08-20T22:31:12.1048616Z [00:00:01.805]➜  
2025-08-20T22:31:12.1142422Z [00:00:01.814]➜  + mkdir -pv /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:31:12.1165662Z [00:00:01.816]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=sendme -e PKG_ID=github.com.n0-computer.sendme.source -e PKG_TYPE=static -e PKG_VER=HEAD-519ef0c-250819T203246 -e PKGVER=HEAD-519ef0c-250819T203246 -e SBUILD_PKG=sendme.static -e SBUILD_PKGVER=HEAD-519ef0c-250819T203246 --volume /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:31:12.1168620Z [00:00:01.817]➜    #Setup ENV
2025-08-20T22:31:12.1169062Z [00:00:01.817]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:31:12.1169571Z [00:00:01.817]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:31:12.1170012Z [00:00:01.817]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:31:12.1170656Z [00:00:01.817]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:31:12.1171239Z [00:00:01.817]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:31:12.1171585Z [00:00:01.817]➜         export RUST_TARGET
2025-08-20T22:31:12.1171862Z [00:00:01.817]➜       else
2025-08-20T22:31:12.1172120Z [00:00:01.817]➜         rustc -Vv ; exit 1
2025-08-20T22:31:12.1172386Z [00:00:01.817]➜       fi
2025-08-20T22:31:12.1172612Z [00:00:01.817]➜     else
2025-08-20T22:31:12.1172949Z [00:00:01.817]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:31:12.1173630Z [00:00:01.817]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:31:12.1173930Z [00:00:01.817]➜     fi
2025-08-20T22:31:12.1174391Z [00:00:01.817]➜     RUST_FLAGS=()
2025-08-20T22:31:12.1174742Z [00:00:01.817]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:31:12.1175154Z [00:00:01.817]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:31:12.1175594Z [00:00:01.817]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:31:12.1176011Z [00:00:01.817]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:31:12.1176313Z [00:00:01.817]➜     fi
2025-08-20T22:31:12.1176601Z [00:00:01.817]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:31:12.1176966Z [00:00:01.817]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:31:12.1177294Z [00:00:01.817]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:31:12.1177613Z [00:00:01.817]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:31:12.1177949Z [00:00:01.817]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:31:12.1178286Z [00:00:01.817]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:31:12.1178626Z [00:00:01.817]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:31:12.1179005Z [00:00:01.817]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:31:12.1179392Z [00:00:01.817]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:31:12.1179763Z [00:00:01.817]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:31:12.1180107Z [00:00:01.817]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:31:12.1180476Z [00:00:01.817]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:31:12.1180846Z [00:00:01.817]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:31:12.1181141Z [00:00:01.817]➜    #Build
2025-08-20T22:31:12.1181681Z [00:00:01.817]➜     git clone --filter "blob:none" --quiet "https://github.com/n0-computer/sendme" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:31:12.1182226Z [00:00:01.817]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:31:12.1182569Z [00:00:01.817]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:31:12.1183466Z [00:00:01.817]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:31:12.1184118Z [00:00:01.817]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:31:12.1184852Z [00:00:01.817]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:31:12.1185451Z [00:00:01.817]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:31:12.1185832Z [00:00:01.817]➜    #Copy 
2025-08-20T22:31:12.1186798Z [00:00:01.817]➜     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-20T22:31:12.1188071Z [00:00:01.817]➜     ( 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-20T22:31:12.1188665Z [00:00:01.817]➜    #Strip 
2025-08-20T22:31:12.1189174Z [00:00:01.817]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:31:12.1189888Z [00:00:01.817]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:31:12.1190589Z [00:00:01.817]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:31:12.1191199Z [00:00:01.817]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:31:12.1191770Z [00:00:01.817]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:31:12.1192196Z [00:00:01.817]➜     popd &>/dev/null
2025-08-20T22:31:12.1192448Z [00:00:01.817]➜    '
2025-08-20T22:31:12.3230818Z [00:00:02.023]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:31:12.3725515Z [00:00:02.073]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:31:12.3726622Z [00:00:02.073]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:31:12.3727284Z [00:00:02.073]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:31:12.3727758Z [00:00:02.073]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:31:12.3728248Z [00:00:02.073]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:31:12.3728711Z [00:00:02.073]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:31:12.3729121Z [00:00:02.073]➜  eb4a15147d73: Waiting
2025-08-20T22:31:12.3729463Z [00:00:02.073]➜  1eff1cf6af24: Waiting
2025-08-20T22:31:12.3729786Z [00:00:02.073]➜  73d19b2d2e73: Waiting
2025-08-20T22:31:12.4356796Z [00:00:02.136]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:31:12.4357565Z [00:00:02.136]➜  bffca73cb30c: Download complete
2025-08-20T22:31:12.4394497Z [00:00:02.140]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:31:12.4396002Z [00:00:02.140]➜  d62bb7eb03b5: Download complete
2025-08-20T22:31:12.4940984Z [00:00:02.194]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:31:12.4943634Z [00:00:02.194]➜  74f0d3ee81d8: Download complete
2025-08-20T22:31:12.5462089Z [00:00:02.246]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:31:12.5463441Z [00:00:02.246]➜  1eff1cf6af24: Download complete
2025-08-20T22:31:12.5681269Z [00:00:02.268]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:31:12.7432269Z [00:00:02.443]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:31:12.7433018Z [00:00:02.443]➜  eb4a15147d73: Download complete
2025-08-20T22:31:14.2785758Z [00:00:03.979]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:31:15.3139748Z [00:00:05.014]➜  bffca73cb30c: Pull complete
2025-08-20T22:31:19.8518719Z [00:00:09.552]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:31:19.8519406Z [00:00:09.552]➜  73d19b2d2e73: Download complete
2025-08-20T22:32:33.8714078Z [00:01:23.572]➜  73d19b2d2e73: Pull complete
2025-08-20T22:32:39.2226908Z [00:01:28.923]➜  eb4a15147d73: Pull complete
2025-08-20T22:32:39.2359945Z [00:01:28.936]➜  1eff1cf6af24: Pull complete
2025-08-20T22:32:39.2403048Z [00:01:28.940]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:32:39.2414138Z [00:01:28.942]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:32:39.4419638Z [00:01:29.142]➜  + mkdir -p /build-bins
2025-08-20T22:32:39.4438550Z [00:01:29.144]➜  ++ mktemp -d
2025-08-20T22:32:39.4455045Z [00:01:29.146]➜  + pushd /tmp/tmp.VUs4abKkp4
2025-08-20T22:32:39.4455710Z [00:01:29.146]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:32:39.4456293Z [00:01:29.146]➜  + source /root/.cargo/env
2025-08-20T22:32:39.4456939Z [00:01:29.146]➜  ++ case ":${PATH}:" in
2025-08-20T22:32:39.4463018Z [00:01:29.147]➜  ++ uname -m
2025-08-20T22:32:39.4475523Z [00:01:29.148]➜  ++ tr -d '[:space:]'
2025-08-20T22:32:39.4482899Z [00:01:29.149]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T22:32:39.4487087Z [00:01:29.149]➜  ++ uname -m
2025-08-20T22:32:39.4502740Z [00:01:29.150]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:32:39.4503757Z [00:01:29.150]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:32:39.4504444Z [00:01:29.150]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T22:32:39.6834787Z [00:01:29.384]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T22:32:39.6868138Z [00:01:29.387]➜  + RUST_FLAGS=()
2025-08-20T22:32:39.6868855Z [00:01:29.387]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:32:39.6869612Z [00:01:29.387]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:32:39.6872708Z [00:01:29.387]➜  + echo x86_64-unknown-linux-musl
2025-08-20T22:32:39.6873438Z [00:01:29.388]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:32:39.6882990Z [00:01:29.388]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:32:39.6883976Z [00:01:29.388]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:32:39.6884977Z [00:01:29.388]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:32:39.6885668Z [00:01:29.389]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:32:39.6886626Z [00:01:29.389]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:32:39.6887355Z [00:01:29.389]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:32:39.6887950Z [00:01:29.389]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:32:39.6888536Z [00:01:29.389]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:32:39.6889249Z [00:01:29.389]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:32:39.6892320Z [00:01:29.389]➜  ++ which mold
2025-08-20T22:32:39.6932420Z [00:01:29.393]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:32:39.6934997Z [00:01:29.393]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:32:39.6935781Z [00:01:29.393]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:32:39.6936436Z [00:01:29.393]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:32:39.6938850Z [00:01:29.394]➜  + 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-20T22:32:39.6941632Z [00:01:29.394]➜  + 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-20T22:32:39.6943054Z [00:01:29.394]➜  + git clone --filter blob:none --quiet https://github.com/n0-computer/sendme ./TEMPREPO
2025-08-20T22:32:39.9522874Z [00:01:29.652]➜  
2025-08-20T22:32:39.9523793Z [00:01:29.652]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T22:32:39.9524378Z [00:01:29.652]➜  + cd ./TEMPREPO/
2025-08-20T22:32:39.9525020Z [00:01:29.652]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T22:32:39.9527035Z [00:01:29.652]➜  + 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-20T22:32:39.9529530Z [00:01:29.652]➜  [+] 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-20T22:32:39.9530682Z [00:01:29.652]➜  
2025-08-20T22:32:39.9531258Z [00:01:29.652]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:32:39.9535789Z [00:01:29.654]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:32:39.9536635Z [00:01:29.654]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:32:39.9559419Z [00:01:29.656]➜  ++ nproc
2025-08-20T22:32:39.9577521Z [00:01:29.658]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:32:40.3167688Z [00:01:30.017]➜      Updating crates.io index
2025-08-20T22:32:42.3587333Z [00:01:32.059]➜   Downloading crates ...
2025-08-20T22:32:42.5058948Z [00:01:32.206]➜    Downloaded crc v3.2.1
2025-08-20T22:32:42.5120390Z [00:01:32.212]➜    Downloaded futures-task v0.3.31
2025-08-20T22:32:42.5141540Z [00:01:32.214]➜    Downloaded crypto_secretbox v0.1.1
2025-08-20T22:32:42.5163716Z [00:01:32.217]➜    Downloaded convert_case v0.7.1
2025-08-20T22:32:42.5294488Z [00:01:32.230]➜    Downloaded arrayvec v0.7.6
2025-08-20T22:32:42.5338724Z [00:01:32.234]➜    Downloaded overload v0.1.1
2025-08-20T22:32:42.5367703Z [00:01:32.237]➜    Downloaded btparse v0.2.0
2025-08-20T22:32:42.5398149Z [00:01:32.240]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T22:32:42.5448532Z [00:01:32.245]➜    Downloaded inplace-vec-builder v0.1.1
2025-08-20T22:32:42.5474312Z [00:01:32.248]➜    Downloaded anstyle-query v1.1.2
2025-08-20T22:32:42.5504657Z [00:01:32.251]➜    Downloaded serdect v0.2.0
2025-08-20T22:32:42.5537425Z [00:01:32.254]➜    Downloaded poly1305 v0.8.0
2025-08-20T22:32:42.5605554Z [00:01:32.261]➜    Downloaded subtle v2.6.1
2025-08-20T22:32:42.5639355Z [00:01:32.264]➜    Downloaded bytes v1.10.0
2025-08-20T22:32:42.5743633Z [00:01:32.274]➜    Downloaded smallvec v1.15.1
2025-08-20T22:32:42.5810306Z [00:01:32.281]➜    Downloaded precis-profiles v0.1.12
2025-08-20T22:32:42.5931268Z [00:01:32.293]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T22:32:42.5980032Z [00:01:32.298]➜    Downloaded sha1_smol v1.0.1
2025-08-20T22:32:42.6027166Z [00:01:32.303]➜    Downloaded write16 v1.0.0
2025-08-20T22:32:42.6067431Z [00:01:32.307]➜    Downloaded generic-array v0.14.7
2025-08-20T22:32:42.6131449Z [00:01:32.313]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T22:32:42.6185129Z [00:01:32.319]➜    Downloaded mime v0.3.17
2025-08-20T22:32:42.6264149Z [00:01:32.326]➜    Downloaded strum v0.27.2
2025-08-20T22:32:42.6324332Z [00:01:32.333]➜    Downloaded log v0.4.25
2025-08-20T22:32:42.6378633Z [00:01:32.338]➜    Downloaded uuid v1.13.1
2025-08-20T22:32:42.6468418Z [00:01:32.347]➜    Downloaded iroh-quinn-udp v0.5.7
2025-08-20T22:32:42.6519003Z [00:01:32.352]➜    Downloaded unicode-xid v0.2.6
2025-08-20T22:32:42.6555991Z [00:01:32.356]➜    Downloaded lazy_static v1.5.0
2025-08-20T22:32:42.6593495Z [00:01:32.359]➜    Downloaded irpc v0.7.0
2025-08-20T22:32:42.6644426Z [00:01:32.365]➜    Downloaded iroh-quinn v0.14.0
2025-08-20T22:32:42.6707575Z [00:01:32.371]➜    Downloaded stun-rs v0.1.11
2025-08-20T22:32:42.6794438Z [00:01:32.380]➜    Downloaded indicatif v0.17.11
2025-08-20T22:32:42.6873993Z [00:01:32.388]➜    Downloaded litemap v0.7.4
2025-08-20T22:32:42.6922439Z [00:01:32.392]➜    Downloaded num-traits v0.2.19
2025-08-20T22:32:42.7113348Z [00:01:32.411]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T22:32:42.7154731Z [00:01:32.416]➜    Downloaded toml_datetime v0.6.8
2025-08-20T22:32:42.7176425Z [00:01:32.418]➜    Downloaded tokio-rustls v0.26.1
2025-08-20T22:32:42.7282375Z [00:01:32.428]➜    Downloaded icu_collections v1.5.0
2025-08-20T22:32:42.7421995Z [00:01:32.442]➜    Downloaded ipnet v2.11.0
2025-08-20T22:32:42.7498545Z [00:01:32.450]➜    Downloaded iroh-metrics-derive v0.2.0
2025-08-20T22:32:42.7529394Z [00:01:32.453]➜    Downloaded igd-next v0.16.1
2025-08-20T22:32:42.7594842Z [00:01:32.460]➜    Downloaded iroh-metrics v0.35.0
2025-08-20T22:32:42.7659111Z [00:01:32.466]➜    Downloaded hyper-util v0.1.11
2025-08-20T22:32:42.7740008Z [00:01:32.474]➜    Downloaded indexmap v2.7.1
2025-08-20T22:32:42.7809041Z [00:01:32.481]➜    Downloaded h2 v0.4.7
2025-08-20T22:32:42.7911512Z [00:01:32.491]➜    Downloaded unicode-normalization v0.1.24
2025-08-20T22:32:42.7965382Z [00:01:32.497]➜    Downloaded idna v1.0.3
2025-08-20T22:32:42.8017335Z [00:01:32.502]➜    Downloaded hyper v1.6.0
2025-08-20T22:32:42.8120229Z [00:01:32.512]➜    Downloaded tokio-websockets v0.12.0
2025-08-20T22:32:42.8227252Z [00:01:32.523]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T22:32:42.8337176Z [00:01:32.534]➜    Downloaded icu_properties_data v1.5.0
2025-08-20T22:32:42.8481019Z [00:01:32.548]➜    Downloaded iroh v0.91.0
2025-08-20T22:32:42.8584782Z [00:01:32.559]➜    Downloaded tokio v1.45.0
2025-08-20T22:32:42.9133513Z [00:01:32.613]➜    Downloaded precis-core v0.1.11
2025-08-20T22:32:42.9226907Z [00:01:32.623]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T22:32:42.9266377Z [00:01:32.627]➜    Downloaded iroh-relay v0.91.0
2025-08-20T22:32:42.9327913Z [00:01:32.633]➜    Downloaded rustls v0.23.28
2025-08-20T22:32:42.9488960Z [00:01:32.649]➜    Downloaded hickory-proto v0.25.2
2025-08-20T22:32:42.9701187Z [00:01:32.670]➜    Downloaded iroh-quinn-proto v0.13.0
2025-08-20T22:32:42.9785101Z [00:01:32.679]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:32:42.9975356Z [00:01:32.698]➜    Downloaded unicode-width v0.2.0
2025-08-20T22:32:43.0039012Z [00:01:32.704]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:32:43.0122761Z [00:01:32.713]➜    Downloaded object v0.36.7
2025-08-20T22:32:43.0264691Z [00:01:32.727]➜    Downloaded zerocopy v0.8.18
2025-08-20T22:32:43.0671253Z [00:01:32.767]➜    Downloaded moka v0.12.10
2025-08-20T22:32:43.0800642Z [00:01:32.780]➜    Downloaded gimli v0.31.1
2025-08-20T22:32:43.0886630Z [00:01:32.789]➜    Downloaded webpki-roots v0.26.8
2025-08-20T22:32:43.0928175Z [00:01:32.793]➜    Downloaded iroh-blobs v0.92.0
2025-08-20T22:32:43.1039812Z [00:01:32.804]➜    Downloaded zerocopy v0.7.35
2025-08-20T22:32:43.1299196Z [00:01:32.830]➜    Downloaded url v2.5.4
2025-08-20T22:32:43.1332034Z [00:01:32.833]➜    Downloaded netlink-packet-route v0.24.0
2025-08-20T22:32:43.1570500Z [00:01:32.857]➜    Downloaded winnow v0.7.2
2025-08-20T22:32:43.1695972Z [00:01:32.870]➜    Downloaded tower v0.5.2
2025-08-20T22:32:43.1837198Z [00:01:32.884]➜    Downloaded toml_edit v0.22.24
2025-08-20T22:32:43.2226107Z [00:01:32.923]➜    Downloaded http v1.2.0
2025-08-20T22:32:43.2273659Z [00:01:32.928]➜    Downloaded zerovec v0.10.4
2025-08-20T22:32:43.2351677Z [00:01:32.935]➜    Downloaded tracing v0.1.41
2025-08-20T22:32:43.2407277Z [00:01:32.941]➜    Downloaded time v0.3.37
2025-08-20T22:32:43.2508095Z [00:01:32.951]➜    Downloaded http v0.2.12
2025-08-20T22:32:43.2554890Z [00:01:32.956]➜    Downloaded hickory-resolver v0.25.2
2025-08-20T22:32:43.2609287Z [00:01:32.961]➜    Downloaded hashbrown v0.15.2
2025-08-20T22:32:43.2673706Z [00:01:32.968]➜    Downloaded httparse v1.10.0
2025-08-20T22:32:43.2708125Z [00:01:32.971]➜    Downloaded ring v0.17.9
2025-08-20T22:32:43.3230507Z [00:01:33.023]➜    Downloaded reflink-copy v0.1.25
2025-08-20T22:32:43.3265264Z [00:01:33.027]➜    Downloaded tracing-core v0.1.33
2025-08-20T22:32:43.3301134Z [00:01:33.030]➜    Downloaded memchr v2.7.4
2025-08-20T22:32:43.3373798Z [00:01:33.038]➜    Downloaded regex v1.11.1
2025-08-20T22:32:43.3556006Z [00:01:33.056]➜    Downloaded icu_provider v1.5.0
2025-08-20T22:32:43.3591212Z [00:01:33.059]➜    Downloaded icu_properties v1.5.1
2025-08-20T22:32:43.3621522Z [00:01:33.062]➜    Downloaded icu_locid v1.5.0
2025-08-20T22:32:43.3693925Z [00:01:33.070]➜    Downloaded unicode-ident v1.0.16
2025-08-20T22:32:43.3731148Z [00:01:33.073]➜    Downloaded ucd-trie v0.1.7
2025-08-20T22:32:43.3750440Z [00:01:33.075]➜    Downloaded typenum v1.17.0
2025-08-20T22:32:43.3784043Z [00:01:33.079]➜    Downloaded miniz_oxide v0.8.4
2025-08-20T22:32:43.3815505Z [00:01:33.082]➜    Downloaded heapless v0.7.17
2025-08-20T22:32:43.3866913Z [00:01:33.087]➜    Downloaded syn v2.0.98
2025-08-20T22:32:43.4002968Z [00:01:33.100]➜    Downloaded syn v1.0.109
2025-08-20T22:32:43.4125194Z [00:01:33.113]➜    Downloaded iana-time-zone v0.1.61
2025-08-20T22:32:43.4158778Z [00:01:33.116]➜    Downloaded hyper-rustls v0.27.5
2025-08-20T22:32:43.4193747Z [00:01:33.120]➜    Downloaded ucd-parse v0.1.13
2025-08-20T22:32:43.4233524Z [00:01:33.124]➜    Downloaded thiserror v2.0.12
2025-08-20T22:32:43.4321915Z [00:01:33.132]➜    Downloaded tagptr v0.2.0
2025-08-20T22:32:43.4340521Z [00:01:33.134]➜    Downloaded syn-mid v0.5.4
2025-08-20T22:32:43.4355993Z [00:01:33.136]➜    Downloaded pin-project-internal v1.1.9
2025-08-20T22:32:43.4379257Z [00:01:33.138]➜    Downloaded pest_meta v2.7.15
2025-08-20T22:32:43.4406821Z [00:01:33.141]➜    Downloaded once_cell v1.20.3
2025-08-20T22:32:43.4441953Z [00:01:33.144]➜    Downloaded litrs v0.4.1
2025-08-20T22:32:43.4477764Z [00:01:33.148]➜    Downloaded itoa v1.0.14
2025-08-20T22:32:43.4497003Z [00:01:33.150]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:32:43.4511321Z [00:01:33.151]➜    Downloaded yoke v0.7.5
2025-08-20T22:32:43.4535078Z [00:01:33.154]➜    Downloaded yasna v0.5.2
2025-08-20T22:32:43.4563341Z [00:01:33.157]➜    Downloaded walkdir v2.5.0
2025-08-20T22:32:43.4587904Z [00:01:33.159]➜    Downloaded tracing-attributes v0.1.28
2025-08-20T22:32:43.4619244Z [00:01:33.162]➜    Downloaded netdev v0.36.0
2025-08-20T22:32:43.4664826Z [00:01:33.167]➜    Downloaded hmac v0.12.1
2025-08-20T22:32:43.4692442Z [00:01:33.169]➜    Downloaded xml-rs v0.8.25
2025-08-20T22:32:43.4731773Z [00:01:33.173]➜    Downloaded tokio-util v0.7.15
2025-08-20T22:32:43.4826349Z [00:01:33.183]➜    Downloaded pest v2.7.15
2025-08-20T22:32:43.4883611Z [00:01:33.189]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T22:32:43.5482194Z [00:01:33.248]➜    Downloaded iroh-io v0.6.2
2025-08-20T22:32:43.5504369Z [00:01:33.251]➜    Downloaded iroh-base v0.91.0
2025-08-20T22:32:43.5524617Z [00:01:33.253]➜    Downloaded idna_adapter v1.2.0
2025-08-20T22:32:43.5537467Z [00:01:33.254]➜    Downloaded httpdate v1.0.3
2025-08-20T22:32:43.5553428Z [00:01:33.256]➜    Downloaded untrusted v0.9.0
2025-08-20T22:32:43.5576368Z [00:01:33.258]➜    Downloaded universal-hash v0.5.1
2025-08-20T22:32:43.5588846Z [00:01:33.259]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T22:32:43.5608774Z [00:01:33.261]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T22:32:43.5627100Z [00:01:33.263]➜    Downloaded thiserror v1.0.69
2025-08-20T22:32:43.5706135Z [00:01:33.271]➜    Downloaded termcolor v1.4.1
2025-08-20T22:32:43.5723062Z [00:01:33.273]➜    Downloaded synstructure v0.13.1
2025-08-20T22:32:43.5737069Z [00:01:33.274]➜    Downloaded sync_wrapper v1.0.2
2025-08-20T22:32:43.5748954Z [00:01:33.275]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T22:32:43.5832546Z [00:01:33.283]➜    Downloaded pin-project v1.1.9
2025-08-20T22:32:43.6021021Z [00:01:33.302]➜    Downloaded opaque-debug v0.3.1
2025-08-20T22:32:43.6033513Z [00:01:33.304]➜    Downloaded irpc-derive v0.5.0
2025-08-20T22:32:43.6042828Z [00:01:33.305]➜    Downloaded yoke-derive v0.7.5
2025-08-20T22:32:43.6056741Z [00:01:33.306]➜    Downloaded version_check v0.9.5
2025-08-20T22:32:43.6074824Z [00:01:33.308]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:32:43.6088009Z [00:01:33.309]➜    Downloaded utf8_iter v1.0.4
2025-08-20T22:32:43.6102054Z [00:01:33.310]➜    Downloaded num_enum_derive v0.7.3
2025-08-20T22:32:43.6119358Z [00:01:33.312]➜    Downloaded netwatch v0.8.0
2025-08-20T22:32:43.6159698Z [00:01:33.316]➜    Downloaded http-body-util v0.1.2
2025-08-20T22:32:43.6182607Z [00:01:33.319]➜    Downloaded genawaiter v0.99.1
2025-08-20T22:32:43.6215826Z [00:01:33.322]➜    Downloaded tracing-log v0.2.0
2025-08-20T22:32:43.6234391Z [00:01:33.324]➜    Downloaded tracing-error v0.2.1
2025-08-20T22:32:43.6249183Z [00:01:33.325]➜    Downloaded netlink-sys v0.8.7
2025-08-20T22:32:43.6279346Z [00:01:33.328]➜    Downloaded netlink-proto v0.11.5
2025-08-20T22:32:43.6309755Z [00:01:33.331]➜    Downloaded netlink-packet-core v0.7.0
2025-08-20T22:32:43.6335768Z [00:01:33.334]➜    Downloaded n0-snafu v0.2.1
2025-08-20T22:32:43.6362854Z [00:01:33.337]➜    Downloaded hmac-sha256 v1.1.8
2025-08-20T22:32:43.6376133Z [00:01:33.338]➜    Downloaded getrandom v0.3.3
2025-08-20T22:32:43.6424755Z [00:01:33.343]➜    Downloaded pest_derive v2.7.15
2025-08-20T22:32:43.6454695Z [00:01:33.346]➜    Downloaded quinn-proto v0.11.9
2025-08-20T22:32:43.6534924Z [00:01:33.354]➜    Downloaded icu_provider_macros v1.5.0
2025-08-20T22:32:43.6546558Z [00:01:33.355]➜    Downloaded try-lock v0.2.5
2025-08-20T22:32:43.6558573Z [00:01:33.356]➜    Downloaded z32 v1.3.0
2025-08-20T22:32:43.6569335Z [00:01:33.357]➜    Downloaded number_prefix v0.4.0
2025-08-20T22:32:43.6582835Z [00:01:33.359]➜    Downloaded num_enum v0.7.3
2025-08-20T22:32:43.6661391Z [00:01:33.366]➜    Downloaded num_cpus v1.16.0
2025-08-20T22:32:43.6704291Z [00:01:33.371]➜    Downloaded ntimestamp v1.0.0
2025-08-20T22:32:43.6718767Z [00:01:33.372]➜    Downloaded no-std-net v0.6.0
2025-08-20T22:32:43.6744584Z [00:01:33.375]➜    Downloaded md5 v0.7.0
2025-08-20T22:32:43.6757536Z [00:01:33.376]➜    Downloaded matchers v0.1.0
2025-08-20T22:32:43.6771621Z [00:01:33.377]➜    Downloaded match_cfg v0.1.0
2025-08-20T22:32:43.6785043Z [00:01:33.379]➜    Downloaded lru v0.13.0
2025-08-20T22:32:43.6800338Z [00:01:33.380]➜    Downloaded lock_api v0.4.12
2025-08-20T22:32:43.6817766Z [00:01:33.382]➜    Downloaded http-body v1.0.1
2025-08-20T22:32:43.6832153Z [00:01:33.383]➜    Downloaded genawaiter-proc-macro v0.99.1
2025-08-20T22:32:43.6841924Z [00:01:33.384]➜    Downloaded genawaiter-macro v0.99.1
2025-08-20T22:32:43.6850570Z [00:01:33.385]➜    Downloaded zerovec-derive v0.10.3
2025-08-20T22:32:43.6870453Z [00:01:33.387]➜    Downloaded zeroize v1.8.1
2025-08-20T22:32:43.6888004Z [00:01:33.389]➜    Downloaded zerofrom-derive v0.1.5
2025-08-20T22:32:43.6901452Z [00:01:33.390]➜    Downloaded zerofrom v0.1.5
2025-08-20T22:32:43.6913924Z [00:01:33.392]➜    Downloaded zerocopy-derive v0.7.35
2025-08-20T22:32:43.6979092Z [00:01:33.398]➜    Downloaded tower-service v0.3.3
2025-08-20T22:32:43.6989927Z [00:01:33.399]➜    Downloaded tinystr v0.7.6
2025-08-20T22:32:43.7017102Z [00:01:33.402]➜    Downloaded time-core v0.1.2
2025-08-20T22:32:43.7029088Z [00:01:33.403]➜    Downloaded thread_local v1.1.8
2025-08-20T22:32:43.7047954Z [00:01:33.405]➜    Downloaded nested_enum_utils v0.2.2
2025-08-20T22:32:43.7072156Z [00:01:33.407]➜    Downloaded n0-future v0.1.3
2025-08-20T22:32:43.7092109Z [00:01:33.409]➜    Downloaded hostname-validator v1.1.1
2025-08-20T22:32:43.7102859Z [00:01:33.411]➜    Downloaded hostname v0.3.1
2025-08-20T22:32:43.7124068Z [00:01:33.413]➜    Downloaded hmac-sha1 v0.2.2
2025-08-20T22:32:43.7134654Z [00:01:33.414]➜    Downloaded hex v0.4.3
2025-08-20T22:32:43.7157321Z [00:01:33.416]➜    Downloaded heck v0.5.0
2025-08-20T22:32:43.7174198Z [00:01:33.418]➜    Downloaded hash32 v0.2.1
2025-08-20T22:32:43.7193968Z [00:01:33.420]➜    Downloaded glob v0.3.2
2025-08-20T22:32:43.7214911Z [00:01:33.422]➜    Downloaded getrandom v0.2.15
2025-08-20T22:32:43.7256109Z [00:01:33.426]➜    Downloaded xmltree v0.10.3
2025-08-20T22:32:43.7277308Z [00:01:33.428]➜    Downloaded writeable v0.5.5
2025-08-20T22:32:43.7302110Z [00:01:33.430]➜    Downloaded want v0.3.1
2025-08-20T22:32:43.7314976Z [00:01:33.432]➜    Downloaded tower-layer v0.3.3
2025-08-20T22:32:43.7328163Z [00:01:33.433]➜    Downloaded tokio-stream v0.1.17
2025-08-20T22:32:43.7391491Z [00:01:33.439]➜    Downloaded pest_generator v2.7.15
2025-08-20T22:32:43.7409516Z [00:01:33.441]➜    Downloaded tinyvec v1.8.1
2025-08-20T22:32:43.7446490Z [00:01:33.445]➜    Downloaded mio v1.0.3
2025-08-20T22:32:43.7525680Z [00:01:33.453]➜    Downloaded tokio-macros v2.5.0
2025-08-20T22:32:43.7539459Z [00:01:33.454]➜    Downloaded percent-encoding v2.3.1
2025-08-20T22:32:43.7550227Z [00:01:33.455]➜    Downloaded pem-rfc7468 v0.7.0
2025-08-20T22:32:43.7577891Z [00:01:33.458]➜    Downloaded pem v3.0.4
2025-08-20T22:32:43.7597657Z [00:01:33.460]➜    Downloaded paste v1.0.15
2025-08-20T22:32:43.7642797Z [00:01:33.464]➜    Downloaded parking_lot_core v0.9.10
2025-08-20T22:32:43.7671506Z [00:01:33.467]➜    Downloaded reqwest v0.12.15
2025-08-20T22:32:43.7783683Z [00:01:33.479]➜    Downloaded redb v2.4.0
2025-08-20T22:32:43.7882247Z [00:01:33.488]➜    Downloaded futures-util v0.3.31
2025-08-20T22:32:43.8059232Z [00:01:33.506]➜    Downloaded num-conv v0.1.0
2025-08-20T22:32:43.8070222Z [00:01:33.507]➜    Downloaded netlink-packet-utils v0.5.2
2025-08-20T22:32:43.8090130Z [00:01:33.509]➜    Downloaded n0-watcher v0.3.0
2025-08-20T22:32:43.8119432Z [00:01:33.512]➜    Downloaded libc v0.2.174
2025-08-20T22:32:43.8454651Z [00:01:33.546]➜    Downloaded sharded-slab v0.1.7
2025-08-20T22:32:43.8499276Z [00:01:33.550]➜    Downloaded regex-lite v0.1.6
2025-08-20T22:32:43.8535252Z [00:01:33.554]➜    Downloaded regex-automata v0.1.10
2025-08-20T22:32:43.8600254Z [00:01:33.560]➜    Downloaded socket2 v0.6.0
2025-08-20T22:32:43.8624681Z [00:01:33.563]➜    Downloaded quinn-udp v0.5.10
2025-08-20T22:32:43.8648224Z [00:01:33.565]➜    Downloaded inout v0.1.3
2025-08-20T22:32:43.8663404Z [00:01:33.567]➜    Downloaded icu_normalizer_data v1.5.0
2025-08-20T22:32:43.8687338Z [00:01:33.569]➜    Downloaded icu_normalizer v1.5.0
2025-08-20T22:32:43.8734185Z [00:01:33.574]➜    Downloaded icu_locid_transform_data v1.5.0
2025-08-20T22:32:43.8756877Z [00:01:33.576]➜    Downloaded icu_locid_transform v1.5.0
2025-08-20T22:32:43.8791309Z [00:01:33.579]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T22:32:43.8804694Z [00:01:33.581]➜    Downloaded spin v0.9.8
2025-08-20T22:32:43.8837248Z [00:01:33.584]➜    Downloaded snafu-derive v0.8.6
2025-08-20T22:32:43.8854600Z [00:01:33.586]➜    Downloaded snafu v0.8.6
2025-08-20T22:32:43.8944055Z [00:01:33.595]➜    Downloaded signal-hook v0.3.18
2025-08-20T22:32:43.8986679Z [00:01:33.599]➜    Downloaded rustls-pemfile v2.2.0
2025-08-20T22:32:43.9022450Z [00:01:33.602]➜    Downloaded rustc_version v0.4.1
2025-08-20T22:32:43.9041566Z [00:01:33.604]➜    Downloaded rcgen v0.13.2
2025-08-20T22:32:43.9082060Z [00:01:33.608]➜    Downloaded quinn v0.11.6
2025-08-20T22:32:43.9125483Z [00:01:33.613]➜    Downloaded pnet_macros_support v0.34.0
2025-08-20T22:32:43.9138874Z [00:01:33.614]➜    Downloaded parking v2.2.1
2025-08-20T22:32:43.9154714Z [00:01:33.616]➜    Downloaded openssl-probe v0.1.6
2025-08-20T22:32:43.9171037Z [00:01:33.617]➜    Downloaded surge-ping v0.8.1
2025-08-20T22:32:43.9195196Z [00:01:33.620]➜    Downloaded spki v0.7.3
2025-08-20T22:32:43.9220292Z [00:01:33.622]➜    Downloaded slab v0.4.9
2025-08-20T22:32:43.9238270Z [00:01:33.624]➜    Downloaded simdutf8 v0.1.5
2025-08-20T22:32:43.9270746Z [00:01:33.627]➜    Downloaded sha1 v0.10.6
2025-08-20T22:32:43.9295719Z [00:01:33.630]➜    Downloaded self_cell v1.1.0
2025-08-20T22:32:43.9309527Z [00:01:33.631]➜    Downloaded resolv-conf v0.7.0
2025-08-20T22:32:43.9336252Z [00:01:33.634]➜    Downloaded postcard v1.1.1
2025-08-20T22:32:43.9365503Z [00:01:33.637]➜    Downloaded pnet_base v0.34.0
2025-08-20T22:32:43.9378724Z [00:01:33.638]➜    Downloaded parking_lot v0.12.3
2025-08-20T22:32:43.9411287Z [00:01:33.641]➜    Downloaded utf16_iter v1.0.5
2025-08-20T22:32:43.9425249Z [00:01:33.643]➜    Downloaded socket2 v0.5.9
2025-08-20T22:32:43.9450982Z [00:01:33.645]➜    Downloaded rustc-demangle v0.1.24
2025-08-20T22:32:43.9472271Z [00:01:33.647]➜    Downloaded range-collections v0.4.6
2025-08-20T22:32:43.9496243Z [00:01:33.650]➜    Downloaded rand_core v0.9.0
2025-08-20T22:32:43.9514758Z [00:01:33.652]➜    Downloaded quick-error v1.2.3
2025-08-20T22:32:43.9531793Z [00:01:33.653]➜    Downloaded precis-tools v0.1.9
2025-08-20T22:32:43.9560506Z [00:01:33.656]➜    Downloaded powerfmt v0.2.0
2025-08-20T22:32:43.9576524Z [00:01:33.658]➜    Downloaded curve25519-dalek v4.1.3
2025-08-20T22:32:43.9687122Z [00:01:33.669]➜    Downloaded crossterm v0.29.0
2025-08-20T22:32:43.9781848Z [00:01:33.678]➜    Downloaded crossbeam-channel v0.5.14
2025-08-20T22:32:43.9835786Z [00:01:33.684]➜    Downloaded strum_macros v0.27.2
2025-08-20T22:32:43.9871945Z [00:01:33.687]➜    Downloaded strsim v0.11.1
2025-08-20T22:32:43.9899154Z [00:01:33.690]➜    Downloaded signature v2.2.0
2025-08-20T22:32:43.9920148Z [00:01:33.692]➜    Downloaded shlex v1.3.0
2025-08-20T22:32:43.9938279Z [00:01:33.694]➜    Downloaded serde_urlencoded v0.7.1
2025-08-20T22:32:43.9961844Z [00:01:33.696]➜    Downloaded rustls-platform-verifier v0.5.3
2025-08-20T22:32:44.0019470Z [00:01:33.702]➜    Downloaded rand_chacha v0.9.0
2025-08-20T22:32:44.0036762Z [00:01:33.704]➜    Downloaded rand v0.8.5
2025-08-20T22:32:44.0083777Z [00:01:33.709]➜    Downloaded quoted-string-parser v0.1.0
2025-08-20T22:32:44.0096259Z [00:01:33.710]➜    Downloaded proc-macro-error-attr v0.4.12
2025-08-20T22:32:44.0108277Z [00:01:33.711]➜    Downloaded pnet_macros v0.34.0
2025-08-20T22:32:44.0156067Z [00:01:33.716]➜    Downloaded futures-macro v0.3.31
2025-08-20T22:32:44.0170529Z [00:01:33.717]➜    Downloaded futures-io v0.3.31
2025-08-20T22:32:44.0184074Z [00:01:33.719]➜    Downloaded futures-executor v0.3.31
2025-08-20T22:32:44.0204939Z [00:01:33.721]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T22:32:44.0217846Z [00:01:33.722]➜    Downloaded fnv v1.0.7
2025-08-20T22:32:44.0230660Z [00:01:33.723]➜    Downloaded fastrand v2.3.0
2025-08-20T22:32:44.0249717Z [00:01:33.725]➜    Downloaded fallible-iterator v0.3.0
2025-08-20T22:32:44.0267082Z [00:01:33.727]➜    Downloaded enum-as-inner v0.6.1
2025-08-20T22:32:44.0291183Z [00:01:33.729]➜    Downloaded ed25519-dalek v2.1.1
2025-08-20T22:32:44.0330734Z [00:01:33.733]➜    Downloaded document-features v0.2.11
2025-08-20T22:32:44.0351787Z [00:01:33.735]➜    Downloaded displaydoc v0.2.5
2025-08-20T22:32:44.0396976Z [00:01:33.740]➜    Downloaded diatomic-waker v0.2.3
2025-08-20T22:32:44.0418856Z [00:01:33.742]➜    Downloaded derive_more v1.0.0
2025-08-20T22:32:44.0553516Z [00:01:33.756]➜    Downloaded der_derive v0.7.3
2025-08-20T22:32:44.0576875Z [00:01:33.758]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T22:32:44.0624842Z [00:01:33.763]➜    Downloaded cordyceps v0.3.2
2025-08-20T22:32:44.0656548Z [00:01:33.766]➜    Downloaded const-oid v0.9.6
2025-08-20T22:32:44.0686029Z [00:01:33.769]➜    Downloaded serde_derive v1.0.219
2025-08-20T22:32:44.0718962Z [00:01:33.772]➜    Downloaded rustc-hash v2.1.1
2025-08-20T22:32:44.0739710Z [00:01:33.774]➜    Downloaded ref-cast v1.0.24
2025-08-20T22:32:44.0780188Z [00:01:33.778]➜    Downloaded rand_chacha v0.3.1
2025-08-20T22:32:44.0797414Z [00:01:33.780]➜    Downloaded embedded-io v0.6.1
2025-08-20T22:32:44.0816320Z [00:01:33.782]➜    Downloaded embedded-io v0.4.0
2025-08-20T22:32:44.0844517Z [00:01:33.784]➜    Downloaded crypto-common v0.1.6
2025-08-20T22:32:44.0857858Z [00:01:33.786]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T22:32:44.0890215Z [00:01:33.789]➜    Downloaded cpufeatures v0.2.17
2025-08-20T22:32:44.0911220Z [00:01:33.791]➜    Downloaded colorchoice v1.0.3
2025-08-20T22:32:44.0925330Z [00:01:33.793]➜    Downloaded regex-syntax v0.6.29
2025-08-20T22:32:44.1001626Z [00:01:33.800]➜    Downloaded pin-utils v0.1.0
2025-08-20T22:32:44.1018519Z [00:01:33.802]➜    Downloaded futures-sink v0.3.31
2025-08-20T22:32:44.1030254Z [00:01:33.803]➜    Downloaded foldhash v0.1.4
2025-08-20T22:32:44.1044756Z [00:01:33.805]➜    Downloaded equivalent v1.0.2
2025-08-20T22:32:44.1059440Z [00:01:33.806]➜    Downloaded enumflags2 v0.7.11
2025-08-20T22:32:44.1078569Z [00:01:33.808]➜    Downloaded der v0.7.9
2025-08-20T22:32:44.1150730Z [00:01:33.815]➜    Downloaded data-encoding v2.8.0
2025-08-20T22:32:44.1164125Z [00:01:33.817]➜    Downloaded crypto_box v0.9.1
2025-08-20T22:32:44.1182836Z [00:01:33.818]➜    Downloaded crc-catalog v2.4.0
2025-08-20T22:32:44.1199456Z [00:01:33.820]➜    Downloaded constant_time_eq v0.3.1
2025-08-20T22:32:44.1218944Z [00:01:33.822]➜    Downloaded color-backtrace v0.7.0
2025-08-20T22:32:44.1242534Z [00:01:33.824]➜    Downloaded serde_bytes v0.11.17
2025-08-20T22:32:44.1265306Z [00:01:33.827]➜    Downloaded rustls-webpki v0.103.3
2025-08-20T22:32:44.1308593Z [00:01:33.831]➜    Downloaded rustls-pki-types v1.12.0
2025-08-20T22:32:44.1373101Z [00:01:33.838]➜    Downloaded rand_core v0.6.4
2025-08-20T22:32:44.1392531Z [00:01:33.839]➜    Downloaded proc-macro2 v1.0.93
2025-08-20T22:32:44.1427886Z [00:01:33.843]➜    Downloaded portmapper v0.8.0
2025-08-20T22:32:44.1459837Z [00:01:33.846]➜    Downloaded futures-lite v2.6.0
2025-08-20T22:32:44.1482720Z [00:01:33.848]➜    Downloaded futures-core v0.3.31
2025-08-20T22:32:44.1503038Z [00:01:33.851]➜    Downloaded enumflags2_derive v0.7.11
2025-08-20T22:32:44.1515093Z [00:01:33.852]➜    Downloaded ed25519 v2.2.3
2025-08-20T22:32:44.1540919Z [00:01:33.854]➜    Downloaded digest v0.10.7
2025-08-20T22:32:44.1566460Z [00:01:33.857]➜    Downloaded deranged v0.3.11
2025-08-20T22:32:44.1583439Z [00:01:33.859]➜    Downloaded base64 v0.22.1
2025-08-20T22:32:44.1635341Z [00:01:33.864]➜    Downloaded signal-hook-registry v1.4.2
2025-08-20T22:32:44.1651000Z [00:01:33.865]➜    Downloaded semver v1.0.25
2025-08-20T22:32:44.1684233Z [00:01:33.869]➜    Downloaded scopeguard v1.2.0
2025-08-20T22:32:44.1700556Z [00:01:33.870]➜    Downloaded proc-macro-hack v0.5.20+deprecated
2025-08-20T22:32:44.1729918Z [00:01:33.873]➜    Downloaded portable-atomic v1.10.0
2025-08-20T22:32:44.1818115Z [00:01:33.882]➜    Downloaded pnet_packet v0.34.0
2025-08-20T22:32:44.1847846Z [00:01:33.885]➜    Downloaded futures-channel v0.3.31
2025-08-20T22:32:44.1872987Z [00:01:33.888]➜    Downloaded errno v0.3.10
2025-08-20T22:32:44.1893797Z [00:01:33.890]➜    Downloaded dyn-clone v1.0.19
2025-08-20T22:32:44.1917320Z [00:01:33.892]➜    Downloaded critical-section v1.2.0
2025-08-20T22:32:44.1939391Z [00:01:33.894]➜    Downloaded simple-dns v0.9.3
2025-08-20T22:32:44.2014585Z [00:01:33.902]➜    Downloaded serde v1.0.219
2025-08-20T22:32:44.2054999Z [00:01:33.906]➜    Downloaded salsa20 v0.10.2
2025-08-20T22:32:44.2071576Z [00:01:33.907]➜    Downloaded quote v1.0.38
2025-08-20T22:32:44.2109868Z [00:01:33.911]➜    Downloaded proc-macro-error v0.4.12
2025-08-20T22:32:44.2152594Z [00:01:33.915]➜    Downloaded pkcs8 v0.10.2
2025-08-20T22:32:44.2191702Z [00:01:33.919]➜    Downloaded futures-buffered v0.2.11
2025-08-20T22:32:44.2227264Z [00:01:33.923]➜    Downloaded futures v0.3.31
2025-08-20T22:32:44.2296170Z [00:01:33.930]➜    Downloaded derive_more v2.0.1
2025-08-20T22:32:44.2430814Z [00:01:33.943]➜    Downloaded console v0.15.10
2025-08-20T22:32:44.2472120Z [00:01:33.947]➜    Downloaded same-file v1.0.6
2025-08-20T22:32:44.2491040Z [00:01:33.949]➜    Downloaded rustls-native-certs v0.8.1
2025-08-20T22:32:44.2524776Z [00:01:33.953]➜    Downloaded rand v0.9.0
2025-08-20T22:32:44.2591557Z [00:01:33.959]➜    Downloaded proc-macro-crate v3.2.0
2025-08-20T22:32:44.2608820Z [00:01:33.961]➜    Downloaded ppv-lite86 v0.2.20
2025-08-20T22:32:44.2627261Z [00:01:33.963]➜    Downloaded postcard-derive v0.1.2
2025-08-20T22:32:44.2639042Z [00:01:33.964]➜    Downloaded derive_more-impl v2.0.1
2025-08-20T22:32:44.2704673Z [00:01:33.971]➜    Downloaded derive_more-impl v1.0.0
2025-08-20T22:32:44.2768925Z [00:01:33.977]➜    Downloaded curve25519-dalek-derive v0.1.1
2025-08-20T22:32:44.2782815Z [00:01:33.979]➜    Downloaded clap_lex v0.7.4
2025-08-20T22:32:44.2799294Z [00:01:33.980]➜    Downloaded clap_builder v4.5.29
2025-08-20T22:32:44.2881683Z [00:01:33.988]➜    Downloaded chrono v0.4.39
2025-08-20T22:32:44.2964069Z [00:01:33.997]➜    Downloaded cc v1.2.14
2025-08-20T22:32:44.3010640Z [00:01:34.001]➜    Downloaded byteorder v1.5.0
2025-08-20T22:32:44.3032553Z [00:01:34.003]➜    Downloaded blake3 v1.8.2
2025-08-20T22:32:44.3136673Z [00:01:34.014]➜    Downloaded attohttpc v0.24.1
2025-08-20T22:32:44.3207058Z [00:01:34.021]➜    Downloaded async-compat v0.2.4
2025-08-20T22:32:44.3224662Z [00:01:34.023]➜    Downloaded arrayref v0.3.9
2025-08-20T22:32:44.3243583Z [00:01:34.025]➜    Downloaded sha2 v0.10.8
2025-08-20T22:32:44.3278050Z [00:01:34.028]➜    Downloaded ryu v1.0.19
2025-08-20T22:32:44.3321055Z [00:01:34.032]➜    Downloaded cfg-if v1.0.0
2025-08-20T22:32:44.3337633Z [00:01:34.034]➜    Downloaded bitflags v2.9.1
2025-08-20T22:32:44.3398691Z [00:01:34.040]➜    Downloaded backtrace v0.3.74
2025-08-20T22:32:44.3469235Z [00:01:34.047]➜    Downloaded async-trait v0.1.86
2025-08-20T22:32:44.3519589Z [00:01:34.052]➜    Downloaded positioned-io v0.3.3
2025-08-20T22:32:44.3595304Z [00:01:34.060]➜    Downloaded pkarr v3.7.1
2025-08-20T22:32:44.3645930Z [00:01:34.065]➜    Downloaded cobs v0.2.3
2025-08-20T22:32:44.3661871Z [00:01:34.066]➜    Downloaded cipher v0.4.4
2025-08-20T22:32:44.3682575Z [00:01:34.068]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T22:32:44.3697790Z [00:01:34.070]➜    Downloaded binary-merge v0.1.2
2025-08-20T22:32:44.3714495Z [00:01:34.072]➜    Downloaded base64ct v1.6.0
2025-08-20T22:32:44.3749591Z [00:01:34.075]➜    Downloaded base16ct v0.2.0
2025-08-20T22:32:44.3768815Z [00:01:34.077]➜    Downloaded backon v1.4.0
2025-08-20T22:32:44.3805147Z [00:01:34.081]➜    Downloaded autocfg v1.4.0
2025-08-20T22:32:44.3830866Z [00:01:34.083]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:32:44.3897780Z [00:01:34.090]➜    Downloaded rustix v1.0.7
2025-08-20T22:32:44.4264529Z [00:01:34.127]➜    Downloaded clap_derive v4.5.28
2025-08-20T22:32:44.4294365Z [00:01:34.130]➜    Downloaded clap v4.5.29
2025-08-20T22:32:44.4420551Z [00:01:34.142]➜    Downloaded chacha20 v0.9.1
2025-08-20T22:32:44.4447827Z [00:01:34.145]➜    Downloaded bounded-integer v0.5.8
2025-08-20T22:32:44.4468488Z [00:01:34.147]➜    Downloaded base32 v0.5.1
2025-08-20T22:32:44.4484826Z [00:01:34.149]➜    Downloaded atomic-waker v1.1.2
2025-08-20T22:32:44.4502034Z [00:01:34.150]➜    Downloaded bao-tree v0.15.1
2025-08-20T22:32:44.4564864Z [00:01:34.157]➜    Downloaded aead v0.5.2
2025-08-20T22:32:44.4580764Z [00:01:34.158]➜    Downloaded ref-cast-impl v1.0.24
2025-08-20T22:32:44.4592721Z [00:01:34.160]➜    Downloaded anstyle v1.0.10
2025-08-20T22:32:44.4614812Z [00:01:34.162]➜    Downloaded adler2 v2.0.0
2025-08-20T22:32:44.4634738Z [00:01:34.164]➜    Downloaded block-buffer v0.10.4
2025-08-20T22:32:44.4649496Z [00:01:34.165]➜    Downloaded addr2line v0.24.2
2025-08-20T22:32:44.4675089Z [00:01:34.168]➜    Downloaded anyhow v1.0.98
2025-08-20T22:32:44.4740439Z [00:01:34.173]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T22:32:44.4757597Z [00:01:34.176]➜    Downloaded anstream v0.6.18
2025-08-20T22:32:44.6742663Z [00:01:34.374]➜     Compiling proc-macro2 v1.0.93
2025-08-20T22:32:44.6747860Z [00:01:34.374]➜     Compiling unicode-ident v1.0.16
2025-08-20T22:32:44.6751075Z [00:01:34.374]➜     Compiling libc v0.2.174
2025-08-20T22:32:44.6755108Z [00:01:34.374]➜     Compiling cfg-if v1.0.0
2025-08-20T22:32:44.6755874Z [00:01:34.374]➜     Compiling serde v1.0.219
2025-08-20T22:32:44.6760802Z [00:01:34.376]➜       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.93/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=59256f2d343d4f6b -C extra-filename=-9a45ebdaa183fd74 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:44.6773526Z [00:01:34.376]➜       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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=102801c0ce5eadae -C extra-filename=-0e5303d89b22b0d6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:44.6784382Z [00:01:34.376]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=cf66ad73ff1b7f3c -C extra-filename=-186aa515f8e55753 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:44.6798935Z [00:01:34.376]➜       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.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:44.6811952Z [00:01:34.376]➜       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="rc"' --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=67f7970f02fa3248 -C extra-filename=-26122a162310513a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:44.8346471Z [00:01:34.535]➜     Compiling autocfg v1.4.0
2025-08-20T22:32:44.8408537Z [00:01:34.540]➜       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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d53c5f606114e86 -C extra-filename=-48aa38da72696c47 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:44.9305970Z [00:01:34.631]➜     Compiling log v0.4.25
2025-08-20T22:32:44.9334045Z [00:01:34.631]➜       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.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 --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=24315e37635820ca -C extra-filename=-800aa4713ba76229 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:45.3359338Z [00:01:35.036]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a/build-script-build`
2025-08-20T22:32:45.3427243Z [00:01:35.043]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build`
2025-08-20T22:32:45.3669572Z [00:01:35.067]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build`
2025-08-20T22:32:45.3776797Z [00:01:35.078]➜     Compiling pin-project-lite v0.2.16
2025-08-20T22:32:45.3796004Z [00:01:35.078]➜       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 --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=7142953a1973298d -C extra-filename=-a05ec94787510fd5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:45.4204138Z [00:01:35.117]➜       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 '--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=92609ef2b37bfedf -C extra-filename=-afceb2c5d0833709 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:45.4656795Z [00:01:35.166]➜     Compiling zeroize v1.8.1
2025-08-20T22:32:45.4670578Z [00:01:35.166]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zeroize --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=53f881475d323856 -C extra-filename=-9d7a6fb98124bc73 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:45.4823816Z [00:01:35.182]➜     Compiling memchr v2.7.4
2025-08-20T22:32:45.4869082Z [00:01:35.186]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=af12ffa9140bb274 -C extra-filename=-44e481325badd09e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:45.5303374Z [00:01:35.229]➜       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.93/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=b584cf84dee93b86 -C extra-filename=-e80871dc6cb5da46 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_ident-0e5303d89b22b0d6.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-20T22:32:45.5929810Z [00:01:35.293]➜     Compiling lock_api v0.4.12
2025-08-20T22:32:45.5939804Z [00:01:35.293]➜       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.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="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=d00a475af4416568 -C extra-filename=-716af1141cc35f0a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T22:32:45.8758241Z [00:01:35.576]➜     Compiling scopeguard v1.2.0
2025-08-20T22:32:45.8769590Z [00:01:35.576]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=066083d9962e2ecc -C extra-filename=-af12ca26b03e134b --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:45.9986744Z [00:01:35.699]➜     Compiling portable-atomic v1.10.0
2025-08-20T22:32:46.0039212Z [00:01:35.702]➜       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/portable-atomic-1.10.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=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(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=9af3fbc901f50e85 -C extra-filename=-b14547690dc911d2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:46.0527039Z [00:01:35.753]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build`
2025-08-20T22:32:46.2208458Z [00:01:35.920]➜       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.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 --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=ee26b6f1990eb604 -C extra-filename=-92adac5fadb113e1 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-af12ca26b03e134b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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`
2025-08-20T22:32:46.8638307Z [00:01:36.564]➜     Compiling quote v1.0.38
2025-08-20T22:32:46.8660694Z [00:01:36.564]➜       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.38/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=032c852ac093d10c -C extra-filename=-c06a74acd0bc78a9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta --cap-lints allow`
2025-08-20T22:32:47.0691245Z [00:01:36.769]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2/build-script-build`
2025-08-20T22:32:47.0856368Z [00:01:36.786]➜     Compiling critical-section v1.2.0
2025-08-20T22:32:47.0944232Z [00:01:36.794]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name critical_section --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=82fec9a2de3da331 -C extra-filename=-d933caa5110f5cd4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:47.1213652Z [00:01:36.818]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name portable_atomic --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-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 --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(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=d1cfeee7a48d0289 -C extra-filename=-169b62cf7a91e631 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
2025-08-20T22:32:47.2974330Z [00:01:36.997]➜     Compiling version_check v0.9.5
2025-08-20T22:32:47.2994614Z [00:01:36.999]➜       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.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:47.5699565Z [00:01:37.270]➜     Compiling syn v2.0.98
2025-08-20T22:32:47.5721808Z [00:01:37.271]➜       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.98/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=378737eb25254a45 -C extra-filename=-22463715a1cf1998 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta --extern unicode_ident=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_ident-0e5303d89b22b0d6.rmeta --cap-lints allow`
2025-08-20T22:32:47.6238819Z [00:01:37.324]➜     Compiling getrandom v0.2.15
2025-08-20T22:32:47.6252854Z [00:01:37.324]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=01267c18235a0d14 -C extra-filename=-fdbea800f65acde9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:47.9816350Z [00:01:37.682]➜     Compiling parking_lot_core v0.9.10
2025-08-20T22:32:47.9822091Z [00:01:37.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/parking_lot_core-0.9.10/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=e0c14aaa81846915 -C extra-filename=-fccac97e9e7e581c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:48.0444668Z [00:01:37.744]➜     Compiling futures-core v0.3.31
2025-08-20T22:32:48.0458742Z [00:01:37.745]➜       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 --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="default"' --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=f50f8fdbe671273f -C extra-filename=-3d882f16bae95147 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:48.1550480Z [00:01:37.855]➜     Compiling signal-hook-registry v1.4.2
2025-08-20T22:32:48.1564652Z [00:01:37.856]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75ee7b517f331778 -C extra-filename=-91c20dd4ece52ff8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:48.2560895Z [00:01:37.956]➜     Compiling mio v1.0.3
2025-08-20T22:32:48.2585484Z [00:01:37.957]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --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=fb4b42771b2f90d4 -C extra-filename=-a148a786e238856b --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:48.3758127Z [00:01:38.076]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build`
2025-08-20T22:32:48.3889000Z [00:01:38.089]➜     Compiling socket2 v0.5.9
2025-08-20T22:32:48.3904854Z [00:01:38.090]➜       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.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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a7711b1fcaccbb24 -C extra-filename=-9d379a310d03fa6a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:48.7761749Z [00:01:38.476]➜     Compiling once_cell v1.20.3
2025-08-20T22:32:48.7804276Z [00:01:38.479]➜       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.20.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 --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --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=627f789e9b42431e -C extra-filename=-f9756388f8c7316c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern critical_section=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rmeta --extern portable_atomic=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-169b62cf7a91e631.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:49.2161598Z [00:01:38.916]➜     Compiling slab v0.4.9
2025-08-20T22:32:49.2171613Z [00:01:38.917]➜       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/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0f7cbc1180d4e78a -C extra-filename=-3a3e5a471b6afd0f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T22:32:49.3165997Z [00:01:39.017]➜     Compiling futures-io v0.3.31
2025-08-20T22:32:49.3224425Z [00:01:39.020]➜       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 --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=3e2a4aea2475e69e -C extra-filename=-8646ecd0d36f55fc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:49.5896069Z [00:01:39.289]➜     Compiling byteorder v1.5.0
2025-08-20T22:32:49.5903704Z [00:01:39.290]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=4b44ddd98867dba7 -C extra-filename=-c3ccd52d50bb8a07 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:49.6389822Z [00:01:39.339]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build-script-build`
2025-08-20T22:32:49.7525202Z [00:01:39.452]➜       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.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1be226e02b14dfe4 -C extra-filename=-81cb4273c0ade89a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:50.1584871Z [00:01:39.859]➜     Compiling rand_core v0.6.4
2025-08-20T22:32:50.1594738Z [00:01:39.859]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=71267f51ce46b0d9 -C extra-filename=-92d7cbd800da9fe4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:50.2496122Z [00:01:39.950]➜     Compiling futures-sink v0.3.31
2025-08-20T22:32:50.2512371Z [00:01:39.951]➜       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 --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cd0b1906b8c13d5d -C extra-filename=-2858ad426ce613cd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:50.3668312Z [00:01:40.067]➜     Compiling futures-channel v0.3.31
2025-08-20T22:32:50.3706107Z [00:01:40.068]➜       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 --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="default"' --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=e6c4a722eb58cdbb -C extra-filename=-c9f34b14ce84119e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:50.4560188Z [00:01:40.156]➜     Compiling pin-utils v0.1.0
2025-08-20T22:32:50.4574825Z [00:01:40.157]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af17aa3f2fe3da73 -C extra-filename=-e5b9b2ca0c59a677 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:50.4709923Z [00:01:40.171]➜     Compiling futures-task v0.3.31
2025-08-20T22:32:50.4793782Z [00:01:40.178]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_task --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-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 --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", "std", "unstable"))' -C metadata=f2597013399f6354 -C extra-filename=-8a1d63b4d4c5365a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:50.5396399Z [00:01:40.240]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T22:32:50.5435976Z [00:01:40.243]➜       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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=681aff03812a20a6 -C extra-filename=-a3436e2bee93ed8c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:50.6828277Z [00:01:40.383]➜     Compiling typenum v1.17.0
2025-08-20T22:32:50.6834823Z [00:01:40.383]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_main --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=418af03afe9de507 -C extra-filename=-0d3ec98810ead5ab --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:50.7267960Z [00:01:40.427]➜     Compiling tracing-core v0.1.33
2025-08-20T22:32:50.7283893Z [00:01:40.428]➜       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.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --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=7a52e755f6f9cdcb -C extra-filename=-21c40e317ac65b99 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:50.7588556Z [00:01:40.459]➜     Compiling generic-array v0.14.7
2025-08-20T22:32:50.7652488Z [00:01:40.465]➜       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"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=14053abb20be2be3 -C extra-filename=-c22483514f20c33d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T22:32:50.8182451Z [00:01:40.518]➜     Compiling subtle v2.6.1
2025-08-20T22:32:50.8196161Z [00:01:40.519]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name subtle --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=e2fa5e497fbe6f98 -C extra-filename=-86ec28a99f44b466 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:51.0668683Z [00:01:40.767]➜     Compiling shlex v1.3.0
2025-08-20T22:32:51.0685008Z [00:01:40.768]➜       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.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:51.0981559Z [00:01:40.798]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build-script-build`
2025-08-20T22:32:51.1742619Z [00:01:40.874]➜     Compiling cfg_aliases v0.2.1
2025-08-20T22:32:51.1750672Z [00:01:40.875]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2379815ca2d84e -C extra-filename=-4cc02de9c3a1b142 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:51.2622243Z [00:01:40.962]➜     Compiling thiserror v2.0.12
2025-08-20T22:32:51.2632106Z [00:01:40.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/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.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:51.3745410Z [00:01:41.074]➜     Compiling cc v1.2.14
2025-08-20T22:32:51.3759628Z [00:01:41.076]➜       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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=5e7ffbde129a99b4 -C extra-filename=-e4b8839e9e89896f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T22:32:51.7439005Z [00:01:41.443]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=177d11071e14eeb7 -C extra-filename=-b2b2fbaef1fb2137 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:51.8299964Z [00:01:41.530]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab/build-script-main`
2025-08-20T22:32:51.9072156Z [00:01:41.607]➜       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.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --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=9b074e006f471d74 -C extra-filename=-8bbf7cc89ebcf209 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:53.2437354Z [00:01:42.944]➜     Compiling object v0.36.7
2025-08-20T22:32:53.2471599Z [00:01:42.944]➜       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/object-0.36.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="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=c3996519711ea627 -C extra-filename=-b6fab1d66f076159 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:53.3515206Z [00:01:43.051]➜       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 --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=e98216698269f8cc -C extra-filename=-f9c019a310a5856f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-8bbf7cc89ebcf209.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T22:32:53.4035330Z [00:01:43.104]➜     Compiling syn v1.0.109
2025-08-20T22:32:53.4051602Z [00:01:43.105]➜       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/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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", "quote", "test", "visit", "visit-mut"))' -C metadata=c7516bd2fd0aef6b -C extra-filename=-1c1bb64ed5af5627 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:53.7048956Z [00:01:43.405]➜     Compiling semver v1.0.25
2025-08-20T22:32:53.7057271Z [00:01:43.405]➜       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/semver-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1fa0b7945b140f9f -C extra-filename=-b36cc0782c8654dc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:53.9221700Z [00:01:43.622]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627/build-script-build`
2025-08-20T22:32:53.9911048Z [00:01:43.691]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build`
2025-08-20T22:32:54.0725429Z [00:01:43.770]➜     Compiling gimli v0.31.1
2025-08-20T22:32:54.0734655Z [00:01:43.770]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gimli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.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 --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=74bf19db08b36a7c -C extra-filename=-2fbe14ddc69a96d0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:54.1543376Z [00:01:43.854]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc/build-script-build`
2025-08-20T22:32:54.2296736Z [00:01:43.930]➜     Compiling writeable v0.5.5
2025-08-20T22:32:54.2309218Z [00:01:43.930]➜       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.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=ceefc2ee1ddd65de -C extra-filename=-9b2e8d6de3c98b2d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:55.0329906Z [00:01:44.733]➜     Compiling crypto-common v0.1.6
2025-08-20T22:32:55.0352424Z [00:01:44.734]➜       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 --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=5610af286636e33e -C extra-filename=-1e3d1287bd8a084f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta --extern typenum=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-8bbf7cc89ebcf209.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:55.0430085Z [00:01:44.743]➜     Compiling ring v0.17.9
2025-08-20T22:32:55.0445950Z [00:01:44.744]➜       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/ring-0.17.9/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="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=c681536d61e87ce3 -C extra-filename=-eb5a48ac48e9236f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcc-e4b8839e9e89896f.rlib --cap-lints allow`
2025-08-20T22:32:55.2402558Z [00:01:44.940]➜     Compiling itoa v1.0.14
2025-08-20T22:32:55.2448712Z [00:01:44.944]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2b7a2341db3c5842 -C extra-filename=-e538db95e61624d3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:55.2728342Z [00:01:44.973]➜     Compiling heck v0.5.0
2025-08-20T22:32:55.2739989Z [00:01:44.974]➜       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.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:32:55.4503975Z [00:01:45.150]➜     Compiling litemap v0.7.4
2025-08-20T22:32:55.4516864Z [00:01:45.151]➜       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.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=b52da0099491c970 -C extra-filename=-086903c298412eaa --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:55.8266267Z [00:01:45.526]➜     Compiling adler2 v2.0.0
2025-08-20T22:32:55.8282849Z [00:01:45.527]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=34a5457aafdb1288 -C extra-filename=-18d0e6e01cd438fa --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:32:55.8422244Z [00:01:45.541]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name semver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3506c60eda7b4593 -C extra-filename=-39065f5b015681ea --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
2025-08-20T22:32:56.0095491Z [00:01:45.710]➜     Compiling miniz_oxide v0.8.4
2025-08-20T22:32:56.0114195Z [00:01:45.711]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=ee6ce5d5e855f467 -C extra-filename=-47899e815dfac3fe --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-18d0e6e01cd438fa.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:32:56.0983731Z [00:01:45.798]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f/build-script-build`
2025-08-20T22:32:56.6603030Z [00:01:46.359]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name object --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.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 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=46ad2c35c47bd607 -C extra-filename=-a5174c2dc0663f43 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-44e481325badd09e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 core_error --check-cfg 'cfg(core_error)'`
2025-08-20T22:32:57.2263413Z [00:01:46.925]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --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", "quote", "test", "visit", "visit-mut"))' -C metadata=1a1d7272d25fbe40 -C extra-filename=-3c8050a12085d9c5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta --extern unicode_ident=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_ident-0e5303d89b22b0d6.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T22:33:02.1884588Z [00:01:51.889]➜     Compiling synstructure v0.13.1
2025-08-20T22:33:02.1902643Z [00:01:51.890]➜       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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=7b8f4c433c8cb305 -C extra-filename=-cc1fec7066af36f5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rmeta --cap-lints allow`
2025-08-20T22:33:02.7852378Z [00:01:52.485]➜     Compiling serde_derive v1.0.219
2025-08-20T22:33:02.7864310Z [00:01:52.486]➜       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=746842448bd11d22 -C extra-filename=-7ffa9f50b68ed9ce --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:03.3397871Z [00:01:53.040]➜     Compiling tokio-macros v2.5.0
2025-08-20T22:33:03.3409301Z [00:01:53.041]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a61af58be287085b -C extra-filename=-7825515ab268a7c8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:05.1350434Z [00:01:54.835]➜     Compiling futures-macro v0.3.31
2025-08-20T22:33:05.1367435Z [00:01:54.836]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/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=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7f6c0f296285644 -C extra-filename=-0d52c88d0d00e24e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:07.6374719Z [00:01:57.338]➜     Compiling futures-util v0.3.31
2025-08-20T22:33:07.6406100Z [00:01:57.339]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-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 --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="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=dc29e3688f0ea804 -C extra-filename=-91e87853b254636d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern futures_macro=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libfutures_macro-0d52c88d0d00e24e.so --extern futures_sink=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern futures_task=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta --extern memchr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-44e481325badd09e.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern pin_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rmeta --extern slab=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:07.7372800Z [00:01:57.437]➜     Compiling tracing-attributes v0.1.28
2025-08-20T22:33:07.7382729Z [00:01:57.438]➜       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.28/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)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=b3e050799396ef35 -C extra-filename=-370d373a51aed435 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:08.2282262Z [00:01:57.928]➜     Compiling zerofrom-derive v0.1.5
2025-08-20T22:33:08.2294538Z [00:01:57.929]➜       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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e708e438903a916 -C extra-filename=-8d9e341492b345ed --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern synstructure=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsynstructure-cc1fec7066af36f5.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:11.2811031Z [00:02:00.981]➜     Compiling tracing v0.1.41
2025-08-20T22:33:11.2833410Z [00:02:00.982]➜       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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --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=d6b50b8639344d1f -C extra-filename=-40ebdc764a824eee --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tracing_attributes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtracing_attributes-370d373a51aed435.so --extern tracing_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-21c40e317ac65b99.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:11.7548474Z [00:02:01.455]➜     Compiling zerofrom v0.1.5
2025-08-20T22:33:11.7588038Z [00:02:01.456]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=9764fd73cddea4b4 -C extra-filename=-437820184a5a36b8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerofrom_derive-8d9e341492b345ed.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-20T22:33:11.9967437Z [00:02:01.695]➜       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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --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=f344aa481b0d9b1b -C extra-filename=-546f6b8ad3ac57c4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libserde_derive-7ffa9f50b68ed9ce.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-20T22:33:12.0422831Z [00:02:01.742]➜     Compiling yoke-derive v0.7.5
2025-08-20T22:33:12.0435304Z [00:02:01.743]➜       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.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=677d5f44051eaf03 -C extra-filename=-762142043919d49d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern synstructure=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsynstructure-cc1fec7066af36f5.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:12.0757528Z [00:02:01.776]➜     Compiling zerovec-derive v0.10.3
2025-08-20T22:33:12.0814407Z [00:02:01.781]➜       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.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=602c7cb0129798b7 -C extra-filename=-3b2e591ee1707b7d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:14.9147661Z [00:02:04.615]➜     Compiling yoke v0.7.5
2025-08-20T22:33:14.9160272Z [00:02:04.615]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=edacae7f081ee39f -C extra-filename=-66a87107a2054841 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta --extern yoke_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libyoke_derive-762142043919d49d.so --extern zerofrom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:14.9594980Z [00:02:04.658]➜     Compiling displaydoc v0.2.5
2025-08-20T22:33:14.9601960Z [00:02:04.658]➜       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=65fef2bb6e55d328 -C extra-filename=-e4b2e5ae12994c38 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:15.2760198Z [00:02:04.976]➜     Compiling thiserror-impl v2.0.12
2025-08-20T22:33:15.2768644Z [00:02:04.976]➜       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=8813d453e4ac835d -C extra-filename=-edae18b8ac786a4e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:15.6726234Z [00:02:05.373]➜     Compiling zerovec v0.10.4
2025-08-20T22:33:15.6772799Z [00:02:05.376]➜       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.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 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=bdd125ffaf535505 -C extra-filename=-44bb6ec2cd54fe05 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-66a87107a2054841.rmeta --extern zerofrom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rmeta --extern zerovec_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerovec_derive-3b2e591ee1707b7d.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-20T22:33:15.9766278Z [00:02:05.676]➜     Compiling zerocopy-derive v0.7.35
2025-08-20T22:33:15.9777757Z [00:02:05.677]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerocopy_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/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=f13d225f616796d2 -C extra-filename=-4ddce41c9cfecce3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:16.7784061Z [00:02:06.478]➜     Compiling icu_provider_macros v1.5.0
2025-08-20T22:33:16.7796015Z [00:02:06.479]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_provider_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08f2ae2151659eb3 -C extra-filename=-5e83c355d1eadde5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:17.9678791Z [00:02:07.668]➜     Compiling addr2line v0.24.2
2025-08-20T22:33:17.9712355Z [00:02:07.670]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name addr2line --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=6ec6da42e6386564 -C extra-filename=-a3d1e497ac2c5b8f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-2fbe14ddc69a96d0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:18.3345665Z [00:02:08.035]➜     Compiling tinystr v0.7.6
2025-08-20T22:33:18.3362136Z [00:02:08.035]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=c9311a2ef519e09d -C extra-filename=-12e92b07a47e7f7b --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so --extern zerovec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:18.5260213Z [00:02:08.226]➜     Compiling zerocopy v0.7.35
2025-08-20T22:33:18.5296970Z [00:02:08.227]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.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 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=9370530cde4aa435 -C extra-filename=-a629143761e06349 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern zerocopy_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerocopy_derive-4ddce41c9cfecce3.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-20T22:33:18.8298978Z [00:02:08.530]➜     Compiling icu_locid v1.5.0
2025-08-20T22:33:18.8316146Z [00:02:08.531]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_locid --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=85be42ee293c0bf6 -C extra-filename=-583d56dcf56d3c99 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so --extern litemap=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-086903c298412eaa.rmeta --extern tinystr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rmeta --extern writeable=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-9b2e8d6de3c98b2d.rmeta --extern zerovec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:18.8648183Z [00:02:08.565]➜     Compiling rustls-pki-types v1.12.0
2025-08-20T22:33:18.8660573Z [00:02:08.565]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_pki_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=b44daea0bc6b87ee -C extra-filename=-7078020738de7e30 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:18.9953660Z [00:02:08.695]➜     Compiling rustc-demangle v0.1.24
2025-08-20T22:33:18.9966257Z [00:02:08.696]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustc_demangle --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=a4da64234e04ec6a -C extra-filename=-9aa767b6b040fbdb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:19.9981292Z [00:02:09.698]➜     Compiling smallvec v1.15.1
2025-08-20T22:33:19.9993626Z [00:02:09.698]➜       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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --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=64c90d77160dfe3f -C extra-filename=-a2c5b01d1779644d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:20.4597764Z [00:02:10.160]➜     Compiling bytes v1.10.0
2025-08-20T22:33:20.4609435Z [00:02:10.160]➜       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.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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=12ec2909e426da39 -C extra-filename=-bb21a5ca4d342ad7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:20.5160338Z [00:02:10.215]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6755eb31f712a92d -C extra-filename=-c216a833e3ea000c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:20.8511911Z [00:02:10.551]➜     Compiling ppv-lite86 v0.2.20
2025-08-20T22:33:20.8522457Z [00:02:10.552]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ppv_lite86 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ccaca5342d057592 -C extra-filename=-1501e86cec664063 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a629143761e06349.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:21.2704208Z [00:02:10.971]➜     Compiling parking_lot v0.12.3
2025-08-20T22:33:21.2716525Z [00:02:10.971]➜       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.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 --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=f8cdd3edbe95c2b6 -C extra-filename=-c5c32618f2410274 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-92adac5fadb113e1.rmeta --extern parking_lot_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-c216a833e3ea000c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:21.4167316Z [00:02:11.117]➜     Compiling icu_provider v1.5.0
2025-08-20T22:33:21.4187559Z [00:02:11.117]➜       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-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 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=6fcffffff3c09ac6 -C extra-filename=-d255ee9aa30b920a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so --extern icu_locid=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid-583d56dcf56d3c99.rmeta --extern icu_provider_macros=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libicu_provider_macros-5e83c355d1eadde5.so --extern stable_deref_trait=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta --extern tinystr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rmeta --extern writeable=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-9b2e8d6de3c98b2d.rmeta --extern yoke=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-66a87107a2054841.rmeta --extern zerofrom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rmeta --extern zerovec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:22.1056580Z [00:02:11.806]➜     Compiling tokio v1.45.0
2025-08-20T22:33:22.1092414Z [00:02:11.807]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=96737855af761495 -C extra-filename=-c40b5c66d4406cdd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern mio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a148a786e238856b.rmeta --extern parking_lot=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern signal_hook_registry=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-91c20dd4ece52ff8.rmeta --extern socket2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rmeta --extern tokio_macros=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtokio_macros-7825515ab268a7c8.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-20T22:33:22.8393677Z [00:02:12.539]➜     Compiling backtrace v0.3.74
2025-08-20T22:33:22.8419266Z [00:02:12.540]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name backtrace --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=edf99082378023f3 -C extra-filename=-02dc1a1dbb330fda --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rmeta --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern miniz_oxide=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-47899e815dfac3fe.rmeta --extern object=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-a5174c2dc0663f43.rmeta --extern rustc_demangle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-9aa767b6b040fbdb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:23.1458235Z [00:02:12.846]➜     Compiling rustc_version v0.4.1
2025-08-20T22:33:23.1482264Z [00:02:12.848]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustc_version --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fd8419f5b9335f9 -C extra-filename=-acace87eef25ae97 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern semver=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsemver-39065f5b015681ea.rmeta --cap-lints allow`
2025-08-20T22:33:23.3490682Z [00:02:13.049]➜     Compiling icu_locid_transform_data v1.5.0
2025-08-20T22:33:23.3508054Z [00:02:13.050]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6915ff885b8085c3 -C extra-filename=-9a04019d8aff95c3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:23.4454808Z [00:02:13.145]➜     Compiling fnv v1.0.7
2025-08-20T22:33:23.4474059Z [00:02:13.147]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4056ea6b250cc986 -C extra-filename=-775ea7858e96ea10 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:23.6174631Z [00:02:13.317]➜     Compiling icu_locid_transform v1.5.0
2025-08-20T22:33:23.6202923Z [00:02:13.319]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name icu_locid_transform --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=abe53baba68eb83a -C extra-filename=-e0c989f2c9220961 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so --extern icu_locid=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid-583d56dcf56d3c99.rmeta --extern icu_locid_transform_data=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform_data-9a04019d8aff95c3.rmeta --extern icu_provider=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-d255ee9aa30b920a.rmeta --extern tinystr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rmeta --extern zerovec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:23.7477580Z [00:02:13.448]➜     Compiling icu_collections v1.5.0
2025-08-20T22:33:23.7515625Z [00:02:13.448]➜       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-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=da3f016deba1ce31 -C extra-filename=-c53a37426ec5628c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so --extern yoke=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-66a87107a2054841.rmeta --extern zerofrom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rmeta --extern zerovec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:24.6749085Z [00:02:14.375]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T22:33:24.8886675Z [00:02:14.589]➜     Compiling untrusted v0.9.0
2025-08-20T22:33:24.8915688Z [00:02:14.591]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name untrusted --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a1b71bbb8f48428 -C extra-filename=-df20551f16bb03b0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:25.1561931Z [00:02:14.856]➜     Compiling icu_properties_data v1.5.0
2025-08-20T22:33:25.1577755Z [00:02:14.857]➜       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-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38e96f7c3a6bce0d -C extra-filename=-c1d14aeca8fbc77b --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:25.5075579Z [00:02:15.208]➜     Compiling getrandom v0.3.3
2025-08-20T22:33:25.5113702Z [00:02:15.209]➜       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.3/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=5cda9a19bd30df1f -C extra-filename=-aba08fc7638b1efa --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:26.1266795Z [00:02:15.827]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa/build-script-build`
2025-08-20T22:33:26.1403723Z [00:02:15.840]➜     Compiling icu_properties v1.5.1
2025-08-20T22:33:26.1421829Z [00:02:15.840]➜       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-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 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=b0874ade805109fa -C extra-filename=-586417def490365e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so --extern icu_collections=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-c53a37426ec5628c.rmeta --extern icu_locid_transform=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform-e0c989f2c9220961.rmeta --extern icu_properties_data=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-c1d14aeca8fbc77b.rmeta --extern icu_provider=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-d255ee9aa30b920a.rmeta --extern tinystr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rmeta --extern zerovec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:26.7093670Z [00:02:16.408]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ring --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=fb012d819d5f5221 -C extra-filename=-b3cd500855375ac0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern getrandom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rmeta --extern untrusted=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out -l static=ring_core_0_17_9_ -l static=ring_core_0_17_9__test`
2025-08-20T22:33:29.7249913Z [00:02:19.424]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1f9c85a87e0bf8d4 -C extra-filename=-cde335ae341d1bd9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror_impl-edae18b8ac786a4e.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-20T22:33:29.9242979Z [00:02:19.624]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:33:29.9275262Z [00:02:19.627]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=7ddfdd94c9a29695 -C extra-filename=-ce205e9d23255fa0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rmeta --cap-lints allow`
2025-08-20T22:33:32.5432631Z [00:02:22.243]➜     Compiling utf16_iter v1.0.5
2025-08-20T22:33:32.5446119Z [00:02:22.244]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf16_iter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8429ab84f5eed6f -C extra-filename=-ffb105b7d3d97884 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:32.8671764Z [00:02:22.567]➜     Compiling icu_normalizer_data v1.5.0
2025-08-20T22:33:32.8720136Z [00:02:22.571]➜       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-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c36b143ed630056 -C extra-filename=-fbacb4c49b939b51 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:33.0243966Z [00:02:22.724]➜     Compiling utf8_iter v1.0.4
2025-08-20T22:33:33.0277156Z [00:02:22.727]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dbf40d1bd320113 -C extra-filename=-39c5b28120e165c0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:33.2733530Z [00:02:22.973]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:33:33.2750447Z [00:02:22.974]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=e4148d411a39024d -C extra-filename=-6e8c13dee0a493bc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:35.1145505Z [00:02:24.815]➜     Compiling tokio-util v0.7.15
2025-08-20T22:33:35.1171668Z [00:02:24.815]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=fc32f31fc9ea7bbf -C extra-filename=-5ee3b295f772711e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern futures_sink=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern slab=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:35.1429755Z [00:02:24.843]➜     Compiling write16 v1.0.0
2025-08-20T22:33:35.1439321Z [00:02:24.843]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name write16 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=e7cc841a9c2d8f17 -C extra-filename=-6132783960610270 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:35.2921902Z [00:02:24.992]➜     Compiling cpufeatures v0.2.17
2025-08-20T22:33:35.2937952Z [00:02:24.993]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7e4fa65e1e64051 -C extra-filename=-1bc0ed0447e2eed4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:35.4394680Z [00:02:25.139]➜     Compiling icu_normalizer v1.5.0
2025-08-20T22:33:35.4449721Z [00:02:25.143]➜       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-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 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=ddf63c39122a5f34 -C extra-filename=-102fab1c1b92628d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so --extern icu_collections=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-c53a37426ec5628c.rmeta --extern icu_normalizer_data=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-fbacb4c49b939b51.rmeta --extern icu_properties=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-586417def490365e.rmeta --extern icu_provider=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-d255ee9aa30b920a.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern utf16_iter=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf16_iter-ffb105b7d3d97884.rmeta --extern utf8_iter=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rmeta --extern write16=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwrite16-6132783960610270.rmeta --extern zerovec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:36.5811806Z [00:02:26.280]➜       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.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 --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"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=29cdaa51043be8f8 -C extra-filename=-34413e2646a1dbf2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:37.1127495Z [00:02:26.813]➜     Compiling http v1.2.0
2025-08-20T22:33:37.1140643Z [00:02:26.813]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3efbede0d1a6f848 -C extra-filename=-2fac7fcfbc007179 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern fnv=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta --extern itoa=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:39.4467519Z [00:02:29.147]➜     Compiling regex-automata v0.4.9
2025-08-20T22:33:39.4500067Z [00:02:29.147]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=f97b529afc7f1c57 -C extra-filename=-362a3df8a309a8d6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libaho_corasick-ce205e9d23255fa0.rmeta --extern memchr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rmeta --extern regex_syntax=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta --cap-lints allow`
2025-08-20T22:33:40.2654394Z [00:02:29.966]➜     Compiling block-buffer v0.10.4
2025-08-20T22:33:40.2675008Z [00:02:29.967]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d3531a179a48e6e -C extra-filename=-e2523cc251401e91 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:40.4968759Z [00:02:30.197]➜     Compiling spin v0.9.8
2025-08-20T22:33:40.4991232Z [00:02:30.198]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name spin --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.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 --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=82a020bd1763de4b -C extra-filename=-880299646fe9b028 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern lock_api_crate=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-92adac5fadb113e1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:40.6644236Z [00:02:30.364]➜     Compiling allocator-api2 v0.2.21
2025-08-20T22:33:40.6661851Z [00:02:30.365]➜       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 --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=9d35925858c3849e -C extra-filename=-64a6040cba36e4e6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:40.9462543Z [00:02:30.646]➜     Compiling rustls v0.23.28
2025-08-20T22:33:40.9501760Z [00:02:30.647]➜       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/rustls-0.23.28/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(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' -C debug-assertions=off --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=d31688f88c2c798a -C extra-filename=-8f3e3e596af6dc6c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:41.3389845Z [00:02:31.039]➜     Compiling foldhash v0.1.4
2025-08-20T22:33:41.3403931Z [00:02:31.040]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5e29b591885fd186 -C extra-filename=-a9d0165668a14bb6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:41.6105397Z [00:02:31.310]➜     Compiling thiserror v1.0.69
2025-08-20T22:33:41.6116287Z [00:02:31.311]➜       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.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:41.6817631Z [00:02:31.382]➜     Compiling anyhow v1.0.98
2025-08-20T22:33:41.6845020Z [00:02:31.384]➜       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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=bed271dbdd5e8343 -C extra-filename=-84f2e12a512fad9e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:41.9643377Z [00:02:31.664]➜     Compiling equivalent v1.0.2
2025-08-20T22:33:41.9657893Z [00:02:31.665]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56876dcef7b7ec4f -C extra-filename=-23685ebd8bdfb986 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:42.1014437Z [00:02:31.801]➜     Compiling zerocopy v0.8.18
2025-08-20T22:33:42.1027402Z [00:02:31.802]➜       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/zerocopy-0.8.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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=c3fd99c90daae460 -C extra-filename=-f42b8536196226f8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:42.2297154Z [00:02:31.930]➜     Compiling percent-encoding v2.3.1
2025-08-20T22:33:42.2321264Z [00:02:31.930]➜       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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d7bb18d354bb4984 -C extra-filename=-714882a6fc75b38c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:42.2918765Z [00:02:31.992]➜     Compiling unicode-xid v0.2.6
2025-08-20T22:33:42.2926073Z [00:02:31.992]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_xid --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=80288c59fc7b783e -C extra-filename=-6339c36d0c7ebba4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:42.4833693Z [00:02:32.183]➜     Compiling form_urlencoded v1.2.1
2025-08-20T22:33:42.4854645Z [00:02:32.184]➜       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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1a025b4214c0a34e -C extra-filename=-5f09f5ffe8ad7bcc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:42.6258001Z [00:02:32.326]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build-script-build`
2025-08-20T22:33:42.8366188Z [00:02:32.536]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build`
2025-08-20T22:33:42.8496392Z [00:02:32.550]➜     Compiling hashbrown v0.15.2
2025-08-20T22:33:42.8519697Z [00:02:32.551]➜       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.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 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=bb2f685f75e72684 -C extra-filename=-6a5909e4f0cccded --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rmeta --extern equivalent=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rmeta --extern foldhash=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-a9d0165668a14bb6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:43.0225663Z [00:02:32.722]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8/build-script-build`
2025-08-20T22:33:43.0482032Z [00:02:32.748]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c/build-script-build`
2025-08-20T22:33:43.0687755Z [00:02:32.769]➜     Compiling digest v0.10.7
2025-08-20T22:33:43.0703432Z [00:02:32.769]➜       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 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --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=08aa25c7cf62b513 -C extra-filename=-b3f029484ca87ebc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-e2523cc251401e91.rmeta --extern crypto_common=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rmeta --extern subtle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:43.0826401Z [00:02:32.783]➜     Compiling idna_adapter v1.2.0
2025-08-20T22:33:43.0839758Z [00:02:32.783]➜       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.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 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=e5bc4edd83c3608f -C extra-filename=-0bfc050fc825cdfe --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-102fab1c1b92628d.rmeta --extern icu_properties=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-586417def490365e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:43.5010814Z [00:02:33.201]➜     Compiling rustls-webpki v0.103.3
2025-08-20T22:33:43.5026989Z [00:02:33.202]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name webpki --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "default", "ring", "std"))' -C metadata=30afc89722fb8bfd -C extra-filename=-124d0674ac6afa27 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern ring=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rmeta --extern pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern untrusted=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:33:43.5455125Z [00:02:33.246]➜     Compiling thiserror-impl v1.0.69
2025-08-20T22:33:43.5470511Z [00:02:33.247]➜       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=c21eebc01e3c0845 -C extra-filename=-eb67b496872c3cf6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:44.6716986Z [00:02:34.372]➜     Compiling fastrand v2.3.0
2025-08-20T22:33:44.6733533Z [00:02:34.373]➜       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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=b3c20c2c25ef56be -C extra-filename=-bc2f378c135017cb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:45.3140057Z [00:02:35.014]➜     Compiling regex v1.11.1
2025-08-20T22:33:45.3161754Z [00:02:35.015]➜       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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=9faca7b102c7bd2f -C extra-filename=-4ad8bee23e5571eb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libaho_corasick-ce205e9d23255fa0.rmeta --extern memchr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rmeta --extern regex_automata=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_automata-362a3df8a309a8d6.rmeta --extern regex_syntax=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta --cap-lints allow`
2025-08-20T22:33:46.4432906Z [00:02:36.143]➜     Compiling tinyvec_macros v0.1.1
2025-08-20T22:33:46.4446449Z [00:02:36.144]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcf93bba6b022f59 -C extra-filename=-0c437587e1abfdb5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:46.5425459Z [00:02:36.243]➜     Compiling httparse v1.10.0
2025-08-20T22:33:46.5433556Z [00:02:36.243]➜       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/httparse-1.10.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(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4897dcced6ee2431 -C extra-filename=-c19958caecbdb527 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:47.0939346Z [00:02:36.793]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c8c7c824fcc7fd -C extra-filename=-aa443dd6ff56234e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror_impl-eb67b496872c3cf6.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-20T22:33:47.2011101Z [00:02:36.901]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527/build-script-build`
2025-08-20T22:33:47.2088552Z [00:02:36.909]➜     Compiling tinyvec v1.8.1
2025-08-20T22:33:47.2106350Z [00:02:36.910]➜       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.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=50d154056c100422 -C extra-filename=-220a9b3fb31a8139 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern tinyvec_macros=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-0c437587e1abfdb5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:47.2571520Z [00:02:36.955]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=2bc8dd07dad7e4f4 -C extra-filename=-28a74c8bc82b41b8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern ring=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rmeta --extern pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern webpki=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rmeta --extern subtle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:33:48.2445565Z [00:02:37.945]➜     Compiling idna v1.0.3
2025-08-20T22:33:48.2574085Z [00:02:37.956]➜       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 --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=8fc38b41f98f8afb -C extra-filename=-e843627e76350ff4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-0bfc050fc825cdfe.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern utf8_iter=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:49.3631139Z [00:02:39.062]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4306cea285f4992e -C extra-filename=-3207c3631fb6cf93 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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 zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
2025-08-20T22:33:49.4987552Z [00:02:39.198]➜       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 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=61a2b545993b321a -C extra-filename=-5ba445025652e0a7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-02dc1a1dbb330fda.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T22:33:51.2442141Z [00:02:40.944]➜     Compiling parking v2.2.1
2025-08-20T22:33:51.2462529Z [00:02:40.946]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=086ae2230f877d7a -C extra-filename=-b4deda449873f583 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:51.5261133Z [00:02:41.226]➜       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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=11be045153271058 -C extra-filename=-10981cdeda8a48db --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:52.2591987Z [00:02:41.959]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2242642853b4f870 -C extra-filename=-d4141b76549b3f53 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:52.3522970Z [00:02:42.052]➜     Compiling atomic-waker v1.1.2
2025-08-20T22:33:52.3539506Z [00:02:42.053]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name atomic_waker --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=0772f8758e56c8c2 -C extra-filename=-ef9e1d9e2660075a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:52.6541543Z [00:02:42.354]➜     Compiling base64 v0.22.1
2025-08-20T22:33:52.6554746Z [00:02:42.355]➜       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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=36f4c79e13fc530d -C extra-filename=-eb7775498ee036cc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:53.2948462Z [00:02:42.995]➜     Compiling indexmap v2.7.1
2025-08-20T22:33:53.2979519Z [00:02:42.997]➜       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.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=2ad6808dced938e1 -C extra-filename=-12cccc78370e5250 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta --extern hashbrown=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libhashbrown-10981cdeda8a48db.rmeta --cap-lints allow`
2025-08-20T22:33:53.4795996Z [00:02:43.177]➜     Compiling futures-lite v2.6.0
2025-08-20T22:33:53.4812486Z [00:02:43.177]➜       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 --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=d363545860f382b7 -C extra-filename=-c4aed32d07a98f09 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern parking=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:53.7518318Z [00:02:43.451]➜     Compiling rand_core v0.9.0
2025-08-20T22:33:53.7528258Z [00:02:43.451]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=03681e842bb1ab6d -C extra-filename=-8f27c28c08da8597 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-34413e2646a1dbf2.rmeta --extern zerocopy=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-3207c3631fb6cf93.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:53.9237044Z [00:02:43.622]➜     Compiling url v2.5.4
2025-08-20T22:33:53.9250620Z [00:02:43.624]➜       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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=f30219fb92e27edf -C extra-filename=-00ba843e895237f0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta --extern idna=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-e843627e76350ff4.rmeta --extern percent_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:54.1264638Z [00:02:43.826]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name httparse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-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 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=46369558f483c41a -C extra-filename=-08d82e1aa9feb824 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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 httparse_simd_neon_intrinsics --cfg httparse_simd`
2025-08-20T22:33:55.0432785Z [00:02:44.742]➜       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.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=67303e78360f13f9 -C extra-filename=-9f5a5316d6a38273 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rmeta --extern hashbrown=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-6a5909e4f0cccded.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:55.1824455Z [00:02:44.883]➜     Compiling http-body v1.0.1
2025-08-20T22:33:55.1836142Z [00:02:44.883]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http_body --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22e1da74f0500f6c -C extra-filename=-ca6f4e7b25f8b86a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:55.3799359Z [00:02:45.080]➜     Compiling try-lock v0.2.5
2025-08-20T22:33:55.3810514Z [00:02:45.080]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name try_lock --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6406c7c7ff46686e -C extra-filename=-27d235ef8737a305 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:55.4843063Z [00:02:45.184]➜     Compiling winnow v0.7.2
2025-08-20T22:33:55.4866775Z [00:02:45.185]➜       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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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=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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0441dcf3be72e296 -C extra-filename=-f943c049d93820e5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:55.8240771Z [00:02:45.524]➜     Compiling httpdate v1.0.3
2025-08-20T22:33:55.8267909Z [00:02:45.526]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name httpdate --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=474a264bd8a1f67d -C extra-filename=-a71aa5e6768bb6a8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:56.6859480Z [00:02:46.386]➜     Compiling toml_datetime v0.6.8
2025-08-20T22:33:56.6882946Z [00:02:46.386]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fd40588c9235579d -C extra-filename=-16168353f997e013 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:56.8816728Z [00:02:46.582]➜     Compiling bitflags v2.9.1
2025-08-20T22:33:56.8836613Z [00:02:46.583]➜       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 --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=0692b0f5b7b576e6 -C extra-filename=-883f62e14566f923 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:57.0428980Z [00:02:46.743]➜     Compiling regex-lite v0.1.6
2025-08-20T22:33:57.0437126Z [00:02:46.743]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_lite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-lite-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="string"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "string"))' -C metadata=1a29859722bef1ea -C extra-filename=-b2630d4d6aa364e7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:57.7029764Z [00:02:47.403]➜     Compiling base64ct v1.6.0
2025-08-20T22:33:57.7041427Z [00:02:47.404]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name base64ct --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=687f18c6c2dbefe5 -C extra-filename=-e7a97ad0b618a454 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:33:58.4861615Z [00:02:48.186]➜     Compiling paste v1.0.15
2025-08-20T22:33:58.4869337Z [00:02:48.186]➜       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.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:58.6689176Z [00:02:48.369]➜     Compiling ucd-parse v0.1.13
2025-08-20T22:33:58.6695854Z [00:02:48.369]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ucd_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-parse-0.1.13/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=4ee378a553ab5def -C extra-filename=-d50dac1c9619486d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern regex_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rmeta --cap-lints allow`
2025-08-20T22:33:58.9560829Z [00:02:48.656]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build`
2025-08-20T22:33:58.9999563Z [00:02:48.700]➜     Compiling pem-rfc7468 v0.7.0
2025-08-20T22:33:59.0009060Z [00:02:48.700]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pem_rfc7468 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=f81a0797f33031e6 -C extra-filename=-2252f5f9d5ded9e5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base64ct=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-e7a97ad0b618a454.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:59.2359669Z [00:02:48.936]➜     Compiling h2 v0.4.7
2025-08-20T22:33:59.2382656Z [00:02:48.936]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name h2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=1a2d2f8431b3b685 -C extra-filename=-6e283b6c6d62221a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern fnv=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern indexmap=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-9f5a5316d6a38273.rmeta --extern slab=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.5000580Z [00:02:50.200]➜     Compiling toml_edit v0.22.24
2025-08-20T22:34:00.5061243Z [00:02:50.204]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_edit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=e659477428331790 -C extra-filename=-d64ff5663f366205 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libindexmap-12cccc78370e5250.rmeta --extern toml_datetime=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_datetime-16168353f997e013.rmeta --extern winnow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libwinnow-f943c049d93820e5.rmeta --cap-lints allow`
2025-08-20T22:34:00.5936572Z [00:02:50.294]➜     Compiling want v0.3.1
2025-08-20T22:34:00.5951924Z [00:02:50.294]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name want --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=820c29d55328c061 -C extra-filename=-15b5d93c047a88ec --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern try_lock=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-27d235ef8737a305.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.6305282Z [00:02:50.330]➜     Compiling rand_chacha v0.9.0
2025-08-20T22:34:00.6324476Z [00:02:50.332]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_chacha --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=29985eeb3cad65f3 -C extra-filename=-ab681ad227162bc4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-1501e86cec664063.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8f27c28c08da8597.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:01.0139054Z [00:02:50.714]➜     Compiling heapless v0.7.17
2025-08-20T22:34:01.0166548Z [00:02:50.716]➜       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/heapless-0.7.17/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-polyfill"' --cfg 'feature="cas"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=94d00f88242a7b34 -C extra-filename=-b6618f4fae44a300 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/librustc_version-acace87eef25ae97.rlib --cap-lints allow`
2025-08-20T22:34:01.4671144Z [00:02:51.167]➜     Compiling snafu-derive v0.8.6
2025-08-20T22:34:01.4698050Z [00:02:51.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name snafu_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.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 --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=b1b757d8cd423281 -C extra-filename=-4f20c33407ec6e51 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:03.1687970Z [00:02:52.869]➜     Compiling der_derive v0.7.3
2025-08-20T22:34:03.1727589Z [00:02:52.872]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name der_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b75f466a9086aa1 -C extra-filename=-8a16cef20215719c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:06.0978078Z [00:02:55.798]➜     Compiling tower-service v0.3.3
2025-08-20T22:34:06.0993748Z [00:02:55.799]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower_service --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8342455dc8e8fe04 -C extra-filename=-b2bd347f1c765998 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:06.2489726Z [00:02:55.949]➜     Compiling lazy_static v1.5.0
2025-08-20T22:34:06.2504007Z [00:02:55.950]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=34e5429e022a257e -C extra-filename=-c2066390f2a4a76d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:06.3361779Z [00:02:56.036]➜     Compiling const-oid v0.9.6
2025-08-20T22:34:06.3373484Z [00:02:56.037]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name const_oid --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=86157ec65e4a8016 -C extra-filename=-d2cc2a0850b7a26a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:06.8185930Z [00:02:56.518]➜     Compiling diatomic-waker v0.2.3
2025-08-20T22:34:06.8206579Z [00:02:56.520]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name diatomic_waker --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diatomic-waker-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 --warn=unexpected_cfgs --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=fc5b5bc135fd0dc6 -C extra-filename=-d4f36cd08c9874f5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:07.1570925Z [00:02:56.857]➜     Compiling cordyceps v0.3.2
2025-08-20T22:34:07.1648325Z [00:02:56.859]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cordyceps --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cordyceps-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "no-cache-pad", "std"))' -C metadata=62259dbd35094757 -C extra-filename=-80ca302f7afc8864 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:07.3684318Z [00:02:57.068]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=48f91d1fba6eee6c -C extra-filename=-386955e475fc3d57 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:07.5110599Z [00:02:57.211]➜     Compiling ipnet v2.11.0
2025-08-20T22:34:07.5123670Z [00:02:57.212]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ipnet --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=929c45df856f346e -C extra-filename=-6fb70a26b5f2c637 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:07.5283693Z [00:02:57.228]➜     Compiling snafu v0.8.6
2025-08-20T22:34:07.5301747Z [00:02:57.229]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name snafu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-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 --cfg 'feature="alloc"' --cfg 'feature="backtrace"' --cfg 'feature="backtraces-impl-backtrace-crate"' --cfg 'feature="default"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="rust_1_81"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=980a8cab17cfaefc -C extra-filename=-b66bf3132350b2f1 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-02dc1a1dbb330fda.rmeta --extern snafu_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsnafu_derive-4f20c33407ec6e51.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-20T22:34:07.7507289Z [00:02:57.451]➜     Compiling futures-buffered v0.2.11
2025-08-20T22:34:07.7523914Z [00:02:57.451]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_buffered --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-buffered-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a531fd855655bf0 -C extra-filename=-2fb8e6cb719453b5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cordyceps=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-80ca302f7afc8864.rmeta --extern diatomic_waker=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern spin=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-880299646fe9b028.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:08.4824952Z [00:02:58.182]➜     Compiling precis-tools v0.1.9
2025-08-20T22:34:08.4840893Z [00:02:58.184]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name precis_tools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precis-tools-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("networking", "reqwest"))' -C metadata=26e0f71b71e2eb39 -C extra-filename=-199c4aeb63169c5c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rmeta --extern regex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex-4ad8bee23e5571eb.rmeta --extern ucd_parse=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rmeta --cap-lints allow`
2025-08-20T22:34:08.6516061Z [00:02:58.351]➜     Compiling der v0.7.9
2025-08-20T22:34:08.6531409Z [00:02:58.352]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name der --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.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 --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=79ccab23fbe3ee8e -C extra-filename=-7609a1ebb6113a8e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern const_oid=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rmeta --extern der_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libder_derive-8a16cef20215719c.so --extern pem_rfc7468=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-2252f5f9d5ded9e5.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:10.0533884Z [00:02:59.753]➜     Compiling hyper v1.6.0
2025-08-20T22:34:10.0561133Z [00:02:59.754]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hyper --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.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 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=8be12daf4aaa7e58 -C extra-filename=-6f1474549448c9c4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_channel=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern h2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-6e283b6c6d62221a.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern http_body=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rmeta --extern httparse=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-08d82e1aa9feb824.rmeta --extern httpdate=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rmeta --extern itoa=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern want=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-15b5d93c047a88ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:10.0851570Z [00:02:59.785]➜     Compiling proc-macro-crate v3.2.0
2025-08-20T22:34:10.0861281Z [00:02:59.786]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_crate --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.2.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=b6fd7fabc853217d -C extra-filename=-dc14df6316f34ce3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern toml_edit=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_edit-d64ff5663f366205.rmeta --cap-lints allow`
2025-08-20T22:34:11.2430970Z [00:03:00.943]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300/build-script-build`
2025-08-20T22:34:11.3246352Z [00:03:01.025]➜     Compiling rand v0.9.0
2025-08-20T22:34:11.3261471Z [00:03:01.025]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=31856ba343caf114 -C extra-filename=-d3526b68dace2d5c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ab681ad227162bc4.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8f27c28c08da8597.rmeta --extern zerocopy=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-3207c3631fb6cf93.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:13.3797775Z [00:03:03.079]➜       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.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:14.6137126Z [00:03:04.314]➜     Compiling derive_more-impl v1.0.0
2025-08-20T22:34:14.6153506Z [00:03:04.314]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name derive_more_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' -C debug-assertions=off --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="from_str"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=9f64500cfd4101e3 -C extra-filename=-c2fda9ebaa640269 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern unicode_xid=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:15.4742563Z [00:03:05.174]➜     Compiling curve25519-dalek v4.1.3
2025-08-20T22:34:15.4755366Z [00:03:05.175]➜       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/curve25519-dalek-4.1.3/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="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=dfa0bd310502b18d -C extra-filename=-f7f26d35760a2edd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/librustc_version-acace87eef25ae97.rlib --cap-lints allow`
2025-08-20T22:34:16.0328359Z [00:03:05.733]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T22:34:16.1936330Z [00:03:05.894]➜     Compiling iroh-quinn-udp v0.5.7
2025-08-20T22:34:16.1954692Z [00:03:05.895]➜       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/iroh-quinn-udp-0.5.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="default"' --cfg 'feature="log"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "direct-log", "fast-apple-datapath", "log", "tracing"))' -C metadata=616a328031488374 -C extra-filename=-b95ab72ee230b1b8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:34:16.8965572Z [00:03:06.597]➜     Compiling n0-future v0.1.3
2025-08-20T22:34:16.8979673Z [00:03:06.597]➜       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/n0-future-0.1.3/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::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(n0_future_docsrs)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc18d62a13527a1d -C extra-filename=-fb67fca51f35cb53 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:34:17.4195701Z [00:03:07.119]➜     Compiling hash32 v0.2.1
2025-08-20T22:34:17.4250939Z [00:03:07.124]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77d75c6bc1877ccf -C extra-filename=-f6d59b34cbb205fd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:17.8285581Z [00:03:07.529]➜     Compiling powerfmt v0.2.0
2025-08-20T22:34:17.8299779Z [00:03:07.529]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=9c124281aebd7e9d -C extra-filename=-df48f36396c0b41a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:18.4232472Z [00:03:08.123]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T22:34:18.4269049Z [00:03:08.124]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=c63e359bdc7389ed -C extra-filename=-9ef60f77c2b57782 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:18.5192117Z [00:03:08.219]➜     Compiling regex-syntax v0.6.29
2025-08-20T22:34:18.5207490Z [00:03:08.220]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=734dfccbe6edc7f4 -C extra-filename=-88cd2d15568d3988 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:19.4980164Z [00:03:09.198]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T22:34:19.5004876Z [00:03:09.200]➜       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.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:19.9172882Z [00:03:09.616]➜       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 --cfg 'feature="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --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=b3727f7240caa624 -C extra-filename=-5bb19dda8996b7f9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:20.2114153Z [00:03:09.911]➜     Compiling derive_more v1.0.0
2025-08-20T22:34:20.2130389Z [00:03:09.912]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name derive_more --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="from_str"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=ade48c126f2be1d3 -C extra-filename=-b485ceab5f5cb86e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern derive_more_impl=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libderive_more_impl-c2fda9ebaa640269.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-20T22:34:20.5637517Z [00:03:10.264]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build`
2025-08-20T22:34:20.5760564Z [00:03:10.276]➜     Compiling convert_case v0.7.1
2025-08-20T22:34:20.5767010Z [00:03:10.276]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name convert_case --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=5ea3022e950f9afd -C extra-filename=-3b4af8e6efd11cb7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern unicode_segmentation=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rmeta --cap-lints allow`
2025-08-20T22:34:21.5068329Z [00:03:11.207]➜     Compiling deranged v0.3.11
2025-08-20T22:34:21.5085589Z [00:03:11.208]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=4bbf4405e3eef41d -C extra-filename=-195fca63612370c1 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:21.5319507Z [00:03:11.231]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heapless --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.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 --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=60a0ab311d8ffff9 -C extra-filename=-e1cfd7fdaa275a25 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern hash32=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern spin=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-880299646fe9b028.rmeta --extern stable_deref_trait=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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_cas --cfg has_atomics`
2025-08-20T22:34:21.5897544Z [00:03:11.290]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build-script-build`
2025-08-20T22:34:21.6173081Z [00:03:11.317]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build`
2025-08-20T22:34:21.6462382Z [00:03:11.345]➜       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 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=4b57a5065f352d73 -C extra-filename=-95052fbf5ac28089 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror_impl-edae18b8ac786a4e.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T22:34:21.8372700Z [00:03:11.537]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd/build-script-build`
2025-08-20T22:34:21.9596556Z [00:03:11.660]➜     Compiling hyper-util v0.1.11
2025-08-20T22:34:21.9636497Z [00:03:11.660]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hyper_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=c08ca71e48d26933 -C extra-filename=-4d63646b82289931 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_channel=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern http_body=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rmeta --extern hyper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern socket2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tower_service=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:23.1941649Z [00:03:12.894]➜     Compiling regex-automata v0.1.10
2025-08-20T22:34:23.1955621Z [00:03:12.895]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.1.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 --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=90548dc8388b9bf8 -C extra-filename=-16ff4bd6d186bb41 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-88cd2d15568d3988.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:23.9959427Z [00:03:13.695]➜       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 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=05b10dab8181a5da -C extra-filename=-9e0651951a82845f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-5bb19dda8996b7f9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:27.8210567Z [00:03:17.521]➜     Compiling spki v0.7.3
2025-08-20T22:34:27.8223995Z [00:03:17.522]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name spki --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.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 --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=4ab120483a0fdfda -C extra-filename=-410c25fdcc43a737 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern der=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-7609a1ebb6113a8e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:28.4810442Z [00:03:18.181]➜     Compiling rand_chacha v0.3.1
2025-08-20T22:34:28.4824734Z [00:03:18.182]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_chacha --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=7a95a14101e36ac1 -C extra-filename=-b13e8f788d8c19dc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-1501e86cec664063.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:29.5724560Z [00:03:19.272]➜     Compiling futures-executor v0.3.31
2025-08-20T22:34:29.5742708Z [00:03:19.273]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_executor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-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 --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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=03415b4bd0f016fe -C extra-filename=-0e4c3e5701b84739 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_task=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:30.4596359Z [00:03:20.157]➜     Compiling postcard-derive v0.1.2
2025-08-20T22:34:30.4609145Z [00:03:20.160]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name postcard_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-derive-0.1.2/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=c628f75230b24806 -C extra-filename=-e5ea9e6d4bb61ac0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:30.7307383Z [00:03:20.431]➜     Compiling curve25519-dalek-derive v0.1.1
2025-08-20T22:34:30.7315439Z [00:03:20.431]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.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=8b49754b8fc91b57 -C extra-filename=-cf3d57fefac516d7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:31.3519810Z [00:03:21.052]➜     Compiling num-conv v0.1.0
2025-08-20T22:34:31.3531530Z [00:03:21.052]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c997b8529fae25c7 -C extra-filename=-c669c3d448cfbda6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:31.5946856Z [00:03:21.295]➜     Compiling openssl-probe v0.1.6
2025-08-20T22:34:31.5958374Z [00:03:21.295]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7399c60feb7f8281 -C extra-filename=-b99093400b0fbf06 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:31.6535659Z [00:03:21.354]➜     Compiling overload v0.1.1
2025-08-20T22:34:31.6546312Z [00:03:21.354]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee1cdccc1e60dae1 -C extra-filename=-4584cfe84772fa05 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:31.7423398Z [00:03:21.442]➜     Compiling time-core v0.1.2
2025-08-20T22:34:31.7454192Z [00:03:21.445]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc4a59b66d64ca6c -C extra-filename=-27d14661bdfa58cf --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:31.9596777Z [00:03:21.660]➜     Compiling ucd-trie v0.1.7
2025-08-20T22:34:31.9604599Z [00:03:21.660]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ucd_trie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8dce4a3f1d03edc8 -C extra-filename=-56344b5ef67d5053 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:32.0247499Z [00:03:21.724]➜     Compiling cobs v0.2.3
2025-08-20T22:34:32.0266580Z [00:03:21.726]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cobs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=10547c1515649a1f -C extra-filename=-693af71edac4e345 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:32.3466961Z [00:03:22.047]➜     Compiling postcard v1.1.1
2025-08-20T22:34:32.3480339Z [00:03:22.047]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name postcard --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="experimental-derive"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' --cfg 'feature="postcard-derive"' --cfg 'feature="use-std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=22dcfdcd394d31e3 -C extra-filename=-164fd2caf79206b0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cobs=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-693af71edac4e345.rmeta --extern heapless=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-e1cfd7fdaa275a25.rmeta --extern postcard_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpostcard_derive-e5ea9e6d4bb61ac0.so --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:32.4213905Z [00:03:22.120]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name curve25519_dalek --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=f835f125d7b57011 -C extra-filename=-6e65fd0eb907dc51 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern cpufeatures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern curve25519_dalek_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcurve25519_dalek_derive-cf3d57fefac516d7.so --extern digest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern subtle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
2025-08-20T22:34:32.4413812Z [00:03:22.141]➜     Compiling pest v2.7.15
2025-08-20T22:34:32.4422595Z [00:03:22.142]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=0951e98f36fd3ac2 -C extra-filename=-c84682b65b6f11ec --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror-95052fbf5ac28089.rmeta --extern ucd_trie=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta --cap-lints allow`
2025-08-20T22:34:32.9081621Z [00:03:22.608]➜     Compiling time v0.3.37
2025-08-20T22:34:32.9114333Z [00:03:22.609]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=2fc1969d5110d5c6 -C extra-filename=-0f83c0efa3d18cf2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-195fca63612370c1.rmeta --extern num_conv=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rmeta --extern powerfmt=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rmeta --extern time_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-27d14661bdfa58cf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:33.1988728Z [00:03:22.899]➜     Compiling rustls-native-certs v0.8.1
2025-08-20T22:34:33.1999072Z [00:03:22.899]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_native_certs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1741cb8fb5dfa684 -C extra-filename=-615034de367b59ea --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern openssl_probe=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta --extern pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:34.4696830Z [00:03:24.170]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T22:34:34.4727411Z [00:03:24.172]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=81b1f46f1eeaa57e -C extra-filename=-a33c3b82e8e4fa84 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-4584cfe84772fa05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:35.6515131Z [00:03:25.352]➜     Compiling futures v0.3.31
2025-08-20T22:34:35.6542481Z [00:03:25.352]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-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 --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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=3add7d853088e58d -C extra-filename=-d5b911a79544635f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_executor=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-0e4c3e5701b84739.rmeta --extern futures_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern futures_sink=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern futures_task=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:35.6835044Z [00:03:25.383]➜     Compiling rand v0.8.5
2025-08-20T22:34:35.6863583Z [00:03:25.385]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=e0e346b965841d53 -C extra-filename=-82d40731e614dacc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern rand_chacha=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-b13e8f788d8c19dc.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:35.7952488Z [00:03:25.495]➜     Compiling pkcs8 v0.10.2
2025-08-20T22:34:35.7997566Z [00:03:25.499]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pkcs8 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.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 --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=ad37a8f3ff24eeec -C extra-filename=-0dee15bebe5179fb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern der=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-7609a1ebb6113a8e.rmeta --extern spki=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-410c25fdcc43a737.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:36.1167528Z [00:03:25.815]➜       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 --cfg 'feature="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --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=9fbdb80fb8eaf0e5 -C extra-filename=-f3ef9adfb5348674 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-9e0651951a82845f.rmeta --extern regex_syntax=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-5bb19dda8996b7f9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:36.4949498Z [00:03:26.195]➜     Compiling matchers v0.1.0
2025-08-20T22:34:36.4961092Z [00:03:26.195]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name matchers --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e58943338cd0f5f -C extra-filename=-8c27b18df1bbab69 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-16ff4bd6d186bb41.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:36.7854263Z [00:03:26.484]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_quinn_udp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-quinn-udp-0.5.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 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "direct-log", "fast-apple-datapath", "log", "tracing"))' -C metadata=9de222b04ad0cde1 -C extra-filename=-246703969a126204 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern socket2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(apple)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_fast)' --check-cfg 'cfg(apple_slow)' --check-cfg 'cfg(wasm_browser)'`
2025-08-20T22:34:37.0241834Z [00:03:26.723]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name n0_future --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/n0-future-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 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(n0_future_docsrs)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e11fea9bd5ca2013 -C extra-filename=-38a167e4412b6b2e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-b485ceab5f5cb86e.rmeta --extern futures_buffered=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rmeta --extern futures_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(wasm_browser)'`
2025-08-20T22:34:37.2115765Z [00:03:26.911]➜     Compiling derive_more-impl v2.0.1
2025-08-20T22:34:37.2131600Z [00:03:26.912]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name derive_more_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.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 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' -C debug-assertions=off --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="into"' --cfg 'feature="is_variant"' --cfg 'feature="try_from"' --cfg 'feature="try_into"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=ac277233959b70ee -C extra-filename=-159a6270cd96f3e2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern convert_case=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern unicode_xid=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:37.8158545Z [00:03:27.515]➜       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 --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=f7c841b8b1dae195 -C extra-filename=-87a63e205864e107 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:38.2358100Z [00:03:27.936]➜     Compiling netlink-packet-utils v0.5.2
2025-08-20T22:34:38.2380171Z [00:03:27.937]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name netlink_packet_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netlink-packet-utils-0.5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a1eee0657689fa -C extra-filename=-4dad1fa539981f74 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta --extern byteorder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern paste=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-aa443dd6ff56234e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:38.3064810Z [00:03:28.004]➜     Compiling sharded-slab v0.1.7
2025-08-20T22:34:38.3135890Z [00:03:28.013]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=bb7263d45891d349 -C extra-filename=-3dfc8f17529fe24d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:38.4583602Z [00:03:28.158]➜     Compiling tokio-rustls v0.26.1
2025-08-20T22:34:38.4692056Z [00:03:28.168]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.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 --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=134383f024227e92 -C extra-filename=-061401fa34301cbb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:34:38.9289749Z [00:03:28.629]➜     Compiling http-body-util v0.1.2
2025-08-20T22:34:38.9313650Z [00:03:28.630]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http_body_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84d6e1601547a151 -C extra-filename=-c4e89396815a40fb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern http_body=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:38.9418022Z [00:03:28.642]➜     Compiling async-trait v0.1.86
2025-08-20T22:34:38.9445131Z [00:03:28.644]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.86/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=975d31b7d9e0da80 -C extra-filename=-1c946d3595fe2c6b --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:39.4824220Z [00:03:29.182]➜     Compiling inout v0.1.3
2025-08-20T22:34:39.4869950Z [00:03:29.186]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name inout --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=8ab8768b7d2242d1 -C extra-filename=-c9ffd80e55d6ef2d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:39.5461322Z [00:03:29.246]➜     Compiling tracing-log v0.2.0
2025-08-20T22:34:39.5479854Z [00:03:29.247]➜       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 --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=93d2a6c64440acb3 -C extra-filename=-d7a40ad81367aed6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern tracing_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-21c40e317ac65b99.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:39.7936149Z [00:03:29.494]➜     Compiling thread_local v1.1.8
2025-08-20T22:34:39.7950313Z [00:03:29.494]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2d1733767cc44631 -C extra-filename=-7e1ced85b0c386f0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:39.9085011Z [00:03:29.608]➜     Compiling proc-macro-error-attr v0.4.12
2025-08-20T22:34:39.9100096Z [00:03:29.609]➜       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/proc-macro-error-attr-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8c2408de1255a06 -C extra-filename=-fa11817ba9c928e0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T22:34:40.1335687Z [00:03:29.834]➜     Compiling signature v2.2.0
2025-08-20T22:34:40.1352308Z [00:03:29.835]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signature --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=c7cbb238436205b7 -C extra-filename=-fa06786479989eb5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:40.3036696Z [00:03:30.004]➜     Compiling tower-layer v0.3.3
2025-08-20T22:34:40.3060205Z [00:03:30.005]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower_layer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc4c4c236aeb1e27 -C extra-filename=-5b76469351e43aca --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:40.3253428Z [00:03:30.025]➜     Compiling litrs v0.4.1
2025-08-20T22:34:40.3262383Z [00:03:30.026]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name litrs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=d6796bf3938d0a03 -C extra-filename=-6cc7a3a6964c1385 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:40.5546793Z [00:03:30.254]➜       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.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="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=b0c7e37a94dc165b -C extra-filename=-4f22faca5dda740e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:40.7599472Z [00:03:30.460]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0/build-script-build`
2025-08-20T22:34:40.8015228Z [00:03:30.501]➜     Compiling ed25519 v2.2.3
2025-08-20T22:34:40.8025412Z [00:03:30.502]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ed25519 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.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 --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=29b66c4732b5395f -C extra-filename=-4835ffdc9f7e2f94 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pkcs8=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-0dee15bebe5179fb.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern signature=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignature-fa06786479989eb5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:40.9724308Z [00:03:30.672]➜     Compiling pest_meta v2.7.15
2025-08-20T22:34:40.9736677Z [00:03:30.673]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pest_meta --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=2cb8ccd9fcd39559 -C extra-filename=-5c453a7b06c072ef --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rmeta --extern pest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest-c84682b65b6f11ec.rmeta --cap-lints allow`
2025-08-20T22:34:41.3314257Z [00:03:31.031]➜     Compiling document-features v0.2.11
2025-08-20T22:34:41.3325640Z [00:03:31.032]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name document_features --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/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", "self-test"))' -C metadata=8941ab90cc04b8de -C extra-filename=-d142194e6a381e9c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern litrs=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:41.3962086Z [00:03:31.096]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T22:34:41.3987471Z [00:03:31.097]➜       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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --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=bd59af7929a05b9f -C extra-filename=-9c1c055b506748de --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern matchers=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rmeta --extern nu_ansi_term=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern regex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-f3ef9adfb5348674.rmeta --extern sharded_slab=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern thread_local=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-7e1ced85b0c386f0.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --extern tracing_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-21c40e317ac65b99.rmeta --extern tracing_log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-d7a40ad81367aed6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:41.7916437Z [00:03:31.492]➜     Compiling cipher v0.4.4
2025-08-20T22:34:41.7928243Z [00:03:31.492]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cipher --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.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 --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=c353684c9584e4c4 -C extra-filename=-4b47afaaa340347f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern crypto_common=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rmeta --extern inout=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-c9ffd80e55d6ef2d.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:42.2971570Z [00:03:31.997]➜     Compiling netlink-packet-core v0.7.0
2025-08-20T22:34:42.2984887Z [00:03:31.998]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name netlink_packet_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netlink-packet-core-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f00d59fe59978117 -C extra-filename=-a00007b4914d154c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta --extern byteorder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern netlink_packet_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-4dad1fa539981f74.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:42.6788047Z [00:03:32.379]➜     Compiling rustls-platform-verifier v0.5.3
2025-08-20T22:34:42.6829504Z [00:03:32.380]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni"))' -C metadata=f4e4deb07e620a2c -C extra-filename=-9c2b479135ff1e63 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rlib --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rlib --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rlib --extern rustls_native_certs=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib --extern webpki=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:34:42.7089870Z [00:03:32.409]➜     Compiling nested_enum_utils v0.2.2
2025-08-20T22:34:42.7098617Z [00:03:32.409]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nested_enum_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested_enum_utils-0.2.2/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=a6b87b4eb03eb735 -C extra-filename=-935ab7884e92a322 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro_crate=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_crate-dc14df6316f34ce3.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:43.9616160Z [00:03:33.662]➜     Compiling precis-core v0.1.11
2025-08-20T22:34:43.9629594Z [00:03:33.662]➜       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/precis-core-0.1.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("networking"))' -C metadata=cb3c5ca5ce6a6d11 -C extra-filename=-a20cfa67f7a455ef --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern precis_tools=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libprecis_tools-199c4aeb63169c5c.rlib --extern ucd_parse=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rlib --cap-lints allow`
2025-08-20T22:34:44.1047943Z [00:03:33.805]➜     Compiling sha2 v0.10.8
2025-08-20T22:34:44.1065467Z [00:03:33.805]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=30bd5f15b2fd82c6 -C extra-filename=-2c5aa8d01b9071d4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern cpufeatures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern digest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:45.2547653Z [00:03:34.955]➜     Compiling webpki-roots v0.26.8
2025-08-20T22:34:45.2562220Z [00:03:34.955]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name webpki_roots --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-0.26.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e7451e43ba005c0 -C extra-filename=-a89719c6abfb2fb5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:45.3691259Z [00:03:35.069]➜     Compiling syn-mid v0.5.4
2025-08-20T22:34:45.3705148Z [00:03:35.070]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn_mid --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-mid-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls"))' -C metadata=b0e7d1544aa9f2a1 -C extra-filename=-790a5138136bcb24 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rmeta --cap-lints allow`
2025-08-20T22:34:45.4769374Z [00:03:35.177]➜     Compiling pin-project-internal v1.1.9
2025-08-20T22:34:45.4808614Z [00:03:35.179]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project_internal --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --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' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efa6976b67b8fb29 -C extra-filename=-a8520cd064d079fa --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:45.7913425Z [00:03:35.491]➜     Compiling blake3 v1.8.2
2025-08-20T22:34:45.7929263Z [00:03:35.492]➜       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/blake3-1.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=4ccdd0bc22f739a8 -C extra-filename=-6599099c63449566 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcc-e4b8839e9e89896f.rlib --cap-lints allow`
2025-08-20T22:34:46.0176128Z [00:03:35.718]➜     Compiling iroh-quinn v0.14.0
2025-08-20T22:34:46.0189330Z [00:03:35.718]➜       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/iroh-quinn-0.14.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="log"' --cfg 'feature="platform-verifier"' --cfg 'feature="ring"' --cfg 'feature="runtime-tokio"' --cfg 'feature="rustls-ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-executor", "async-fs", "async-global-executor", "async-io", "async-std", "aws-lc-rs", "aws-lc-rs-fips", "default", "futures-io", "lock_tracking", "log", "platform-verifier", "ring", "runtime-async-std", "runtime-smol", "runtime-tokio", "rustls", "rustls-aws-lc-rs", "rustls-aws-lc-rs-fips", "rustls-log", "rustls-ring", "smol"))' -C metadata=651391c194f92de0 -C extra-filename=-e96d69173af72e21 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:34:46.2352523Z [00:03:35.935]➜     Compiling derive_more v2.0.1
2025-08-20T22:34:46.2370772Z [00:03:35.936]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name derive_more --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-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 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="into"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --cfg 'feature="try_from"' --cfg 'feature="try_into"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=92a9f50f9596194c -C extra-filename=-9175046832640a3c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern derive_more_impl=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libderive_more_impl-159a6270cd96f3e2.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-20T22:34:46.4995212Z [00:03:36.200]➜     Compiling sync_wrapper v1.0.2
2025-08-20T22:34:46.5010774Z [00:03:36.200]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sync_wrapper --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-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 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=83c341f5b992b1a8 -C extra-filename=-984b25a86b45f3d1 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:46.5357492Z [00:03:36.236]➜     Compiling proc-macro-error v0.4.12
2025-08-20T22:34:46.5366643Z [00:03:36.236]➜       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/proc-macro-error-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ff1e7cc6e57d941 -C extra-filename=-5847e83b8b0abbb3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T22:34:46.5561734Z [00:03:36.256]➜     Compiling termcolor v1.4.1
2025-08-20T22:34:46.5572568Z [00:03:36.257]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name termcolor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f2064cd980030b2 -C extra-filename=-b6a3425f1543ca56 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:46.6280555Z [00:03:36.328]➜     Compiling no-std-net v0.6.0
2025-08-20T22:34:46.6296661Z [00:03:36.329]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name no_std_net --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/no-std-net-0.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("i128", "serde", "std", "unstable_ip"))' -C metadata=376ad20edf66639a -C extra-filename=-f3d13906880b7d20 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:46.7313741Z [00:03:36.431]➜     Compiling moka v0.12.10
2025-08-20T22:34:46.7323856Z [00:03:36.432]➜       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/moka-0.12.10/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(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=b1270765fbe3e46b -C extra-filename=-be5419609833fd8a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:46.8735211Z [00:03:36.574]➜     Compiling btparse v0.2.0
2025-08-20T22:34:46.8746178Z [00:03:36.574]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name btparse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/btparse-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eeb16340a1f746c7 -C extra-filename=-d025620c53cf48ce --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:47.0431712Z [00:03:36.743]➜     Compiling rustc-hash v2.1.1
2025-08-20T22:34:47.0443482Z [00:03:36.744]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustc_hash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=76337a6fbcaec380 -C extra-filename=-d021aafb2ce11509 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:47.1975776Z [00:03:36.898]➜     Compiling data-encoding v2.8.0
2025-08-20T22:34:47.1992100Z [00:03:36.898]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name data_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=15e46be338f206a4 -C extra-filename=-1711e7ec1440695b --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:47.5834473Z [00:03:37.284]➜     Compiling proc-macro-hack v0.5.20+deprecated
2025-08-20T22:34:47.5842765Z [00:03:37.284]➜       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/proc-macro-hack-0.5.20+deprecated/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=9cc50c6b325e9a71 -C extra-filename=-97298a945240a6a6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:47.7639613Z [00:03:37.464]➜     Compiling ryu v1.0.19
2025-08-20T22:34:47.7650689Z [00:03:37.465]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=dc0d458a18a811be -C extra-filename=-5feba56202d4b086 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:48.0968023Z [00:03:37.797]➜     Compiling match_cfg v0.1.0
2025-08-20T22:34:48.0979938Z [00:03:37.797]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name match_cfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=20468df40d29c455 -C extra-filename=-30739fc7c1190930 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:48.1568940Z [00:03:37.857]➜     Compiling hostname v0.3.1
2025-08-20T22:34:48.1582682Z [00:03:37.857]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hostname --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a557d9bac9a1f495 -C extra-filename=-dcdd153cb247d4d3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern match_cfg=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-30739fc7c1190930.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:48.3450528Z [00:03:38.045]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6/build-script-build`
2025-08-20T22:34:48.3984542Z [00:03:38.099]➜     Compiling serde_urlencoded v0.7.1
2025-08-20T22:34:48.4022332Z [00:03:38.101]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3381491bad0a6b3 -C extra-filename=-6e0e0e11d528ed6f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta --extern itoa=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rmeta --extern ryu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5feba56202d4b086.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:48.4035104Z [00:03:38.104]➜     Compiling iroh-quinn-proto v0.13.0
2025-08-20T22:34:48.4056031Z [00:03:38.104]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_quinn_proto --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-quinn-proto-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="platform-verifier"' --cfg 'feature="ring"' --cfg 'feature="rustls-ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "aws-lc-rs", "aws-lc-rs-fips", "default", "log", "platform-verifier", "ring", "rustls", "rustls-aws-lc-rs", "rustls-aws-lc-rs-fips", "rustls-log", "rustls-ring"))' -C metadata=17e11d3420ac7844 -C extra-filename=-3ac673560fd20a54 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rmeta --extern ring=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rmeta --extern rustc_hash=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rmeta --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta --extern rustls_platform_verifier=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-9c2b479135ff1e63.rlib --extern slab=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --extern tinyvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-220a9b3fb31a8139.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:34:48.5027001Z [00:03:38.203]➜     Compiling pin-project v1.1.9
2025-08-20T22:34:48.5096173Z [00:03:38.208]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-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 '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --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=4cd8a68e13d37d5f -C extra-filename=-efd614a4f6963b07 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pin_project_internal=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpin_project_internal-a8520cd064d079fa.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-20T22:34:48.6595555Z [00:03:38.360]➜     Compiling color-backtrace v0.7.0
2025-08-20T22:34:48.6615343Z [00:03:38.361]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name color_backtrace --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-backtrace-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use-backtrace-crate"' --cfg 'feature="use-btparse-crate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "resolve-modules", "use-backtrace-crate", "use-btparse-crate"))' -C metadata=9a6ea66eedbc52f1 -C extra-filename=-7b826e7c226fe511 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-02dc1a1dbb330fda.rmeta --extern btparse=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rmeta --extern termcolor=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-b6a3425f1543ca56.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:49.1512823Z [00:03:38.851]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a/build-script-build`
2025-08-20T22:34:49.1851014Z [00:03:38.885]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3/build-script-build`
2025-08-20T22:34:49.3728049Z [00:03:39.073]➜     Compiling pnet_base v0.34.0
2025-08-20T22:34:49.3814262Z [00:03:39.081]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_base --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_base-0.34.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bd406845ce841c86 -C extra-filename=-f84a6dee7ac5f8e2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern no_std_net=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-f3d13906880b7d20.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:49.7460105Z [00:03:39.446]➜     Compiling tower v0.5.2
2025-08-20T22:34:49.7480581Z [00:03:39.447]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.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 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=634738663ebb20cc -C extra-filename=-0ac02fd02d76e533 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern sync_wrapper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tower_layer=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta --extern tower_service=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:50.9219764Z [00:03:40.622]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build-script-build`
2025-08-20T22:34:50.9460694Z [00:03:40.646]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566/build-script-build`
2025-08-20T22:34:51.2737464Z [00:03:40.973]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-0.4.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=26d2a090553d6c78 -C extra-filename=-3b592c2c667604a5 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rlib --extern syn_mid=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn_mid-790a5138136bcb24.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:51.4705271Z [00:03:41.171]➜     Compiling hyper-rustls v0.27.5
2025-08-20T22:34:51.4727612Z [00:03:41.171]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hyper_rustls --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.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 --cfg 'feature="http1"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=9dacaae2affc1d57 -C extra-filename=-9ca3a8267defbcd9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern hyper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rmeta --extern hyper_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rmeta --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta --extern pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rmeta --extern tower_service=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern webpki_roots=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:34:51.8127271Z [00:03:41.513]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef/build-script-build`
2025-08-20T22:34:52.1865107Z [00:03:41.887]➜     Compiling tracing-error v0.2.1
2025-08-20T22:34:52.1878354Z [00:03:41.887]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-error-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="traced-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "traced-error"))' -C metadata=7c34f96dc830376b -C extra-filename=-e99dc38f194b9fc4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --extern tracing_subscriber=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-9c1c055b506748de.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:52.3109609Z [00:03:42.011]➜     Compiling ed25519-dalek v2.1.1
2025-08-20T22:34:52.3139770Z [00:03:42.012]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ed25519_dalek --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=b4afa2db3108ba7f -C extra-filename=-a5d6a06fca61904c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern curve25519_dalek=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-6e65fd0eb907dc51.rmeta --extern ed25519=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-4835ffdc9f7e2f94.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern sha2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-2c5aa8d01b9071d4.rmeta --extern subtle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:52.4286915Z [00:03:42.129]➜     Compiling pest_generator v2.7.15
2025-08-20T22:34:52.4301228Z [00:03:42.129]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pest_generator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e45398f1f9ba43d8 -C extra-filename=-989231293054678f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest-c84682b65b6f11ec.rmeta --extern pest_meta=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_meta-5c453a7b06c072ef.rmeta --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rmeta --cap-lints allow`
2025-08-20T22:34:52.6689176Z [00:03:42.369]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T22:34:52.6700624Z [00:03:42.369]➜       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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=16b9af4ac3f30278 -C extra-filename=-5f6bba963fa74670 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:53.3412462Z [00:03:43.041]➜     Compiling crossbeam-channel v0.5.14
2025-08-20T22:34:53.3432745Z [00:03:43.042]➜       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.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 --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=7e128aa9c77cfc0c -C extra-filename=-7e81c8c9a0158c30 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:53.8636468Z [00:03:43.563]➜     Compiling netlink-sys v0.8.7
2025-08-20T22:34:53.8655288Z [00:03:43.564]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name netlink_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netlink-sys-0.8.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 --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="tokio"' --cfg 'feature="tokio_socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "futures", "mio", "mio_socket", "smol_socket", "tokio", "tokio_socket"))' -C metadata=f0af0e91a5af614e -C extra-filename=-dfad14b44929d6ab --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d5b911a79544635f.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:54.4640974Z [00:03:44.164]➜     Compiling num_enum_derive v0.7.3
2025-08-20T22:34:54.4651565Z [00:03:44.164]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_enum_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=dda631f2ebe0b190 -C extra-filename=-ed44ae8a0bdb7bc0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro_crate=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_crate-dc14df6316f34ce3.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:54.6878198Z [00:03:44.388]➜     Compiling precis-profiles v0.1.12
2025-08-20T22:34:54.6887560Z [00:03:44.388]➜       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/precis-profiles-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("networking"))' -C metadata=ba0f0040caac0ea5 -C extra-filename=-9044c0cd8a82cc16 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern precis_tools=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libprecis_tools-199c4aeb63169c5c.rlib --cap-lints allow`
2025-08-20T22:34:54.8625586Z [00:03:44.562]➜     Compiling unicode-normalization v0.1.24
2025-08-20T22:34:54.8655671Z [00:03:44.563]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b468355f62a35fd6 -C extra-filename=-164e9d78dbc707b8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern tinyvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-220a9b3fb31a8139.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:55.5869293Z [00:03:45.287]➜     Compiling sha1 v0.10.6
2025-08-20T22:34:55.5886492Z [00:03:45.288]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=9167e765abc9c650 -C extra-filename=-5a251e1d21410db3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern cpufeatures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern digest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:56.1615620Z [00:03:45.861]➜     Compiling uuid v1.13.1
2025-08-20T22:34:56.1625173Z [00:03:45.862]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name uuid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.13.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 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=6cebbc18e501bd10 -C extra-filename=-961b43c3b259ba65 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-34413e2646a1dbf2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:56.3923612Z [00:03:46.092]➜     Compiling http v0.2.12
2025-08-20T22:34:56.3937181Z [00:03:46.093]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aea089408cc98f9 -C extra-filename=-2ef3c590fd8c8ef9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern fnv=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta --extern itoa=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:57.1985299Z [00:03:46.899]➜     Compiling rustls-pemfile v2.2.0
2025-08-20T22:34:57.2004919Z [00:03:46.900]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustls_pemfile --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cb4be3da7a0c6595 -C extra-filename=-99e41f7c07f33fa8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:57.2076443Z [00:03:46.908]➜     Compiling iroh-metrics-derive v0.2.0
2025-08-20T22:34:57.2090524Z [00:03:46.908]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_metrics_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-metrics-derive-0.2.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=9ac4433154ffc5b8 -C extra-filename=-cccd399ff6b97cb0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:57.6886915Z [00:03:47.389]➜     Compiling enum-as-inner v0.6.1
2025-08-20T22:34:57.6916883Z [00:03:47.391]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name enum_as_inner --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.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=30fde5f23b74a9f6 -C extra-filename=-d4fc841b08adddf6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:57.9125830Z [00:03:47.613]➜     Compiling universal-hash v0.5.1
2025-08-20T22:34:57.9145752Z [00:03:47.614]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name universal_hash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=294ebabb15f5db7f -C extra-filename=-0dc518d7123dbdce --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern crypto_common=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rmeta --extern subtle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:58.1838294Z [00:03:47.884]➜     Compiling netwatch v0.8.0
2025-08-20T22:34:58.1864234Z [00:03:47.886]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netwatch-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 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffec8049852196c6 -C extra-filename=-c9fa196059b28a3e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:34:58.3688118Z [00:03:48.069]➜     Compiling pkarr v3.7.1
2025-08-20T22:34:58.3699872Z [00:03:48.070]➜       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/pkarr-3.7.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="__client"' --cfg 'feature="keys"' --cfg 'feature="relays"' --cfg 'feature="signed_packet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__client", "default", "dht", "endpoints", "extra", "full", "full-client", "keys", "lmdb-cache", "relays", "reqwest-builder", "reqwest-resolve", "signed_packet", "tls"))' -C metadata=2d185e745b074803 -C extra-filename=-188e99e9d1a94b2c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:34:58.6536351Z [00:03:48.354]➜     Compiling mime v0.3.17
2025-08-20T22:34:58.6548300Z [00:03:48.354]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mime --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62b752d323842068 -C extra-filename=-2d2fc735404d4795 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:58.8448331Z [00:03:48.545]➜     Compiling quick-error v1.2.3
2025-08-20T22:34:58.8460297Z [00:03:48.545]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quick_error --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af121ecce6c5fdab -C extra-filename=-0e7041586d946b3b --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:58.9786174Z [00:03:48.679]➜     Compiling constant_time_eq v0.3.1
2025-08-20T22:34:58.9818526Z [00:03:48.681]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name constant_time_eq --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=b93567ce9b288445 -C extra-filename=-2ec4f1b637d7d3f4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.0428872Z [00:03:48.743]➜     Compiling self_cell v1.1.0
2025-08-20T22:34:59.0494398Z [00:03:48.749]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name self_cell --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/self_cell-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("old_rust", "rustversion"))' -C metadata=94ff91de7101fc0a -C extra-filename=-ae949fbb5ca914c1 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.1081410Z [00:03:48.808]➜     Compiling rustix v1.0.7
2025-08-20T22:34:59.1097064Z [00:03:48.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/rustix-1.0.7/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="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "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=f882b8a932d8de2e -C extra-filename=-b738cbb10aa41592 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:59.2336360Z [00:03:48.934]➜     Compiling arrayvec v0.7.6
2025-08-20T22:34:59.2355788Z [00:03:48.935]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=72337f3cf963acb3 -C extra-filename=-7df83deca44c37c6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.6470453Z [00:03:49.347]➜     Compiling tagptr v0.2.0
2025-08-20T22:34:59.6480640Z [00:03:49.348]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tagptr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eccc6e638bcf416c -C extra-filename=-e721e14d2177eca0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.6576139Z [00:03:49.354]➜     Compiling opaque-debug v0.3.1
2025-08-20T22:34:59.6587877Z [00:03:49.358]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name opaque_debug --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a735a4004c8b00b2 -C extra-filename=-01a07c3302ed6721 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.7395754Z [00:03:49.440]➜     Compiling xml-rs v0.8.25
2025-08-20T22:34:59.7406105Z [00:03:49.440]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xml-rs-0.8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0faad508660efa1 -C extra-filename=-3d07fd4a0d30cfed --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.7484142Z [00:03:49.448]➜     Compiling arrayref v0.3.9
2025-08-20T22:34:59.7544291Z [00:03:49.454]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name arrayref --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fec8db67e4febda -C extra-filename=-3908e0d6c1e1c1ed --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.8812034Z [00:03:49.580]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ucd_trie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=edc0d8c5c6a07084 -C extra-filename=-bfbb176905c37939 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:34:59.9209792Z [00:03:49.621]➜     Compiling base32 v0.5.1
2025-08-20T22:34:59.9222059Z [00:03:49.622]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name base32 --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base32-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b276885584124b09 -C extra-filename=-70dbff10eaac799d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:00.3201549Z [00:03:50.020]➜     Compiling ref-cast v1.0.24
2025-08-20T22:35:00.3210594Z [00:03:50.021]➜       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/ref-cast-1.0.24/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=9b2f719b32fd2df5 -C extra-filename=-a55597fa715fd2f3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:35:00.5664818Z [00:03:50.265]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=54ff6030ad1af5a4 -C extra-filename=-5fae158572bcfda4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-44e481325badd09e.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --extern ucd_trie=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-bfbb176905c37939.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:00.7998214Z [00:03:50.500]➜     Compiling ntimestamp v1.0.0
2025-08-20T22:35:00.8015519Z [00:03:50.500]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ntimestamp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ntimestamp-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="base32"' --cfg 'feature="full"' --cfg 'feature="httpdate"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base32", "full", "httpdate", "serde"))' -C metadata=ea4a2cb2c779bcae -C extra-filename=-db4510250c8d6935 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base32=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rmeta --extern document_features=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so --extern getrandom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rmeta --extern httpdate=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:00.8681517Z [00:03:50.568]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3/build-script-build`
2025-08-20T22:35:00.9237098Z [00:03:50.620]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name moka --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=9395fed7555147da -C extra-filename=-e662617027a3bd39 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-7e81c8c9a0158c30.rmeta --extern crossbeam_epoch=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rmeta --extern crossbeam_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta --extern parking_lot=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rmeta --extern portable_atomic=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-169b62cf7a91e631.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern tagptr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-aa443dd6ff56234e.rmeta --extern uuid=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-961b43c3b259ba65.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:01.1687869Z [00:03:50.867]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name blake3 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=cfddbe8086cd1270 -C extra-filename=-b5601fd118571d85 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern arrayref=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rmeta --extern arrayvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-7df83deca44c37c6.rmeta --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern constant_time_eq=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconstant_time_eq-2ec4f1b637d7d3f4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
2025-08-20T22:35:03.0849708Z [00:03:52.785]➜     Compiling xmltree v0.10.3
2025-08-20T22:35:03.0862331Z [00:03:52.785]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name xmltree --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xmltree-0.10.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attribute-order", "default", "indexmap"))' -C metadata=3e6885a2f874ae05 -C extra-filename=-4c185e95e84dcfde --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern xml=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-3d07fd4a0d30cfed.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:03.3541024Z [00:03:53.054]➜     Compiling poly1305 v0.8.0
2025-08-20T22:35:03.3553119Z [00:03:53.054]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name poly1305 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8d283bc33002b4fa -C extra-filename=-6411853a298388cd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cpufeatures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --extern opaque_debug=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rmeta --extern universal_hash=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-0dc518d7123dbdce.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:03.6501080Z [00:03:53.350]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592/build-script-build`
2025-08-20T22:35:03.7671661Z [00:03:53.467]➜     Compiling reqwest v0.12.15
2025-08-20T22:35:03.7785400Z [00:03:53.473]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name reqwest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=e6dba75e61e81544 -C extra-filename=-d26bafa81276286e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern http_body=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rmeta --extern http_body_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-c4e89396815a40fb.rmeta --extern hyper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rmeta --extern hyper_rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-9ca3a8267defbcd9.rmeta --extern hyper_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rmeta --extern ipnet=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-6fb70a26b5f2c637.rmeta --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern mime=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-2d2fc735404d4795.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern percent_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta --extern rustls_pemfile=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-99e41f7c07f33fa8.rmeta --extern rustls_pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern serde_urlencoded=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-6e0e0e11d528ed6f.rmeta --extern sync_wrapper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --extern tower=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-0ac02fd02d76e533.rmeta --extern tower_service=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta --extern webpki_roots=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:35:04.6553081Z [00:03:54.355]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c/build-script-build`
2025-08-20T22:35:04.6783720Z [00:03:54.378]➜     Compiling resolv-conf v0.7.0
2025-08-20T22:35:04.6801952Z [00:03:54.379]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name resolv_conf --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=e6a1d3031b8596cb -C extra-filename=-3619310e98f76657 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern hostname=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-dcdd153cb247d4d3.rmeta --extern quick_error=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-0e7041586d946b3b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:04.8142202Z [00:03:54.514]➜     Compiling hickory-proto v0.25.2
2025-08-20T22:35:04.8174210Z [00:03:54.515]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hickory_proto --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.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 --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="futures-io"' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=ab3ffce896ec5d7c -C extra-filename=-8abd3b0e14b1861d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libasync_trait-1c946d3595fe2c6b.so --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern data_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rmeta --extern enum_as_inner=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libenum_as_inner-d4fc841b08adddf6.so --extern futures_channel=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta --extern futures_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern idna=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-e843627e76350ff4.rmeta --extern ipnet=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-6fb70a26b5f2c637.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --extern tinyvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-220a9b3fb31a8139.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:05.5962301Z [00:03:55.296]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build-script-build`
2025-08-20T22:35:05.6196886Z [00:03:55.320]➜     Compiling attohttpc v0.24.1
2025-08-20T22:35:05.6216601Z [00:03:55.320]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name attohttpc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/attohttpc-0.24.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "base64", "basic-auth", "charsets", "compress", "compress-zlib", "compress-zlib-ng", "default", "encoding_rs", "encoding_rs_io", "flate2", "form", "json", "mime", "multipart", "multipart-form", "native-tls", "rustls", "rustls-native-certs", "rustls-opt-dep", "serde", "serde_json", "serde_urlencoded", "tls", "tls-native", "tls-native-vendored", "tls-rustls", "tls-rustls-native-roots", "tls-rustls-webpki-roots", "tls-vendored", "webpki", "webpki-roots"))' -C metadata=d64ea521e2d1a2f5 -C extra-filename=-75f1fcc553383d9f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2ef3c590fd8c8ef9.rmeta --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:06.0848072Z [00:03:55.785]➜     Compiling iroh-metrics v0.35.0
2025-08-20T22:35:06.0871269Z [00:03:55.786]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_metrics --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-metrics-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 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --cfg 'feature="default"' --cfg 'feature="metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics", "service", "static_core"))' -C metadata=2721af64bcc7a87f -C extra-filename=-51bec0dae55e4fbc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern iroh_metrics_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libiroh_metrics_derive-cccd399ff6b97cb0.so --extern itoa=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rmeta --extern postcard=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:09.1805548Z [00:03:58.880]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name precis_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precis-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("networking"))' -C metadata=f943572b0efd61ec -C extra-filename=-5bb53690db0d1c51 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern unicode_normalization=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-164e9d78dbc707b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:10.8216121Z [00:04:00.522]➜     Compiling num_enum v0.7.3
2025-08-20T22:35:10.8287823Z [00:04:00.528]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_enum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=18f02d3deb0256e1 -C extra-filename=-d670d9bed71d8e35 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern num_enum_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnum_enum_derive-ed44ae8a0bdb7bc0.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-20T22:35:11.0260045Z [00:04:00.724]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_quinn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-quinn-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 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="platform-verifier"' --cfg 'feature="ring"' --cfg 'feature="runtime-tokio"' --cfg 'feature="rustls-ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-executor", "async-fs", "async-global-executor", "async-io", "async-std", "aws-lc-rs", "aws-lc-rs-fips", "default", "futures-io", "lock_tracking", "log", "platform-verifier", "ring", "runtime-async-std", "runtime-smol", "runtime-tokio", "rustls", "rustls-aws-lc-rs", "rustls-aws-lc-rs-fips", "rustls-log", "rustls-ring", "smol"))' -C metadata=77b66dabe01dda64 -C extra-filename=-025bb50a79287293 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern proto=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-3ac673560fd20a54.rmeta --extern udp=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-246703969a126204.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern rustc_hash=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rmeta --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta --extern socket2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T22:35:11.2982880Z [00:04:00.998]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16/build-script-build`
2025-08-20T22:35:13.3267451Z [00:04:03.027]➜     Compiling pest_derive v2.7.15
2025-08-20T22:35:13.3280786Z [00:04:03.028]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pest_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1fea1bc7041578df -C extra-filename=-ad7db9910f722487 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest-c84682b65b6f11ec.rlib --extern pest_generator=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_generator-989231293054678f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:35:14.3687298Z [00:04:04.069]➜     Compiling netlink-proto v0.11.5
2025-08-20T22:35:14.3707855Z [00:04:04.070]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name netlink_proto --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netlink-proto-0.11.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 --cfg 'feature="default"' --cfg 'feature="tokio_socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smol_socket", "tokio_socket"))' -C metadata=eba3349c820b37c5 -C extra-filename=-192ed597567887e9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d5b911a79544635f.rmeta --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern netlink_packet_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-a00007b4914d154c.rmeta --extern netlink_sys=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-dfad14b44929d6ab.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:14.9012506Z [00:04:04.601]➜     Compiling n0-snafu v0.2.1
2025-08-20T22:35:14.9028167Z [00:04:04.602]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name n0_snafu --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/n0-snafu-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69f0a8ddb3713bb1 -C extra-filename=-09c652645556f369 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta --extern btparse=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rmeta --extern color_backtrace=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-7b826e7c226fe511.rmeta --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta --extern tracing_error=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-e99dc38f194b9fc4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:15.8216643Z [00:04:05.521]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-0.4.12/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=6702c5eb4679392e -C extra-filename=-0380a566f6e12a49 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro_error_attr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error_attr-3b592c2c667604a5.so --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rmeta --cap-lints allow --cfg use_fallback`
2025-08-20T22:35:16.3638622Z [00:04:06.064]➜     Compiling pnet_macros_support v0.34.0
2025-08-20T22:35:16.3651144Z [00:04:06.064]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_macros_support --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_macros_support-0.34.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3fe831fa0e3c6d1 -C extra-filename=-f0920d604078170c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:16.6537784Z [00:04:06.353]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_hack --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-hack-0.5.20+deprecated/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=cfdacc2cf2e44ac6 -C extra-filename=-21dd71a89c169bd7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T22:35:18.2380045Z [00:04:07.938]➜     Compiling netlink-packet-route v0.24.0
2025-08-20T22:35:18.2407367Z [00:04:07.939]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name netlink_packet_route --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netlink-packet-route-0.24.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rich_nlas"))' -C metadata=27e006e8ad2c92d9 -C extra-filename=-46600b8b850450ef --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta --extern bitflags=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rmeta --extern byteorder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern netlink_packet_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-a00007b4914d154c.rmeta --extern netlink_packet_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-4dad1fa539981f74.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:19.2758986Z [00:04:08.976]➜     Compiling chacha20 v0.9.1
2025-08-20T22:35:19.2781472Z [00:04:08.977]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chacha20 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=b2137ad169d861b7 -C extra-filename=-a87e488f4109a7eb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern cipher=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-4b47afaaa340347f.rmeta --extern cpufeatures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:19.7285380Z [00:04:09.428]➜     Compiling salsa20 v0.10.2
2025-08-20T22:35:19.7383638Z [00:04:09.438]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name salsa20 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.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 --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8432ee59945f9650 -C extra-filename=-36e6ab3d681550bd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cipher=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-4b47afaaa340347f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:19.9609550Z [00:04:09.661]➜     Compiling n0-watcher v0.3.0
2025-08-20T22:35:19.9648301Z [00:04:09.662]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name n0_watcher --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/n0-watcher-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 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(watcher_docsrs)' --check-cfg 'cfg(watcher_loom)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fd2883ea15246e6 -C extra-filename=-91aaace9f2809dc8 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-b485ceab5f5cb86e.rmeta --extern n0_future=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rmeta --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:20.3013786Z [00:04:10.002]➜     Compiling netdev v0.36.0
2025-08-20T22:35:20.3028968Z [00:04:10.002]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name netdev --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netdev-0.36.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 --cfg 'feature="default"' --cfg 'feature="gateway"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gateway", "serde"))' -C metadata=e3889ee4bfac559b -C extra-filename=-9b130764ef84fab1 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern ipnet=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-6fb70a26b5f2c637.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:21.8678881Z [00:04:11.568]➜     Compiling simple-dns v0.9.3
2025-08-20T22:35:21.8699404Z [00:04:11.569]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name simple_dns --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simple-dns-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=716d4b761ebf4933 -C extra-filename=-3d780639246d5a8f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:24.8326490Z [00:04:14.533]➜     Compiling pnet_macros v0.34.0
2025-08-20T22:35:24.8368512Z [00:04:14.536]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_macros-0.34.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "travis"))' -C metadata=6be4bcba4349806d -C extra-filename=-c465cc93e005fbd2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern regex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex-4ad8bee23e5571eb.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:35:24.8944735Z [00:04:14.595]➜     Compiling lru v0.13.0
2025-08-20T22:35:24.8962600Z [00:04:14.596]➜       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.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 --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=c9011e1550985d8a -C extra-filename=-3cd4f67ca25abf7d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-6a5909e4f0cccded.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:25.4099978Z [00:04:15.110]➜     Compiling hmac v0.12.1
2025-08-20T22:35:25.4116640Z [00:04:15.111]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hmac --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=2f3da386e9937f9a -C extra-filename=-a589344ddb87fbdc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern digest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:25.6757771Z [00:04:15.376]➜     Compiling async-compat v0.2.4
2025-08-20T22:35:25.6778899Z [00:04:15.377]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_compat --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compat-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edbf8306470942ed -C extra-filename=-0d54096f151017bb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:27.0889039Z [00:04:16.789]➜     Compiling aead v0.5.2
2025-08-20T22:35:27.0906447Z [00:04:16.790]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aead --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.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 --cfg 'feature="alloc"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=ebe06057ef1e1dd6 -C extra-filename=-79293cc8c220f35e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern crypto_common=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rmeta --extern generic_array=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:27.1972494Z [00:04:16.897]➜     Compiling enumflags2_derive v0.7.11
2025-08-20T22:35:27.1985119Z [00:04:16.898]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name enumflags2_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2_derive-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47511c680784e6ab -C extra-filename=-77001a605a413ec2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:35:27.3318416Z [00:04:17.032]➜     Compiling strum_macros v0.27.2
2025-08-20T22:35:27.3330532Z [00:04:17.032]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/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=f95112d18977ac49 -C extra-filename=-c4cb1adac374783f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:35:28.7986676Z [00:04:18.499]➜     Compiling ref-cast-impl v1.0.24
2025-08-20T22:35:28.7998663Z [00:04:18.499]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ref_cast_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.24/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=3be2288d4970bbbd -C extra-filename=-fc538036dde80ef9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:35:30.0564349Z [00:04:19.756]➜     Compiling iroh-relay v0.91.0
2025-08-20T22:35:30.0576390Z [00:04:19.757]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-relay-0.91.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=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' -C debug-assertions=off --cfg 'feature="metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics", "server", "test-utils"))' -C metadata=8522de12aaeec254 -C extra-filename=-6f50737f7e251a42 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:35:30.1376139Z [00:04:19.838]➜     Compiling socket2 v0.6.0
2025-08-20T22:35:30.1393958Z [00:04:19.839]➜       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.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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=01b59ceb566d238d -C extra-filename=-7a1ae249034bdbfe --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:30.4946277Z [00:04:20.195]➜     Compiling num-traits v0.2.19
2025-08-20T22:35:30.4961726Z [00:04:20.196]➜       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/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=18cff5031cf3248e -C extra-filename=-31b34c23b521ea90 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T22:35:30.9437096Z [00:04:20.644]➜     Compiling dyn-clone v1.0.19
2025-08-20T22:35:30.9449265Z [00:04:20.644]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dyn_clone --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=526caf8cc060004c -C extra-filename=-c5f12c344393b349 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:31.2093057Z [00:04:20.909]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T22:35:31.2111689Z [00:04:20.910]➜       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.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(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=67ac33a541050e49 -C extra-filename=-c647c5d8acd152ae --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:32.0875370Z [00:04:21.788]➜     Compiling utf8parse v0.2.2
2025-08-20T22:35:32.0894150Z [00:04:21.789]➜       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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:32.2388953Z [00:04:21.939]➜     Compiling sha1_smol v1.0.1
2025-08-20T22:35:32.2417427Z [00:04:21.941]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sha1_smol --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1_smol-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "serde", "std"))' -C metadata=26897f313bffb4b6 -C extra-filename=-a89d6c84df009796 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:32.4769547Z [00:04:22.177]➜     Compiling base16ct v0.2.0
2025-08-20T22:35:32.4787739Z [00:04:22.178]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name base16ct --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=1847c4909afc4d0e -C extra-filename=-511e79ad2aed6614 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:32.7256323Z [00:04:22.426]➜     Compiling crc-catalog v2.4.0
2025-08-20T22:35:32.7283584Z [00:04:22.428]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crc_catalog --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df9ee99bce03d51c -C extra-filename=-3cbe9c556684ad7f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:32.8319144Z [00:04:22.532]➜     Compiling simdutf8 v0.1.5
2025-08-20T22:35:32.8332810Z [00:04:22.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name simdutf8 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simdutf8-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 --cfg 'feature="aarch64_neon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_neon", "aarch64_neon_prefetch", "default", "hints", "public_imp", "std"))' -C metadata=c0442c5b006801d3 -C extra-filename=-cd8399cec3e84cea --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:32.8556931Z [00:04:22.556]➜     Compiling signal-hook v0.3.18
2025-08-20T22:35:32.8585741Z [00:04:22.556]➜       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.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:35:32.8854151Z [00:04:22.584]➜       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.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=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="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "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=199a26e113c08128 -C extra-filename=-37946dbdf5e3ba5e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rmeta --extern linux_raw_sys=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T22:35:33.1356355Z [00:04:22.835]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build`
2025-08-20T22:35:33.1458900Z [00:04:22.846]➜     Compiling tokio-websockets v0.12.0
2025-08-20T22:35:33.1500852Z [00:04:22.847]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_websockets --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-websockets-0.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 --cfg 'feature="client"' --cfg 'feature="getrandom"' --cfg 'feature="rand"' --cfg 'feature="ring"' --cfg 'feature="rustls-bring-your-own-connector"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "client", "fastrand", "getrandom", "native-tls", "nightly", "openssl", "rand", "ring", "rustls-bring-your-own-connector", "rustls-native-roots", "rustls-platform-verifier", "rustls-tls12", "rustls-webpki-roots", "server", "sha1_smol"))' -C metadata=7b463c7b4a7b130b -C extra-filename=-ad2b5921bc2bfd42 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern futures_sink=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta --extern getrandom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-34413e2646a1dbf2.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern httparse=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-08d82e1aa9feb824.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta --extern ring=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rmeta --extern rustls_pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern simdutf8=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:35:33.3187000Z [00:04:23.019]➜     Compiling strum v0.27.2
2025-08-20T22:35:33.3199177Z [00:04:23.019]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.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 --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=14d7e2d9e9670819 -C extra-filename=-28a318f4828a0528 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libstrum_macros-c4cb1adac374783f.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-20T22:35:33.4281764Z [00:04:23.128]➜     Compiling crc v3.2.1
2025-08-20T22:35:33.4294404Z [00:04:23.129]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c076a1e36972b112 -C extra-filename=-1db9d9056f431527 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern crc_catalog=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc_catalog-3cbe9c556684ad7f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:33.4965271Z [00:04:23.197]➜     Compiling serdect v0.2.0
2025-08-20T22:35:33.4989287Z [00:04:23.198]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serdect --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serdect-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "zeroize"))' -C metadata=972f4d99cd880db7 -C extra-filename=-49cca9424b92e7cd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base16ct=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:33.8241683Z [00:04:23.520]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pkarr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkarr-3.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 --cfg 'feature="__client"' --cfg 'feature="keys"' --cfg 'feature="relays"' --cfg 'feature="signed_packet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__client", "default", "dht", "endpoints", "extra", "full", "full-client", "keys", "lmdb-cache", "relays", "reqwest-builder", "reqwest-resolve", "signed_packet", "tls"))' -C metadata=a990c911bd60aa8e -C extra-filename=-9abc7147082cf264 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern async_compat=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-0d54096f151017bb.rmeta --extern base32=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern document_features=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so --extern dyn_clone=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rmeta --extern ed25519_dalek=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-a5d6a06fca61904c.rmeta --extern futures_buffered=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rmeta --extern futures_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern getrandom=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rmeta --extern lru=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-3cd4f67ca25abf7d.rmeta --extern ntimestamp=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-db4510250c8d6935.rmeta --extern reqwest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-d26bafa81276286e.rmeta --extern self_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae949fbb5ca914c1.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern sha1_smol=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rmeta --extern simple_dns=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-3d780639246d5a8f.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out --cfg relays --cfg client --check-cfg 'cfg(wasm_browser)' --check-cfg 'cfg(dht)' --check-cfg 'cfg(relays)' --check-cfg 'cfg(client)'`
2025-08-20T22:35:34.5538206Z [00:04:24.254]➜     Compiling anstyle-parse v0.2.6
2025-08-20T22:35:34.5562184Z [00:04:24.254]➜       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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=a26fefb9509ef7c6 -C extra-filename=-84b7b16131790355 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.VUs4abKkp4/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-20T22:35:34.9896792Z [00:04:24.688]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90/build-script-build`
2025-08-20T22:35:35.2831021Z [00:04:24.980]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name netwatch --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/netwatch-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 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65feba9e1faae646 -C extra-filename=-85638485e874916d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern quinn_udp=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-246703969a126204.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern n0_future=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rmeta --extern n0_watcher=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-91aaace9f2809dc8.rmeta --extern nested_enum_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so --extern netdev=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-9b130764ef84fab1.rmeta --extern netlink_packet_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-a00007b4914d154c.rmeta --extern netlink_packet_route=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-46600b8b850450ef.rmeta --extern netlink_proto=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-192ed597567887e9.rmeta --extern netlink_sys=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-dfad14b44929d6ab.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta --extern socket2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rmeta --extern time=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(wasm_browser)'`
2025-08-20T22:35:35.3796864Z [00:04:25.080]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42/build-script-build`
2025-08-20T22:35:35.4056395Z [00:04:25.105]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ref_cast --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.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())' -C metadata=b54882f89420fbd0 -C extra-filename=-9afb51e3d0ef227f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern ref_cast_impl=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libref_cast_impl-fc538036dde80ef9.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_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
2025-08-20T22:35:35.5529933Z [00:04:25.253]➜     Compiling enumflags2 v0.7.11
2025-08-20T22:35:35.5539935Z [00:04:25.253]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name enumflags2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=5acfbcdf0d8629bd -C extra-filename=-ac4fcfa9a206c539 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern enumflags2_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libenumflags2_derive-77001a605a413ec2.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-20T22:35:35.9307775Z [00:04:25.631]➜     Compiling crypto_secretbox v0.1.1
2025-08-20T22:35:35.9326412Z [00:04:25.631]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crypto_secretbox --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto_secretbox-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 --cfg 'feature="chacha20"' --cfg 'feature="salsa20"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha20", "default", "getrandom", "heapless", "rand_core", "salsa20", "std", "stream"))' -C metadata=1176be96a79a673d -C extra-filename=-95d8267dd030324e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-79293cc8c220f35e.rmeta --extern chacha20=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-a87e488f4109a7eb.rmeta --extern cipher=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-4b47afaaa340347f.rmeta --extern generic_array=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rmeta --extern poly1305=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-6411853a298388cd.rmeta --extern salsa20=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-36e6ab3d681550bd.rmeta --extern subtle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:36.3877590Z [00:04:26.088]➜     Compiling pnet_packet v0.34.0
2025-08-20T22:35:36.3891134Z [00:04:26.088]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pnet_packet --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pnet_packet-0.34.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d01259333847d1b2 -C extra-filename=-8c11894fb0e2f793 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pnet_base=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rmeta --extern pnet_macros=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpnet_macros-c465cc93e005fbd2.so --extern pnet_macros_support=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-f0920d604078170c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:40.7727675Z [00:04:30.473]➜     Compiling hmac-sha1 v0.2.2
2025-08-20T22:35:40.7748783Z [00:04:30.474]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hmac_sha1 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-sha1-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2401c67f0978cdc6 -C extra-filename=-b66eac053281ba0c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern hmac=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-a589344ddb87fbdc.rmeta --extern sha1=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-5a251e1d21410db3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:41.1091603Z [00:04:30.808]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name precis_profiles --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precis-profiles-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("networking"))' -C metadata=5e680b3626fdeb98 -C extra-filename=-0fff23f05dda4edc --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta --extern precis_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-5bb53690db0d1c51.rmeta --extern unicode_normalization=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-164e9d78dbc707b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:41.9749883Z [00:04:31.675]➜     Compiling genawaiter-proc-macro v0.99.1
2025-08-20T22:35:41.9769223Z [00:04:31.676]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name genawaiter_proc_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/genawaiter-proc-macro-0.99.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("strict"))' -C metadata=9c7958ee6eb4d900 -C extra-filename=-4f3688e83c2d59c7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro_error=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error-0380a566f6e12a49.rlib --extern proc_macro_hack=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_hack-21dd71a89c169bd7.so --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:35:43.8538275Z [00:04:33.554]➜     Compiling iroh-base v0.91.0
2025-08-20T22:35:43.8566514Z [00:04:33.555]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_base --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-base-0.91.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 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' --cfg 'feature="default"' --cfg 'feature="key"' --cfg 'feature="relay"' --cfg 'feature="ticket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "key", "relay", "ticket"))' -C metadata=403eaf99ee8218ee -C extra-filename=-6f05b1f24f5ece00 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern curve25519_dalek=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-6e65fd0eb907dc51.rmeta --extern data_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rmeta --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rmeta --extern ed25519_dalek=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-a5d6a06fca61904c.rmeta --extern n0_snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rmeta --extern nested_enum_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so --extern postcard=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rmeta --extern rand_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:44.0504104Z [00:04:33.750]➜     Compiling quoted-string-parser v0.1.0
2025-08-20T22:35:44.0517049Z [00:04:33.751]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quoted_string_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quoted-string-parser-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aef1bac3ccb109ca -C extra-filename=-4c8d8b7a71c0db68 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-5fae158572bcfda4.rmeta --extern pest_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_derive-ad7db9910f722487.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-20T22:35:46.7525692Z [00:04:36.453]➜     Compiling hickory-resolver v0.25.2
2025-08-20T22:35:46.7558597Z [00:04:36.454]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hickory_resolver --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.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 --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=1eccf81facbbbbdb -C extra-filename=-1cb57cfeaf04a471 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern hickory_proto=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-8abd3b0e14b1861d.rmeta --extern moka=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-e662617027a3bd39.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern parking_lot=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta --extern resolv_conf=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-3619310e98f76657.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:47.0727777Z [00:04:36.773]➜     Compiling igd-next v0.16.1
2025-08-20T22:35:47.0781069Z [00:04:36.776]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name igd_next --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/igd-next-0.16.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 --cfg 'feature="aio_tokio"' --cfg 'feature="async-trait"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="http"' --cfg 'feature="http-body-util"' --cfg 'feature="hyper"' --cfg 'feature="hyper-util"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aio_async_std", "aio_tokio", "async-std", "async-trait", "bytes", "default", "futures", "http", "http-body-util", "hyper", "hyper-util", "surf", "tokio"))' -C metadata=94f0fd6baacdd46b -C extra-filename=-bbf2447dbb16e3f9 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libasync_trait-1c946d3595fe2c6b.so --extern attohttpc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-75f1fcc553383d9f.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d5b911a79544635f.rmeta --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta --extern http_body_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-c4e89396815a40fb.rmeta --extern hyper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rmeta --extern hyper_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rmeta --extern log=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta --extern xmltree=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-4c185e95e84dcfde.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:47.1162119Z [00:04:36.816]➜     Compiling yasna v0.5.2
2025-08-20T22:35:47.1193449Z [00:04:36.817]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name yasna --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=91e87c1f8045ec6a -C extra-filename=-f14ff98ac3d0f1ac --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern time=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:47.4458043Z [00:04:37.146]➜     Compiling pem v3.0.4
2025-08-20T22:35:47.4470473Z [00:04:37.146]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pem --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a594f606208873ff -C extra-filename=-97b10dbf55b4dda2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:48.5460057Z [00:04:38.246]➜     Compiling inplace-vec-builder v0.1.1
2025-08-20T22:35:48.5473943Z [00:04:38.247]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name inplace_vec_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inplace-vec-builder-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 --cfg 'feature="smallvec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smallvec", "stdvec"))' -C metadata=eb411fe55a6bd731 -C extra-filename=-45e52cf9f0298d78 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:48.6834209Z [00:04:38.383]➜     Compiling serde_bytes v0.11.17
2025-08-20T22:35:48.6848600Z [00:04:38.384]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2c131364c20dffdb -C extra-filename=-8985678cfd4f3402 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:48.9952434Z [00:04:38.695]➜     Compiling iroh v0.91.0
2025-08-20T22:35:48.9975206Z [00:04:38.697]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.91.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=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "discovery-local-network", "discovery-pkarr-dht", "examples", "metrics", "test-utils"))' -C metadata=bbeb85b37a001398 -C extra-filename=-1ec32fcecdc4558f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T22:35:49.3611015Z [00:04:39.061]➜     Compiling redb v2.4.0
2025-08-20T22:35:49.3618710Z [00:04:39.062]➜       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/redb-2.4.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("cache_metrics", "logging", "python"))' -C metadata=806bc31f56ceee03 -C extra-filename=-a782b76090a31b30 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30 -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:35:49.3996874Z [00:04:39.100]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:35:49.4043496Z [00:04:39.100]➜       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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:49.4574363Z [00:04:39.157]➜     Compiling hex v0.4.3
2025-08-20T22:35:49.4689288Z [00:04:39.168]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hex --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=de7565128385200d -C extra-filename=-69df7537c1b61304 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:49.4885575Z [00:04:39.189]➜     Compiling genawaiter-macro v0.99.1
2025-08-20T22:35:49.4925104Z [00:04:39.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name genawaiter_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/genawaiter-macro-0.99.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="proc_macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proc_macro", "strict"))' -C metadata=78774cd92318885d -C extra-filename=-aa30040c9b4e8df3 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:49.5559611Z [00:04:39.256]➜     Compiling hmac-sha256 v1.1.8
2025-08-20T22:35:49.5583447Z [00:04:39.256]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hmac_sha256 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-sha256-1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest010", "digest09", "opt_size", "traits", "traits010", "traits09"))' -C metadata=aaee6d48d51756b0 -C extra-filename=-03b54c00dfe31731 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:49.6420016Z [00:04:39.342]➜     Compiling fallible-iterator v0.3.0
2025-08-20T22:35:49.6433941Z [00:04:39.343]➜       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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=30b698cd8d0290c9 -C extra-filename=-7d317ded3d3bbb97 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.0885650Z [00:04:39.789]➜     Compiling md5 v0.7.0
2025-08-20T22:35:50.0896940Z [00:04:39.789]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name md5 --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0712280e569d2c17 -C extra-filename=-4309eb78ee8fc10c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.2088958Z [00:04:39.909]➜     Compiling anstyle v1.0.10
2025-08-20T22:35:50.2119738Z [00:04:39.910]➜       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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dee8ea37fc1f0ae4 -C extra-filename=-1f0bef145d35d1a2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.5524558Z [00:04:40.252]➜     Compiling anstyle-query v1.1.2
2025-08-20T22:35:50.5566927Z [00:04:40.255]➜       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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2da9fc26301fad64 -C extra-filename=-51ee185e4c4ff5f7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.6095591Z [00:04:40.310]➜     Compiling bounded-integer v0.5.8
2025-08-20T22:35:50.6111947Z [00:04:40.310]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bounded_integer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bounded-integer-0.5.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="types"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__examples", "alloc", "arbitrary1", "bounded-integer-macro", "bytemuck1", "macro", "num-traits02", "serde", "serde1", "std", "step_trait", "types", "zerocopy"))' -C metadata=63ab52bc7d961577 -C extra-filename=-03e9cf1ded675746 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.7156059Z [00:04:40.415]➜     Compiling binary-merge v0.1.2
2025-08-20T22:35:50.7166472Z [00:04:40.416]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name binary_merge --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/binary-merge-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3457dc32d5f42ba4 -C extra-filename=-3d197ab36e436dcd --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.7291317Z [00:04:40.429]➜     Compiling hostname-validator v1.1.1
2025-08-20T22:35:50.7305616Z [00:04:40.430]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hostname_validator --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-validator-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b125ff424d8dbc7 -C extra-filename=-4aecbb2699db7042 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.8623091Z [00:04:40.562]➜     Compiling z32 v1.3.0
2025-08-20T22:35:50.8655713Z [00:04:40.565]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name z32 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/z32-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caca4845a29a7067 -C extra-filename=-3aeeaa4f64cdce99 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:50.9335889Z [00:04:40.634]➜     Compiling colorchoice v1.0.3
2025-08-20T22:35:50.9358654Z [00:04:40.634]➜       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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b53deb8e8365cf69 -C extra-filename=-9c0c5e2325c68bf1 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:35:51.1426194Z [00:04:40.843]➜     Compiling anstream v0.6.18
2025-08-20T22:35:51.1465572Z [00:04:40.844]➜       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.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=a416aa1dca3b1a23 -C extra-filename=-3b02f3262b9455ba --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern anstyle_parse=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta --extern anstyle_query=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta --extern colorchoice=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta --extern is_terminal_polyfill=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.VUs4abKkp4/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-20T22:35:51.2420902Z [00:04:40.942]➜     Compiling range-collections v0.4.6
2025-08-20T22:35:51.2451058Z [00:04:40.944]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name range_collections --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/range-collections-0.4.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="new_unchecked"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "default", "new_unchecked", "rkyv", "rkyv_validated", "serde"))' -C metadata=ee17d4fd47e90897 -C extra-filename=-0d8aeb6e13fa17f2 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern binary_merge=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbinary_merge-3d197ab36e436dcd.rmeta --extern inplace_vec_builder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinplace_vec_builder-45e52cf9f0298d78.rmeta --extern ref_cast=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libref_cast-9afb51e3d0ef227f.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:51.9277853Z [00:04:41.628]➜     Compiling surge-ping v0.8.1
2025-08-20T22:35:51.9319849Z [00:04:41.628]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name surge_ping --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surge-ping-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39fc9f5bc99503d7 -C extra-filename=-da45ed22c208d22c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern hex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rmeta --extern parking_lot=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rmeta --extern pnet_packet=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-8c11894fb0e2f793.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rmeta --extern socket2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-aa443dd6ff56234e.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:51.9732323Z [00:04:41.673]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30/build-script-build`
2025-08-20T22:35:51.9916431Z [00:04:41.692]➜     Compiling genawaiter v0.99.1
2025-08-20T22:35:51.9932888Z [00:04:41.692]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name genawaiter --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/genawaiter-0.99.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="futures-core"' --cfg 'feature="futures03"' --cfg 'feature="genawaiter-proc-macro"' --cfg 'feature="proc-macro-hack"' --cfg 'feature="proc_macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-core", "futures03", "genawaiter-proc-macro", "nightly", "proc-macro-hack", "proc_macro", "strict"))' -C metadata=520fb9a9d80122c7 -C extra-filename=-92137f4949b53e43 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern genawaiter_macro=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter_macro-aa30040c9b4e8df3.rmeta --extern genawaiter_proc_macro=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libgenawaiter_proc_macro-4f3688e83c2d59c7.so --extern proc_macro_hack=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_hack-21dd71a89c169bd7.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-20T22:35:52.3174066Z [00:04:42.017]➜     Compiling portmapper v0.8.0
2025-08-20T22:35:52.3205849Z [00:04:42.018]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name portmapper --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portmapper-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 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --cfg 'feature="metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics"))' -C metadata=de5d714de6c5245d -C extra-filename=-67ebc5fd98ebeb9d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rmeta --extern futures_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern hyper_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rmeta --extern igd_next=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-bbf2447dbb16e3f9.rmeta --extern iroh_metrics=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern nested_enum_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so --extern netwatch=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-85638485e874916d.rmeta --extern num_enum=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-d670d9bed71d8e35.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta --extern socket2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rmeta --extern time=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --extern tower_layer=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:55.9655413Z [00:04:45.666]➜       Running `/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f/build-script-build`
2025-08-20T22:35:55.9775173Z [00:04:45.678]➜     Compiling rcgen v0.13.2
2025-08-20T22:35:55.9796504Z [00:04:45.678]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rcgen --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-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 opt-level=3 -C linker-plugin-lto --cfg 'feature="crypto"' --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "crypto", "default", "fips", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=3a494f09b09b60c3 -C extra-filename=-2256ec8c3ec1a18f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern pem=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-97b10dbf55b4dda2.rmeta --extern ring=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rmeta --extern pki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta --extern time=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rmeta --extern yasna=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-f14ff98ac3d0f1ac.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:35:56.4055978Z [00:04:46.106]➜     Compiling stun-rs v0.1.11
2025-08-20T22:35:56.4090438Z [00:04:46.107]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name stun_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stun-rs-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "discovery", "experiments", "ice", "mobility", "turn"))' -C metadata=9e1de9605e5c84b8 -C extra-filename=-27bba45991047b06 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bounded_integer=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rmeta --extern byteorder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta --extern crc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-1db9d9056f431527.rmeta --extern enumflags2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-ac4fcfa9a206c539.rmeta --extern fallible_iterator=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rmeta --extern hmac_sha1=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-b66eac053281ba0c.rmeta --extern hmac_sha256=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-03b54c00dfe31731.rmeta --extern hostname_validator=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rmeta --extern lazy_static=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta --extern md5=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rmeta --extern paste=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern precis_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-5bb53690db0d1c51.rmeta --extern precis_profiles=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-0fff23f05dda4edc.rmeta --extern quoted_string_parser=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-4c8d8b7a71c0db68.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:35:59.6259628Z [00:04:49.321]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_relay --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-relay-0.91.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type cdylib --emit=dep-info,link -C opt-level=3 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' --cfg 'feature="metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "metrics", "server", "test-utils"))' -C metadata=e0262092b628dcce -C extra-filename=-51b0b84fd0caef4e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern blake3=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-b5601fd118571d85.rlib --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rlib --extern data_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rlib --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rlib --extern hickory_resolver=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-1cb57cfeaf04a471.rlib --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rlib --extern http_body_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-c4e89396815a40fb.rlib --extern hyper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rlib --extern hyper_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rlib --extern iroh_base=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-6f05b1f24f5ece00.rlib --extern iroh_metrics=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rlib --extern quinn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rlib --extern quinn_proto=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-3ac673560fd20a54.rlib --extern lru=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-3cd4f67ca25abf7d.rlib --extern n0_future=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rlib --extern n0_snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rlib --extern nested_enum_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so --extern num_enum=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-d670d9bed71d8e35.rlib --extern pin_project=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-efd614a4f6963b07.rlib --extern pkarr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-9abc7147082cf264.rlib --extern postcard=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rlib --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rlib --extern reqwest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-d26bafa81276286e.rlib --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rlib --extern webpki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib --extern webpki=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rlib --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rlib --extern serde_bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-8985678cfd4f3402.rlib --extern sha1=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-5a251e1d21410db3.rlib --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rlib --extern strum=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-28a318f4828a0528.rlib --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rlib --extern tokio_rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rlib --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rlib --extern tokio_websockets=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ad2b5921bc2bfd42.rlib --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rlib --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rlib --extern webpki_roots=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rlib --extern z32=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T22:36:01.0436289Z [00:04:50.744]➜     Compiling crypto_box v0.9.1
2025-08-20T22:36:01.0466277Z [00:04:50.745]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crypto_box --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto_box-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="alloc"' --cfg 'feature="chacha20"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="salsa20"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha20", "default", "getrandom", "heapless", "rand_core", "salsa20", "seal", "serde", "std"))' -C metadata=156f85b0ca35c8d9 -C extra-filename=-c1e0b2c63b3062b7 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-79293cc8c220f35e.rmeta --extern chacha20=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-a87e488f4109a7eb.rmeta --extern crypto_secretbox=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-95d8267dd030324e.rmeta --extern curve25519_dalek=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-6e65fd0eb907dc51.rmeta --extern salsa20=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-36e6ab3d681550bd.rmeta --extern serdect=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-49cca9424b92e7cd.rmeta --extern subtle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta --extern zeroize=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:01.3460375Z [00:04:51.045]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=3505cbec2c3d7964 -C extra-filename=-bf421eca1ac0a415 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
2025-08-20T22:36:02.0447635Z [00:04:51.744]➜       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=05f4bfc2461e9482 -C extra-filename=-fe8267b2b287432e --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern signal_hook_registry=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-91c20dd4ece52ff8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:03.4152354Z [00:04:53.115]➜     Compiling iroh-io v0.6.2
2025-08-20T22:36:03.4181047Z [00:04:53.117]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_io --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-io-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 --cfg 'feature="default"' --cfg 'feature="smallvec"' --cfg 'feature="tokio"' --cfg 'feature="tokio-io"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reqwest", "smallvec", "stats", "tokio", "tokio-io", "tokio-util", "x-http"))' -C metadata=94aa50ef446dd2b1 -C extra-filename=-ff96316852722f90 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern pin_project=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-efd614a4f6963b07.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:03.7998615Z [00:04:53.500]➜     Compiling backon v1.4.0
2025-08-20T22:36:03.8012004Z [00:04:53.500]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name backon --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="gloo-timers-sleep"' --cfg 'feature="std"' --cfg 'feature="std-blocking-sleep"' --cfg 'feature="tokio"' --cfg 'feature="tokio-sleep"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=9b44f274c8b9f912 -C extra-filename=-2f0f1960565e2870 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:04.3509447Z [00:04:54.051]➜     Compiling tokio-stream v0.1.17
2025-08-20T22:36:04.3551020Z [00:04:54.054]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_stream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.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 --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=dfa7b92d4dc85ff9 -C extra-filename=-79e9e929548a551c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern pin_project_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:05.6029446Z [00:04:55.303]➜     Compiling irpc-derive v0.5.0
2025-08-20T22:36:05.6038963Z [00:04:55.303]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name irpc_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/irpc-derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9fbe8080b1a05d7 -C extra-filename=-88b1faf3def47b59 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:36:06.3936242Z [00:04:56.094]➜     Compiling positioned-io v0.3.3
2025-08-20T22:36:06.3996566Z [00:04:56.099]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name positioned_io --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/positioned-io-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("byteorder", "default"))' -C metadata=8ea79ab201606659 -C extra-filename=-ecc9416b34759b27 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:06.6859372Z [00:04:56.386]➜     Compiling iana-time-zone v0.1.61
2025-08-20T22:36:06.6874462Z [00:04:56.387]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.61/src/lib.rs --error-format=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="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=77544d3f2f2a8062 -C extra-filename=-398ad555f6d6ab04 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:36:07.3024101Z [00:04:57.002]➜     Compiling strsim v0.11.1
2025-08-20T22:36:07.3037087Z [00:04:57.003]➜       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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:36:07.4399785Z [00:04:57.140]➜     Compiling unicode-width v0.2.0
2025-08-20T22:36:07.4438305Z [00:04:57.143]➜       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.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0cb4fcd04bbee119 -C extra-filename=-355d02a9b26506ec --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:36:08.1015792Z [00:04:57.802]➜     Compiling clap_lex v0.7.4
2025-08-20T22:36:08.1058262Z [00:04:57.802]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16da0b25eaa5905 -C extra-filename=-dcd7393b65521364 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:36:08.3057236Z [00:04:58.006]➜     Compiling console v0.15.10
2025-08-20T22:36:08.3100797Z [00:04:58.008]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name console --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=74aaf6360537be51 -C extra-filename=-a4999072a102eb9f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern once_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta --extern unicode_width=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:08.6827162Z [00:04:58.383]➜     Compiling clap_builder v4.5.29
2025-08-20T22:36:08.6885289Z [00:04:58.386]➜       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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="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=82369d15cfe24c6f -C extra-filename=-fba7bc69c96e80a6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta --extern anstyle=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern clap_lex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta --extern strsim=/tmp/tmp.VUs4abKkp4/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-20T22:36:10.6479648Z [00:05:00.348]➜     Compiling irpc v0.7.0
2025-08-20T22:36:10.6503518Z [00:05:00.348]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name irpc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/irpc-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(quicrpc_docsrs)' --cfg 'feature="derive"' --cfg 'feature="quinn_endpoint_setup"' --cfg 'feature="rpc"' --cfg 'feature="spans"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "quinn_endpoint_setup", "rpc", "spans", "stream"))' -C metadata=6be8f5577689a82a -C extra-filename=-16c29c3d245f8697 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta --extern futures_buffered=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rmeta --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta --extern quinn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rmeta --extern irpc_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libirpc_derive-88b1faf3def47b59.so --extern n0_future=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rmeta --extern postcard=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rmeta --extern rcgen=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-2256ec8c3ec1a18f.rmeta --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern thiserror=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:36:10.9017931Z [00:05:00.602]➜     Compiling chrono v0.4.39
2025-08-20T22:36:10.9032940Z [00:05:00.602]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.39/src/lib.rs --error-format=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="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=9300b4a2ba154db3 -C extra-filename=-4de097a70295917d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-398ad555f6d6ab04.rmeta --extern num_traits=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-bf421eca1ac0a415.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:13.5666674Z [00:05:03.267]➜     Compiling bao-tree v0.15.1
2025-08-20T22:36:13.5692352Z [00:05:03.267]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bao_tree --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bao-tree-0.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="experimental-mixed"' --cfg 'feature="serde"' --cfg 'feature="tokio_fsm"' --cfg 'feature="validate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "experimental-mixed", "serde", "tokio_fsm", "validate"))' -C metadata=4095914d3b1c1411 -C extra-filename=-5dc64126760d645f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern blake3=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-b5601fd118571d85.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern futures_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern genawaiter=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter-92137f4949b53e43.rmeta --extern iroh_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_io-ff96316852722f90.rmeta --extern positioned_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpositioned_io-ecc9416b34759b27.rmeta --extern range_collections=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librange_collections-0d8aeb6e13fa17f2.rmeta --extern self_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae949fbb5ca914c1.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out`
2025-08-20T22:36:16.5482948Z [00:05:06.248]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T22:36:16.5498750Z [00:05:06.249]➜       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-1_0"' --cfg 'feature="support-v1_0"' --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=f388c0cb796ea74f -C extra-filename=-0683e395fe2cc24f --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern mio_1_0=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a148a786e238856b.rmeta --extern signal_hook=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-fe8267b2b287432e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:16.6915484Z [00:05:06.391]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name redb --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/redb-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --crate-type rlib --emit=dep-info,link -C opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache_metrics", "logging", "python"))' -C metadata=ca00ad13eb5be872 -C extra-filename=-ea416682ef586c2a --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(fuzzing)'`
2025-08-20T22:36:16.7860003Z [00:05:06.486]➜     Compiling reflink-copy v0.1.25
2025-08-20T22:36:16.8000285Z [00:05:06.499]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name reflink_copy --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reflink-copy-0.1.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("tracing"))' -C metadata=cf1a6dc944a01956 -C extra-filename=-38ca13c40488bb50 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --extern rustix=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-37946dbdf5e3ba5e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:16.9539540Z [00:05:06.654]➜     Compiling clap_derive v4.5.28
2025-08-20T22:36:16.9579205Z [00:05:06.655]➜       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.28/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 '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=4ab31c0d295b9193 -C extra-filename=-9ec224102e30aa44 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib --extern quote=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib --extern syn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:36:17.3549183Z [00:05:07.055]➜     Compiling number_prefix v0.4.0
2025-08-20T22:36:17.3564765Z [00:05:07.056]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name number_prefix --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=89cc22dffda8a672 -C extra-filename=-dd573bd5f107f5d0 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:36:17.5770691Z [00:05:07.277]➜     Compiling same-file v1.0.6
2025-08-20T22:36:17.5784633Z [00:05:07.278]➜       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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/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-20T22:36:17.8347467Z [00:05:07.535]➜     Compiling walkdir v2.5.0
2025-08-20T22:36:17.8362467Z [00:05:07.535]➜       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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.VUs4abKkp4/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-20T22:36:18.9927084Z [00:05:08.693]➜     Compiling indicatif v0.17.11
2025-08-20T22:36:18.9970024Z [00:05:08.696]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indicatif --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.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="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=634ba22a36d798c7 -C extra-filename=-e8f3ed2f69f412fb --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern console=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-a4999072a102eb9f.rmeta --extern number_prefix=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rmeta --extern portable_atomic=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-169b62cf7a91e631.rmeta --extern unicode_width=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:21.7609576Z [00:05:11.453]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh --edition=2024 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.91.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type cdylib --emit=dep-info,link -C opt-level=3 '--warn=clippy::unused-async' --warn=unexpected_cfgs --warn=missing_debug_implementations --check-cfg 'cfg(iroh_docsrs)' --check-cfg 'cfg(iroh_loom)' --cfg 'feature="default"' --cfg 'feature="metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "discovery-local-network", "discovery-pkarr-dht", "examples", "metrics", "test-utils"))' -C metadata=4596b5c92b23dc53 -C extra-filename=-8714233198e0c73d --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern aead=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-79293cc8c220f35e.rlib --extern backon=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-2f0f1960565e2870.rlib --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rlib --extern crypto_box=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-c1e0b2c63b3062b7.rlib --extern data_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rlib --extern der=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-7609a1ebb6113a8e.rlib --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rlib --extern ed25519_dalek=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-a5d6a06fca61904c.rlib --extern futures_buffered=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rlib --extern futures_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rlib --extern hickory_resolver=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-1cb57cfeaf04a471.rlib --extern http=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rlib --extern igd_next=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-bbf2447dbb16e3f9.rlib --extern iroh_base=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-6f05b1f24f5ece00.rlib --extern iroh_metrics=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rlib --extern quinn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rlib --extern quinn_proto=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-3ac673560fd20a54.rlib --extern quinn_udp=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-246703969a126204.rlib --extern iroh_relay=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_relay-51b0b84fd0caef4e.rlib --extern n0_future=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rlib --extern n0_snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rlib --extern n0_watcher=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-91aaace9f2809dc8.rlib --extern nested_enum_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so --extern netdev=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-9b130764ef84fab1.rlib --extern netwatch=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-85638485e874916d.rlib --extern pin_project=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-efd614a4f6963b07.rlib --extern pkarr=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-9abc7147082cf264.rlib --extern portmapper=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-67ebc5fd98ebeb9d.rlib --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rlib --extern reqwest=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-d26bafa81276286e.rlib --extern ring=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rlib --extern rustls=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rlib --extern webpki_types=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib --extern webpki=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rlib --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rlib --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rlib --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rlib --extern spki=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-410c25fdcc43a737.rlib --extern strum=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-28a318f4828a0528.rlib --extern stun_rs=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-27bba45991047b06.rlib --extern surge_ping=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-da45ed22c208d22c.rlib --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rlib --extern tokio_stream=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-79e9e929548a551c.rlib --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rlib --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rlib --extern url=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rlib --extern webpki_roots=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rlib --extern z32=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out --check-cfg 'cfg(wasm_browser)'`
2025-08-20T22:36:22.4772767Z [00:05:12.177]➜     Compiling clap v4.5.29
2025-08-20T22:36:22.4813516Z [00:05:12.178]➜       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.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="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=cf1d9963f09f1524 -C extra-filename=-2c3c25b572b2c19c --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fba7bc69c96e80a6.rmeta --extern clap_derive=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libclap_derive-9ec224102e30aa44.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-20T22:36:22.6037167Z [00:05:12.304]➜     Compiling crossterm v0.29.0
2025-08-20T22:36:22.6059344Z [00:05:12.304]➜       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.29.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="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="osc52"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=809fbe91e63f876f -C extra-filename=-0f32f36ce9bf6ed4 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta --extern bitflags=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rmeta --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rmeta --extern document_features=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so --extern futures_core=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta --extern mio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a148a786e238856b.rmeta --extern parking_lot=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rmeta --extern rustix=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-37946dbdf5e3ba5e.rmeta --extern signal_hook=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-fe8267b2b287432e.rmeta --extern signal_hook_mio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-0683e395fe2cc24f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:23.0652506Z [00:05:12.765]➜     Compiling num_cpus v1.16.0
2025-08-20T22:36:23.0670872Z [00:05:12.766]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_cpus --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3104d79dbb8553ec -C extra-filename=-907120e7cfe553ac --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:36:56.9667405Z [00:05:46.667]➜     Compiling iroh-blobs v0.92.0
2025-08-20T22:36:56.9704295Z [00:05:46.667]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iroh_blobs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-blobs-0.92.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="hide-proto-docs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hide-proto-docs", "metrics"))' -C metadata=267232a900ae0ca6 -C extra-filename=-b97355eeafc3a6c6 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta --extern arrayvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-7df83deca44c37c6.rmeta --extern bao_tree=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbao_tree-5dc64126760d645f.rmeta --extern bytes=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta --extern chrono=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-4de097a70295917d.rmeta --extern data_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rmeta --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rmeta --extern futures_lite=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta --extern genawaiter=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter-92137f4949b53e43.rmeta --extern hex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rmeta --extern iroh=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh-8714233198e0c73d.rlib --extern iroh_base=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-6f05b1f24f5ece00.rmeta --extern iroh_io=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_io-ff96316852722f90.rmeta --extern iroh_metrics=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rmeta --extern quinn=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rmeta --extern irpc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libirpc-16c29c3d245f8697.rmeta --extern n0_future=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rmeta --extern n0_snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rmeta --extern nested_enum_utils=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so --extern postcard=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rmeta --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rmeta --extern range_collections=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librange_collections-0d8aeb6e13fa17f2.rmeta --extern redb=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libredb-ea416682ef586c2a.rlib --extern ref_cast=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libref_cast-9afb51e3d0ef227f.rmeta --extern reflink_copy=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreflink_copy-38ca13c40488bb50.rmeta --extern self_cell=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae949fbb5ca914c1.rmeta --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta --extern smallvec=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta --extern snafu=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta --extern tokio_util=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out`
2025-08-20T22:37:24.3234464Z [00:06:14.023]➜     Compiling sendme v0.27.0 (/tmp/tmp.VUs4abKkp4/TEMPREPO)
2025-08-20T22:37:24.3258056Z [00:06:14.024]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sendme --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --cfg 'feature="clipboard"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clipboard", "default"))' -C metadata=2e85f850429db430 -C extra-filename=-05579f92fe040492 --out-dir /tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rlib --extern clap=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-2c3c25b572b2c19c.rlib --extern console=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-a4999072a102eb9f.rlib --extern crossterm=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-0f32f36ce9bf6ed4.rlib --extern data_encoding=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rlib --extern derive_more=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-b485ceab5f5cb86e.rlib --extern futures_buffered=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rlib --extern hex=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rlib --extern indicatif=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-e8f3ed2f69f412fb.rlib --extern iroh=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh-8714233198e0c73d.rlib --extern iroh_blobs=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_blobs-b97355eeafc3a6c6.rlib --extern libc=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rlib --extern n0_future=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rlib --extern num_cpus=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-907120e7cfe553ac.rlib --extern rand=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rlib --extern serde=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rlib --extern tokio=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rlib --extern tracing=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rlib --extern tracing_subscriber=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-9c1c055b506748de.rlib --extern walkdir=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.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.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out -L native=/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out`
2025-08-20T22:40:23.9866809Z [00:09:13.687]➜      Finished `release` profile [optimized] target(s) in 7m 43s
2025-08-20T22:40:24.1404808Z [00:09:13.841]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:40:24.1420143Z [00:09:13.842]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:40:24.1420980Z [00:09:13.842]➜  ./target/x86_64-unknown-linux-musl/release/sendme
2025-08-20T22:40:24.1421792Z [00:09:13.842]➜  ./target/x86_64-unknown-linux-musl/release/sendme.d
2025-08-20T22:40:24.1430524Z [00:09:13.843]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:40:24.1434235Z [00:09:13.844]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:40:24.1435204Z [00:09:13.844]➜  + cut -d: -f1
2025-08-20T22:40:24.1438125Z [00:09:13.844]➜  + xargs realpath --no-symlinks
2025-08-20T22:40:24.1443697Z [00:09:13.844]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:40:24.1770287Z [00:09:13.877]➜  sending incremental file list
2025-08-20T22:40:24.1799561Z [00:09:13.880]➜  sendme
2025-08-20T22:40:24.2445781Z [00:09:13.945]➜  
2025-08-20T22:40:24.2446491Z [00:09:13.945]➜  sent 13.63M bytes  received 35 bytes  27.27M bytes/sec
2025-08-20T22:40:24.2447197Z [00:09:13.945]➜  total size is 13.63M  speedup is 1.00
2025-08-20T22:40:24.3805334Z [00:09:14.081]➜  '/tmp/tmp.VUs4abKkp4/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T22:40:24.4062871Z [00:09:14.106]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:40:24.4478874Z [00:09:14.148]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:40:24.4482788Z [00:09:14.148]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:40:24.4805779Z [00:09:14.181]➜  copy from `/build-bins/sendme' [elf64-x86-64] to `/build-bins/stAKKnmM' [elf64-x86-64]
2025-08-20T22:40:24.5637459Z [00:09:14.264]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:40:24.5666969Z [00:09:14.267]➜  
2025-08-20T22:40:24.5683855Z [00:09:14.269]➜  /build-bins/sendme
2025-08-20T22:40:24.5715260Z [00:09:14.272]➜  There are 32 section headers, starting at offset 0xcff728:
2025-08-20T22:40:24.5718562Z [00:09:14.272]➜  
2025-08-20T22:40:24.5719134Z [00:09:14.272]➜  Section Headers:
2025-08-20T22:40:24.5721726Z [00:09:14.272]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:40:24.5722507Z [00:09:14.272]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:40:24.5723421Z [00:09:14.272]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:40:24.5724167Z [00:09:14.272]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:40:24.5724984Z [00:09:14.272]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:40:24.5725454Z [00:09:14.272]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:40:24.5725929Z [00:09:14.272]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:40:24.5726378Z [00:09:14.272]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:40:24.5727137Z [00:09:14.272]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:40:24.5727570Z [00:09:14.272]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:40:24.5728001Z [00:09:14.272]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:40:24.5728431Z [00:09:14.272]➜         00000000000eb728  0000000000000018   A       2     0     8
2025-08-20T22:40:24.5728869Z [00:09:14.272]➜    [ 5] .eh_frame         PROGBITS         00000000000eb9d8  000eb9d8
2025-08-20T22:40:24.5729302Z [00:09:14.272]➜         0000000000146f80  0000000000000000   A       0     0     8
2025-08-20T22:40:24.5729726Z [00:09:14.272]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000232958  00232958
2025-08-20T22:40:24.5730158Z [00:09:14.272]➜         000000000002d9c4  0000000000000000   A       0     0     4
2025-08-20T22:40:24.5730595Z [00:09:14.272]➜    [ 7] .gcc_except_table PROGBITS         000000000026031c  0026031c
2025-08-20T22:40:24.5731058Z [00:09:14.272]➜         000000000007cf24  0000000000000000   A       0     0     4
2025-08-20T22:40:24.5731494Z [00:09:14.272]➜    [ 8] .rodata           PROGBITS         00000000002de000  002de000
2025-08-20T22:40:24.5731937Z [00:09:14.272]➜         00000000001288f0  0000000000000000   A       0     0     4096
2025-08-20T22:40:24.5732380Z [00:09:14.272]➜    [ 9] .rodata.cst16     PROGBITS         00000000004068f0  004068f0
2025-08-20T22:40:24.5732827Z [00:09:14.272]➜         0000000000001da0  0000000000000010  AM       0     0     16
2025-08-20T22:40:24.5733570Z [00:09:14.272]➜    [10] .rodata.cst32     PROGBITS         00000000004086a0  004086a0
2025-08-20T22:40:24.5734030Z [00:09:14.272]➜         0000000000001d60  0000000000000020  AM       0     0     32
2025-08-20T22:40:24.5734641Z [00:09:14.272]➜    [11] .rodata.cst4      PROGBITS         000000000040a400  0040a400
2025-08-20T22:40:24.5735098Z [00:09:14.272]➜         0000000000002dc0  0000000000000004  AM       0     0     4
2025-08-20T22:40:24.5735544Z [00:09:14.272]➜    [12] .rodata.cst8      PROGBITS         000000000040d1c0  0040d1c0
2025-08-20T22:40:24.5735974Z [00:09:14.272]➜         0000000000001580  0000000000000008  AM       0     0     8
2025-08-20T22:40:24.5736416Z [00:09:14.272]➜    [13] .rodata.str1.1    PROGBITS         000000000040e740  0040e740
2025-08-20T22:40:24.5736852Z [00:09:14.272]➜         0000000000018c37  0000000000000001 AMS       0     0     1
2025-08-20T22:40:24.5737283Z [00:09:14.272]➜    [14] .rodata.str1.4    PROGBITS         0000000000427378  00427378
2025-08-20T22:40:24.5737712Z [00:09:14.272]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T22:40:24.5738156Z [00:09:14.272]➜    [15] .rodata.str1.8    PROGBITS         0000000000427c40  00427c40
2025-08-20T22:40:24.5738597Z [00:09:14.272]➜         0000000000001bc0  0000000000000001 AMS       0     0     8
2025-08-20T22:40:24.5739011Z [00:09:14.272]➜    [16] .fini             PROGBITS         000000000042a800  00429800
2025-08-20T22:40:24.5739432Z [00:09:14.272]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:40:24.5739845Z [00:09:14.272]➜    [17] .init             PROGBITS         000000000042a803  00429803
2025-08-20T22:40:24.5740255Z [00:09:14.272]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:40:24.5740665Z [00:09:14.272]➜    [18] .text             PROGBITS         000000000042a840  00429840
2025-08-20T22:40:24.5741082Z [00:09:14.272]➜         0000000000819d89  0000000000000000  AX       0     0     64
2025-08-20T22:40:24.5741507Z [00:09:14.272]➜    [19] .tdata            PROGBITS         0000000000c455d0  00c435d0
2025-08-20T22:40:24.5741923Z [00:09:14.272]➜         00000000000000b8  0000000000000000 WAT       0     0     8
2025-08-20T22:40:24.5742344Z [00:09:14.272]➜    [20] .tbss             NOBITS           0000000000c45688  00c43688
2025-08-20T22:40:24.5742758Z [00:09:14.272]➜         0000000000000168  0000000000000000 WAT       0     0     8
2025-08-20T22:40:24.5743705Z [00:09:14.272]➜    [21] .data.rel.ro      PROGBITS         0000000000c456a0  00c436a0
2025-08-20T22:40:24.5744147Z [00:09:14.272]➜         00000000000b32d0  0000000000000000  WA       0     0     32
2025-08-20T22:40:24.5744572Z [00:09:14.272]➜    [22] .dynamic          DYNAMIC          0000000000cf8970  00cf6970
2025-08-20T22:40:24.5745011Z [00:09:14.272]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:40:24.5745454Z [00:09:14.272]➜    [23] .fini_array       FINI_ARRAY       0000000000cf8af0  00cf6af0
2025-08-20T22:40:24.5745891Z [00:09:14.272]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:40:24.5746333Z [00:09:14.272]➜    [24] .got.plt          PROGBITS         0000000000cf8af8  00cf6af8
2025-08-20T22:40:24.5746779Z [00:09:14.272]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:40:24.5747561Z [00:09:14.272]➜    [25] .init_array       INIT_ARRAY       0000000000cf8b10  00cf6b10
2025-08-20T22:40:24.5748515Z [00:09:14.272]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:40:24.5749341Z [00:09:14.272]➜    [26] .got              PROGBITS         0000000000cf8b18  00cf6b18
2025-08-20T22:40:24.5750070Z [00:09:14.272]➜         00000000000008b0  0000000000000000  WA       0     0     8
2025-08-20T22:40:24.5750520Z [00:09:14.272]➜    [27] .relro_padding    NOBITS           0000000000cf93c8  00cf73c8
2025-08-20T22:40:24.5750963Z [00:09:14.273]➜         0000000000000c38  0000000000000000  WA       0     0     1
2025-08-20T22:40:24.5751396Z [00:09:14.273]➜    [28] .data             PROGBITS         0000000000cfa3e0  00cf73e0
2025-08-20T22:40:24.5751825Z [00:09:14.273]➜         0000000000008200  0000000000000000  WA       0     0     32
2025-08-20T22:40:24.5752448Z [00:09:14.273]➜    [29] .bss              NOBITS           0000000000d02600  00cff5e0
2025-08-20T22:40:24.5752887Z [00:09:14.273]➜         0000000000003ce0  0000000000000000  WA       0     0     128
2025-08-20T22:40:24.5753777Z [00:09:14.273]➜    [30] .common           NOBITS           0000000000d062e0  00cff5e0
2025-08-20T22:40:24.5754225Z [00:09:14.273]➜         00000000000000b4  0000000000000000  WA       0     0     32
2025-08-20T22:40:24.5754653Z [00:09:14.273]➜    [31] .shstrtab         STRTAB           0000000000000000  00cff5e0
2025-08-20T22:40:24.5755077Z [00:09:14.273]➜         0000000000000141  0000000000000000           0     0     1
2025-08-20T22:40:24.5755413Z [00:09:14.273]➜  Key to Flags:
2025-08-20T22:40:24.5755775Z [00:09:14.273]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:40:24.5756258Z [00:09:14.273]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:40:24.5756734Z [00:09:14.273]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:40:24.5757160Z [00:09:14.273]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:40:24.5757486Z [00:09:14.275]➜  
2025-08-20T22:40:24.5766478Z [00:09:14.277]➜  /build-bins/LICENSE
2025-08-20T22:40:24.5782247Z [00:09:14.278]➜  + file /build-bins/LICENSE /build-bins/sendme
2025-08-20T22:40:24.5989470Z [00:09:14.299]➜  /build-bins/LICENSE: ASCII text, with very long lines (305)
2025-08-20T22:40:24.6041551Z [00:09:14.304]➜  /build-bins/sendme:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:40:24.6051133Z [00:09:14.305]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/sendme
2025-08-20T22:40:24.6077328Z [00:09:14.308]➜  /build-bins/LICENSE:         519 Bytes
2025-08-20T22:40:24.6077752Z [00:09:14.308]➜  /build-bins/sendme:         13631272 Bytes
2025-08-20T22:40:24.6080674Z [00:09:14.308]➜  + du /build-bins/LICENSE /build-bins/sendme --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:40:24.6095553Z [00:09:14.310]➜  519	2025-08-20 22:40:24.377717617 +0000	/build-bins/LICENSE
2025-08-20T22:40:24.6096250Z [00:09:14.310]➜  13M	2025-08-20 22:40:24.508719296 +0000	/build-bins/sendme
2025-08-20T22:40:24.6098651Z [00:09:14.310]➜  + popd
2025-08-20T22:40:24.6914997Z [00:09:14.392]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:40:24.7302508Z [00:09:14.430]➜  + '[' -s /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:40:24.7303749Z [00:09:14.430]➜  + cp -fv /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:40:24.7343950Z [00:09:14.435]➜  '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:40:24.7349393Z [00:09:14.435]➜  + find /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:40:24.7359845Z [00:09:14.436]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:40:24.7360698Z [00:09:14.436]➜  + cut -d: -f1
2025-08-20T22:40:24.7361413Z [00:09:14.436]➜  + xargs realpath --no-symlinks
2025-08-20T22:40:24.7371022Z [00:09:14.437]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:40:24.7715893Z [00:09:14.472]➜  sending incremental file list
2025-08-20T22:40:24.7743012Z [00:09:14.475]➜  sendme
2025-08-20T22:40:24.8312604Z [00:09:14.531]➜  
2025-08-20T22:40:24.8313510Z [00:09:14.531]➜  sent 13.63M bytes  received 35 bytes  27.27M bytes/sec
2025-08-20T22:40:24.8314067Z [00:09:14.531]➜  total size is 13.63M  speedup is 1.00
2025-08-20T22:40:24.8327440Z [00:09:14.533]➜  
2025-08-20T22:40:25.7499402Z [00:09:15.450]➜  
2025-08-20T22:40:25.7626834Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:40:25.7629191Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:40:25.7631311Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:40:25.7633514Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:40:25.7635791Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/tests/cli.rs' from root:root to runner:runner
2025-08-20T22:40:25.7637922Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:40:25.7640097Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:40:25.7642211Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:40:25.7644782Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:40:25.7647078Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:40:25.7648562Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T22:40:25.7650067Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:40:25.7652241Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:40:25.7654695Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:40:25.7656600Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:40:25.7657956Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:40:25.7659899Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:40:25.7662387Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:40:25.7665102Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:40:25.7667153Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:40:25.7668491Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:40:25.7669818Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:40:25.7671145Z [00:09:15.463]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:40:25.7672474Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:40:25.7674054Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:40:25.7675426Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:40:25.7676809Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:40:25.7678080Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:40:25.7679320Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:40:25.7680745Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:40:25.7682067Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:40:25.7683600Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:40:25.7684938Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:40:25.7686180Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:40:25.7687394Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:40:25.7688576Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:40:25.7689785Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:40:25.7691147Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:40:25.7692429Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:40:25.7694514Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:40:25.7696943Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:40:25.7699156Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:40:25.7701358Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:40:25.7703666Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:40:25.7705913Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:40:25.7708114Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:40:25.7710242Z [00:09:15.464]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:40:25.7712867Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.promisor' from root:root to runner:runner
2025-08-20T22:40:25.7715736Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.rev' from root:root to runner:runner
2025-08-20T22:40:25.7717438Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.pack' from root:root to runner:runner
2025-08-20T22:40:25.7719629Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.idx' from root:root to runner:runner
2025-08-20T22:40:25.7721442Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.rev' from root:root to runner:runner
2025-08-20T22:40:25.7723990Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.pack' from root:root to runner:runner
2025-08-20T22:40:25.7726266Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.promisor' from root:root to runner:runner
2025-08-20T22:40:25.7728105Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.idx' from root:root to runner:runner
2025-08-20T22:40:25.7730450Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:40:25.7731707Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:40:25.7732910Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:40:25.7734793Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:40:25.7736227Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:40:25.7737397Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:40:25.7738548Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:40:25.7739926Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:40:25.7741732Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:40:25.7743070Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:40:25.7744900Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:40:25.7747252Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7749005Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' from root:root to runner:runner
2025-08-20T22:40:25.7750806Z [00:09:15.465]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as runner:runner
2025-08-20T22:40:25.7753084Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T22:40:25.7754876Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7757071Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74.d' from root:root to runner:runner
2025-08-20T22:40:25.7759634Z [00:09:15.465]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74' retained as runner:runner
2025-08-20T22:40:25.7761241Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74' from root:root to runner:runner
2025-08-20T22:40:25.7764017Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7765669Z [00:09:15.465]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f/build_script_build-1ec32fcecdc4558f' retained as runner:runner
2025-08-20T22:40:25.7767885Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f/build_script_build-1ec32fcecdc4558f.d' from root:root to runner:runner
2025-08-20T22:40:25.7769833Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f' from root:root to runner:runner
2025-08-20T22:40:25.7771361Z [00:09:15.465]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7773974Z [00:09:15.465]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f' retained as runner:runner
2025-08-20T22:40:25.7775709Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f.d' from root:root to runner:runner
2025-08-20T22:40:25.7777445Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f' from root:root to runner:runner
2025-08-20T22:40:25.7779813Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build_script_build-c22483514f20c33d' from root:root to runner:runner
2025-08-20T22:40:25.7782881Z [00:09:15.466]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build-script-build' retained as runner:runner
2025-08-20T22:40:25.7785779Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build_script_build-c22483514f20c33d.d' from root:root to runner:runner
2025-08-20T22:40:25.7788766Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d' from root:root to runner:runner
2025-08-20T22:40:25.7790984Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7793465Z [00:09:15.466]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f/build_script_build-eb5a48ac48e9236f' retained as runner:runner
2025-08-20T22:40:25.7795390Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f/build_script_build-eb5a48ac48e9236f.d' from root:root to runner:runner
2025-08-20T22:40:25.7797980Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f' from root:root to runner:runner
2025-08-20T22:40:25.7800646Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/out' from root:root to runner:runner
2025-08-20T22:40:25.7802893Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' from root:root to runner:runner
2025-08-20T22:40:25.7804781Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' from root:root to runner:runner
2025-08-20T22:40:25.7806947Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.7809146Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' from root:root to runner:runner
2025-08-20T22:40:25.7810698Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T22:40:25.7812416Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7814696Z [00:09:15.466]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c/build_script_build-8f3e3e596af6dc6c' retained as runner:runner
2025-08-20T22:40:25.7817608Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c/build_script_build-8f3e3e596af6dc6c.d' from root:root to runner:runner
2025-08-20T22:40:25.7819424Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c' from root:root to runner:runner
2025-08-20T22:40:25.7821779Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7824743Z [00:09:15.466]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627/build_script_build-1c1bb64ed5af5627' retained as runner:runner
2025-08-20T22:40:25.7827634Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627/build_script_build-1c1bb64ed5af5627.d' from root:root to runner:runner
2025-08-20T22:40:25.7829584Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627' from root:root to runner:runner
2025-08-20T22:40:25.7831108Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/out' from root:root to runner:runner
2025-08-20T22:40:25.7834265Z [00:09:15.466]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/output' from root:root to runner:runner
2025-08-20T22:40:25.7837077Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/root-output' from root:root to runner:runner
2025-08-20T22:40:25.7840141Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.7841825Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/stderr' from root:root to runner:runner
2025-08-20T22:40:25.7844754Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e' from root:root to runner:runner
2025-08-20T22:40:25.7846683Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7848358Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90/build_script_build-31b34c23b521ea90' retained as runner:runner
2025-08-20T22:40:25.7851190Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90/build_script_build-31b34c23b521ea90.d' from root:root to runner:runner
2025-08-20T22:40:25.7853356Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90' from root:root to runner:runner
2025-08-20T22:40:25.7854959Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7858194Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a.d' from root:root to runner:runner
2025-08-20T22:40:25.7860103Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a' retained as runner:runner
2025-08-20T22:40:25.7862187Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a' from root:root to runner:runner
2025-08-20T22:40:25.7865297Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7868106Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8/build_script_build-f42b8536196226f8' retained as runner:runner
2025-08-20T22:40:25.7870586Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8/build_script_build-f42b8536196226f8.d' from root:root to runner:runner
2025-08-20T22:40:25.7872219Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8' from root:root to runner:runner
2025-08-20T22:40:25.7885656Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7887695Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as runner:runner
2025-08-20T22:40:25.7889784Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' from root:root to runner:runner
2025-08-20T22:40:25.7892597Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T22:40:25.7894428Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7896452Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a' retained as runner:runner
2025-08-20T22:40:25.7899654Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a.d' from root:root to runner:runner
2025-08-20T22:40:25.7902611Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a' from root:root to runner:runner
2025-08-20T22:40:25.7905744Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7908679Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build_script_build-e96d69173af72e21.d' from root:root to runner:runner
2025-08-20T22:40:25.7911087Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build_script_build-e96d69173af72e21' retained as runner:runner
2025-08-20T22:40:25.7912732Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21' from root:root to runner:runner
2025-08-20T22:40:25.7915862Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7918432Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300/build_script_build-b6618f4fae44a300' retained as runner:runner
2025-08-20T22:40:25.7921526Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300/build_script_build-b6618f4fae44a300.d' from root:root to runner:runner
2025-08-20T22:40:25.7923392Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300' from root:root to runner:runner
2025-08-20T22:40:25.7925866Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7928395Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc/build_script_build-b36cc0782c8654dc' retained as runner:runner
2025-08-20T22:40:25.7931483Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc/build_script_build-b36cc0782c8654dc.d' from root:root to runner:runner
2025-08-20T22:40:25.7933730Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc' from root:root to runner:runner
2025-08-20T22:40:25.7935741Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' from root:root to runner:runner
2025-08-20T22:40:25.7938704Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7940891Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as runner:runner
2025-08-20T22:40:25.7943600Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T22:40:25.7945356Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/out' from root:root to runner:runner
2025-08-20T22:40:25.7947815Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/output' from root:root to runner:runner
2025-08-20T22:40:25.7950767Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/root-output' from root:root to runner:runner
2025-08-20T22:40:25.7953725Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.7955829Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/stderr' from root:root to runner:runner
2025-08-20T22:40:25.7957588Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079' from root:root to runner:runner
2025-08-20T22:40:25.7960416Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/out' from root:root to runner:runner
2025-08-20T22:40:25.7962804Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/output' from root:root to runner:runner
2025-08-20T22:40:25.7965450Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/root-output' from root:root to runner:runner
2025-08-20T22:40:25.7967179Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.7969075Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/stderr' from root:root to runner:runner
2025-08-20T22:40:25.7971671Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0' from root:root to runner:runner
2025-08-20T22:40:25.7973558Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7976616Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16/build_script_build-9044c0cd8a82cc16' retained as runner:runner
2025-08-20T22:40:25.7979154Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16/build_script_build-9044c0cd8a82cc16.d' from root:root to runner:runner
2025-08-20T22:40:25.7980848Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16' from root:root to runner:runner
2025-08-20T22:40:25.7983974Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.7985725Z [00:09:15.470]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc' retained as runner:runner
2025-08-20T22:40:25.7988113Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc.d' from root:root to runner:runner
2025-08-20T22:40:25.7991074Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc' from root:root to runner:runner
2025-08-20T22:40:25.7994277Z [00:09:15.470]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab/build_script_main-0d3ec98810ead5ab' from root:root to runner:runner
2025-08-20T22:40:25.7996813Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab/build_script_main-0d3ec98810ead5ab.d' from root:root to runner:runner
2025-08-20T22:40:25.7999688Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab/build-script-main' retained as runner:runner
2025-08-20T22:40:25.8001529Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab' from root:root to runner:runner
2025-08-20T22:40:25.8004680Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e.d' from root:root to runner:runner
2025-08-20T22:40:25.8007512Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e' from root:root to runner:runner
2025-08-20T22:40:25.8010587Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build-script-build' retained as runner:runner
2025-08-20T22:40:25.8013439Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e' from root:root to runner:runner
2025-08-20T22:40:25.8015931Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/out' from root:root to runner:runner
2025-08-20T22:40:25.8018145Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/output' from root:root to runner:runner
2025-08-20T22:40:25.8019904Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/root-output' from root:root to runner:runner
2025-08-20T22:40:25.8022973Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8024825Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/stderr' from root:root to runner:runner
2025-08-20T22:40:25.8027533Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec' from root:root to runner:runner
2025-08-20T22:40:25.8029720Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8032589Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3/build_script_build-5847e83b8b0abbb3.d' from root:root to runner:runner
2025-08-20T22:40:25.8035107Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3/build_script_build-5847e83b8b0abbb3' retained as runner:runner
2025-08-20T22:40:25.8037603Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3' from root:root to runner:runner
2025-08-20T22:40:25.8040075Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8042289Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592/build_script_build-b738cbb10aa41592.d' from root:root to runner:runner
2025-08-20T22:40:25.8045470Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592/build_script_build-b738cbb10aa41592' retained as runner:runner
2025-08-20T22:40:25.8047322Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592' from root:root to runner:runner
2025-08-20T22:40:25.8050288Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8052461Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2/build_script_build-b14547690dc911d2.d' from root:root to runner:runner
2025-08-20T22:40:25.8055454Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2/build_script_build-b14547690dc911d2' retained as runner:runner
2025-08-20T22:40:25.8057932Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2' from root:root to runner:runner
2025-08-20T22:40:25.8060931Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8063503Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as runner:runner
2025-08-20T22:40:25.8066948Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' from root:root to runner:runner
2025-08-20T22:40:25.8068885Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T22:40:25.8070510Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8072225Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42/build_script_build-6f50737f7e251a42.d' from root:root to runner:runner
2025-08-20T22:40:25.8074381Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42/build_script_build-6f50737f7e251a42' retained as runner:runner
2025-08-20T22:40:25.8076384Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42' from root:root to runner:runner
2025-08-20T22:40:25.8079313Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8081941Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build_script_build-fb67fca51f35cb53' retained as runner:runner
2025-08-20T22:40:25.8084982Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build_script_build-fb67fca51f35cb53.d' from root:root to runner:runner
2025-08-20T22:40:25.8088015Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53' from root:root to runner:runner
2025-08-20T22:40:25.8089959Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8093297Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as runner:runner
2025-08-20T22:40:25.8095588Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' from root:root to runner:runner
2025-08-20T22:40:25.8098570Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T22:40:25.8101013Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8103838Z [00:09:15.471]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c/build_script_build-188e99e9d1a94b2c' retained as runner:runner
2025-08-20T22:40:25.8105990Z [00:09:15.471]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c/build_script_build-188e99e9d1a94b2c.d' from root:root to runner:runner
2025-08-20T22:40:25.8108969Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c' from root:root to runner:runner
2025-08-20T22:40:25.8111554Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8114683Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' from root:root to runner:runner
2025-08-20T22:40:25.8117554Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as runner:runner
2025-08-20T22:40:25.8119775Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-20T22:40:25.8122631Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/out' from root:root to runner:runner
2025-08-20T22:40:25.8124882Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/output' from root:root to runner:runner
2025-08-20T22:40:25.8127860Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/root-output' from root:root to runner:runner
2025-08-20T22:40:25.8130732Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8133847Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/stderr' from root:root to runner:runner
2025-08-20T22:40:25.8135480Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57' from root:root to runner:runner
2025-08-20T22:40:25.8138479Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8141103Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa/build_script_build-aba08fc7638b1efa.d' from root:root to runner:runner
2025-08-20T22:40:25.8144290Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa/build_script_build-aba08fc7638b1efa' retained as runner:runner
2025-08-20T22:40:25.8146282Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa' from root:root to runner:runner
2025-08-20T22:40:25.8148846Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/out' from root:root to runner:runner
2025-08-20T22:40:25.8150430Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/output' from root:root to runner:runner
2025-08-20T22:40:25.8153310Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/root-output' from root:root to runner:runner
2025-08-20T22:40:25.8156027Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8158868Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/stderr' from root:root to runner:runner
2025-08-20T22:40:25.8160459Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05' from root:root to runner:runner
2025-08-20T22:40:25.8163526Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8165629Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527/build_script_build-c19958caecbdb527.d' from root:root to runner:runner
2025-08-20T22:40:25.8168573Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527/build_script_build-c19958caecbdb527' retained as runner:runner
2025-08-20T22:40:25.8171041Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527' from root:root to runner:runner
2025-08-20T22:40:25.8174036Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/out' from root:root to runner:runner
2025-08-20T22:40:25.8175864Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/output' from root:root to runner:runner
2025-08-20T22:40:25.8178790Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/root-output' from root:root to runner:runner
2025-08-20T22:40:25.8181456Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8184571Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/stderr' from root:root to runner:runner
2025-08-20T22:40:25.8186410Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37' from root:root to runner:runner
2025-08-20T22:40:25.8189323Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8191112Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd/build_script_build-f7f26d35760a2edd' retained as runner:runner
2025-08-20T22:40:25.8194460Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd/build_script_build-f7f26d35760a2edd.d' from root:root to runner:runner
2025-08-20T22:40:25.8197419Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd' from root:root to runner:runner
2025-08-20T22:40:25.8200457Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8203942Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build_script_build-b95ab72ee230b1b8' retained as runner:runner
2025-08-20T22:40:25.8207318Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build_script_build-b95ab72ee230b1b8.d' from root:root to runner:runner
2025-08-20T22:40:25.8210615Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8' from root:root to runner:runner
2025-08-20T22:40:25.8213820Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8216677Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef/build_script_build-a20cfa67f7a455ef' retained as runner:runner
2025-08-20T22:40:25.8219445Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef/build_script_build-a20cfa67f7a455ef.d' from root:root to runner:runner
2025-08-20T22:40:25.8222144Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef' from root:root to runner:runner
2025-08-20T22:40:25.8225164Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8228461Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30.d' from root:root to runner:runner
2025-08-20T22:40:25.8230523Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30' retained as runner:runner
2025-08-20T22:40:25.8233614Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30' from root:root to runner:runner
2025-08-20T22:40:25.8236474Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8239212Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' from root:root to runner:runner
2025-08-20T22:40:25.8242462Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as runner:runner
2025-08-20T22:40:25.8245643Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T22:40:25.8247636Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0/build_script_build-fa11817ba9c928e0.d' from root:root to runner:runner
2025-08-20T22:40:25.8250682Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8254286Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0/build_script_build-fa11817ba9c928e0' retained as runner:runner
2025-08-20T22:40:25.8257220Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0' from root:root to runner:runner
2025-08-20T22:40:25.8260250Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8263583Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' from root:root to runner:runner
2025-08-20T22:40:25.8266756Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as runner:runner
2025-08-20T22:40:25.8269614Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T22:40:25.8272787Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3/build_script_build-a55597fa715fd2f3.d' from root:root to runner:runner
2025-08-20T22:40:25.8276126Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8279104Z [00:09:15.472]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3/build_script_build-a55597fa715fd2f3' retained as runner:runner
2025-08-20T22:40:25.8281522Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3' from root:root to runner:runner
2025-08-20T22:40:25.8284527Z [00:09:15.472]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8287293Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6/build_script_build-97298a945240a6a6.d' from root:root to runner:runner
2025-08-20T22:40:25.8289878Z [00:09:15.473]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6/build_script_build-97298a945240a6a6' retained as runner:runner
2025-08-20T22:40:25.8292737Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6' from root:root to runner:runner
2025-08-20T22:40:25.8295433Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566/build_script_build-6599099c63449566' from root:root to runner:runner
2025-08-20T22:40:25.8298639Z [00:09:15.473]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566/build-script-build' retained as runner:runner
2025-08-20T22:40:25.8300317Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566/build_script_build-6599099c63449566.d' from root:root to runner:runner
2025-08-20T22:40:25.8303338Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566' from root:root to runner:runner
2025-08-20T22:40:25.8305851Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8308912Z [00:09:15.473]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e' retained as runner:runner
2025-08-20T22:40:25.8310918Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e.d' from root:root to runner:runner
2025-08-20T22:40:25.8314220Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e' from root:root to runner:runner
2025-08-20T22:40:25.8316113Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:40:25.8318830Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/librustc_version-acace87eef25ae97.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8320585Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8323606Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8325446Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/aho_corasick-ce205e9d23255fa0.d' from root:root to runner:runner
2025-08-20T22:40:25.8328110Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/ucd_parse-d50dac1c9619486d.d' from root:root to runner:runner
2025-08-20T22:40:25.8330551Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/num_enum_derive-ed44ae8a0bdb7bc0.d' from root:root to runner:runner
2025-08-20T22:40:25.8333572Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_error-0380a566f6e12a49.d' from root:root to runner:runner
2025-08-20T22:40:25.8335376Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libder_derive-8a16cef20215719c.so' from root:root to runner:runner
2025-08-20T22:40:25.8337062Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8338719Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/thiserror-95052fbf5ac28089.d' from root:root to runner:runner
2025-08-20T22:40:25.8341598Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libprecis_tools-199c4aeb63169c5c.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8344728Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_datetime-16168353f997e013.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8346957Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/tokio_macros-7825515ab268a7c8.d' from root:root to runner:runner
2025-08-20T22:40:25.8348718Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/der_derive-8a16cef20215719c.d' from root:root to runner:runner
2025-08-20T22:40:25.8350507Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest-c84682b65b6f11ec.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8352225Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libderive_more_impl-c2fda9ebaa640269.so' from root:root to runner:runner
2025-08-20T22:40:25.8354520Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/genawaiter_proc_macro-4f3688e83c2d59c7.d' from root:root to runner:runner
2025-08-20T22:40:25.8357253Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/clap_derive-9ec224102e30aa44.d' from root:root to runner:runner
2025-08-20T22:40:25.8359663Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/serde_derive-7ffa9f50b68ed9ce.d' from root:root to runner:runner
2025-08-20T22:40:25.8361553Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' from root:root to runner:runner
2025-08-20T22:40:25.8363039Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/semver-39065f5b015681ea.d' from root:root to runner:runner
2025-08-20T22:40:25.8364709Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8366823Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libasync_trait-1c946d3595fe2c6b.so' from root:root to runner:runner
2025-08-20T22:40:25.8368360Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest_meta-5c453a7b06c072ef.d' from root:root to runner:runner
2025-08-20T22:40:25.8369896Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerocopy_derive-4ddce41c9cfecce3.so' from root:root to runner:runner
2025-08-20T22:40:25.8372221Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' from root:root to runner:runner
2025-08-20T22:40:25.8373950Z [00:09:15.473]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libfutures_macro-0d52c88d0d00e24e.so' from root:root to runner:runner
2025-08-20T22:40:25.8375549Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libaho_corasick-ce205e9d23255fa0.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8377077Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T22:40:25.8378786Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/syn-3c8050a12085d9c5.d' from root:root to runner:runner
2025-08-20T22:40:25.8380313Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/curve25519_dalek_derive-cf3d57fefac516d7.d' from root:root to runner:runner
2025-08-20T22:40:25.8382010Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex-4ad8bee23e5571eb.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8383988Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T22:40:25.8385511Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/zerovec_derive-3b2e591ee1707b7d.d' from root:root to runner:runner
2025-08-20T22:40:25.8387034Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8388555Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/displaydoc-e4b2e5ae12994c38.d' from root:root to runner:runner
2025-08-20T22:40:25.8390374Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libenum_as_inner-d4fc841b08adddf6.so' from root:root to runner:runner
2025-08-20T22:40:25.8391965Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libenumflags2_derive-77001a605a413ec2.so' from root:root to runner:runner
2025-08-20T22:40:25.8393723Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8395548Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest-c84682b65b6f11ec.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8397120Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8398802Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/syn_mid-790a5138136bcb24.d' from root:root to runner:runner
2025-08-20T22:40:25.8400276Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/indexmap-12cccc78370e5250.d' from root:root to runner:runner
2025-08-20T22:40:25.8402097Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsynstructure-cc1fec7066af36f5.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8403800Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/quote-c06a74acd0bc78a9.d' from root:root to runner:runner
2025-08-20T22:40:25.8405365Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerovec_derive-3b2e591ee1707b7d.so' from root:root to runner:runner
2025-08-20T22:40:25.8407070Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcc-e4b8839e9e89896f.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8409403Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror_impl-eb67b496872c3cf6.so' from root:root to runner:runner
2025-08-20T22:40:25.8411039Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8412621Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_ident-0e5303d89b22b0d6.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8414992Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_ident-0e5303d89b22b0d6.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8416602Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_hack-21dd71a89c169bd7.d' from root:root to runner:runner
2025-08-20T22:40:25.8418143Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8420112Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror_impl-edae18b8ac786a4e.so' from root:root to runner:runner
2025-08-20T22:40:25.8421839Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8423786Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpin_project_internal-a8520cd064d079fa.so' from root:root to runner:runner
2025-08-20T22:40:25.8426501Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8429377Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/litrs-6cc7a3a6964c1385.d' from root:root to runner:runner
2025-08-20T22:40:25.8432052Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/snafu_derive-4f20c33407ec6e51.d' from root:root to runner:runner
2025-08-20T22:40:25.8434594Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8436211Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8437793Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8439947Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_crate-dc14df6316f34ce3.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8441542Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libserde_derive-7ffa9f50b68ed9ce.so' from root:root to runner:runner
2025-08-20T22:40:25.8443440Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex_automata-362a3df8a309a8d6.d' from root:root to runner:runner
2025-08-20T22:40:25.8445999Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/librustc_version-acace87eef25ae97.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8448766Z [00:09:15.474]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8451349Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn_mid-790a5138136bcb24.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8454314Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_derive-ad7db9910f722487.so' from root:root to runner:runner
2025-08-20T22:40:25.8456834Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8458396Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8459907Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/convert_case-3b4af8e6efd11cb7.d' from root:root to runner:runner
2025-08-20T22:40:25.8461861Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_edit-d64ff5663f366205.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8463911Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_automata-362a3df8a309a8d6.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8465468Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' from root:root to runner:runner
2025-08-20T22:40:25.8467521Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/unicode_xid-6339c36d0c7ebba4.d' from root:root to runner:runner
2025-08-20T22:40:25.8469075Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8470610Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsemver-39065f5b015681ea.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8472384Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/thiserror_impl-eb67b496872c3cf6.d' from root:root to runner:runner
2025-08-20T22:40:25.8474364Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so' from root:root to runner:runner
2025-08-20T22:40:25.8476040Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex_lite-b2630d4d6aa364e7.d' from root:root to runner:runner
2025-08-20T22:40:25.8477599Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8479721Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8481288Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsynstructure-cc1fec7066af36f5.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8482875Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libindexmap-12cccc78370e5250.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8485296Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/cc-e4b8839e9e89896f.d' from root:root to runner:runner
2025-08-20T22:40:25.8487439Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libref_cast_impl-fc538036dde80ef9.so' from root:root to runner:runner
2025-08-20T22:40:25.8488984Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/async_trait-1c946d3595fe2c6b.d' from root:root to runner:runner
2025-08-20T22:40:25.8491101Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pnet_macros-c465cc93e005fbd2.d' from root:root to runner:runner
2025-08-20T22:40:25.8492654Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/tracing_attributes-370d373a51aed435.d' from root:root to runner:runner
2025-08-20T22:40:25.8495473Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so' from root:root to runner:runner
2025-08-20T22:40:25.8498181Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8500992Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/iroh_metrics_derive-cccd399ff6b97cb0.d' from root:root to runner:runner
2025-08-20T22:40:25.8503259Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libaho_corasick-ce205e9d23255fa0.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8504776Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/syn-22463715a1cf1998.d' from root:root to runner:runner
2025-08-20T22:40:25.8506328Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error-0380a566f6e12a49.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8508651Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/synstructure-cc1fec7066af36f5.d' from root:root to runner:runner
2025-08-20T22:40:25.8510298Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_crate-dc14df6316f34ce3.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8511906Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_generator-989231293054678f.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8513574Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8515733Z [00:09:15.475]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/zerofrom_derive-8d9e341492b345ed.d' from root:root to runner:runner
2025-08-20T22:40:25.8517334Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/document_features-d142194e6a381e9c.d' from root:root to runner:runner
2025-08-20T22:40:25.8518925Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8521002Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest-c84682b65b6f11ec.d' from root:root to runner:runner
2025-08-20T22:40:25.8522530Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror-95052fbf5ac28089.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8524308Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8526638Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8528204Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8529768Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_error_attr-3b592c2c667604a5.d' from root:root to runner:runner
2025-08-20T22:40:25.8531941Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcurve25519_dalek_derive-cf3d57fefac516d7.so' from root:root to runner:runner
2025-08-20T22:40:25.8533763Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/toml_datetime-16168353f997e013.d' from root:root to runner:runner
2025-08-20T22:40:25.8536505Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex_syntax-6e8c13dee0a493bc.d' from root:root to runner:runner
2025-08-20T22:40:25.8539253Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8540851Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_edit-d64ff5663f366205.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8542473Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/thiserror_impl-edae18b8ac786a4e.d' from root:root to runner:runner
2025-08-20T22:40:25.8544591Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex-4ad8bee23e5571eb.d' from root:root to runner:runner
2025-08-20T22:40:25.8546155Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8547765Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/unicode_segmentation-9ef60f77c2b57782.d' from root:root to runner:runner
2025-08-20T22:40:25.8549755Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_automata-362a3df8a309a8d6.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8551464Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/lazy_static-386955e475fc3d57.d' from root:root to runner:runner
2025-08-20T22:40:25.8552981Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex-4ad8bee23e5571eb.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8554815Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/rustc_version-acace87eef25ae97.d' from root:root to runner:runner
2025-08-20T22:40:25.8556959Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T22:40:25.8558482Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_crate-dc14df6316f34ce3.d' from root:root to runner:runner
2025-08-20T22:40:25.8560294Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtracing_attributes-370d373a51aed435.so' from root:root to runner:runner
2025-08-20T22:40:25.8562188Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libyoke_derive-762142043919d49d.so' from root:root to runner:runner
2025-08-20T22:40:25.8563952Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/enumflags2_derive-77001a605a413ec2.d' from root:root to runner:runner
2025-08-20T22:40:25.8565556Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libgenawaiter_proc_macro-4f3688e83c2d59c7.so' from root:root to runner:runner
2025-08-20T22:40:25.8567892Z [00:09:15.476]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error_attr-3b592c2c667604a5.so' from root:root to runner:runner
2025-08-20T22:40:25.8569502Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_datetime-16168353f997e013.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8571083Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror-95052fbf5ac28089.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8573439Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtokio_macros-7825515ab268a7c8.so' from root:root to runner:runner
2025-08-20T22:40:25.8575056Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libicu_provider_macros-5e83c355d1eadde5.so' from root:root to runner:runner
2025-08-20T22:40:25.8576637Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libirpc_derive-88b1faf3def47b59.so' from root:root to runner:runner
2025-08-20T22:40:25.8578779Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/strum_macros-c4cb1adac374783f.d' from root:root to runner:runner
2025-08-20T22:40:25.8581430Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/nested_enum_utils-935ab7884e92a322.d' from root:root to runner:runner
2025-08-20T22:40:25.8584621Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerofrom_derive-8d9e341492b345ed.so' from root:root to runner:runner
2025-08-20T22:40:25.8587583Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8590745Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/derive_more_impl-c2fda9ebaa640269.d' from root:root to runner:runner
2025-08-20T22:40:25.8593816Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest_derive-ad7db9910f722487.d' from root:root to runner:runner
2025-08-20T22:40:25.8596662Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro2-e80871dc6cb5da46.d' from root:root to runner:runner
2025-08-20T22:40:25.8599389Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/equivalent-d4141b76549b3f53.d' from root:root to runner:runner
2025-08-20T22:40:25.8601369Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libhashbrown-10981cdeda8a48db.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8602905Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/once_cell-4f22faca5dda740e.d' from root:root to runner:runner
2025-08-20T22:40:25.8604906Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/icu_provider_macros-5e83c355d1eadde5.d' from root:root to runner:runner
2025-08-20T22:40:25.8606760Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libhashbrown-10981cdeda8a48db.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8608333Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/ref_cast_impl-fc538036dde80ef9.d' from root:root to runner:runner
2025-08-20T22:40:25.8609862Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpnet_macros-c465cc93e005fbd2.so' from root:root to runner:runner
2025-08-20T22:40:25.8611411Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/postcard_derive-e5ea9e6d4bb61ac0.d' from root:root to runner:runner
2025-08-20T22:40:25.8613275Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libclap_derive-9ec224102e30aa44.so' from root:root to runner:runner
2025-08-20T22:40:25.8614836Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/enum_as_inner-d4fc841b08adddf6.d' from root:root to runner:runner
2025-08-20T22:40:25.8616359Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/irpc_derive-88b1faf3def47b59.d' from root:root to runner:runner
2025-08-20T22:40:25.8617906Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pin_project_internal-a8520cd064d079fa.d' from root:root to runner:runner
2025-08-20T22:40:25.8619688Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnum_enum_derive-ed44ae8a0bdb7bc0.so' from root:root to runner:runner
2025-08-20T22:40:25.8621420Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libstrum_macros-c4cb1adac374783f.so' from root:root to runner:runner
2025-08-20T22:40:25.8622984Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8625606Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/hashbrown-10981cdeda8a48db.d' from root:root to runner:runner
2025-08-20T22:40:25.8628210Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libwinnow-f943c049d93820e5.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8631031Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_hack-21dd71a89c169bd7.so' from root:root to runner:runner
2025-08-20T22:40:25.8633962Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8635932Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest_generator-989231293054678f.d' from root:root to runner:runner
2025-08-20T22:40:25.8637805Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/zerocopy_derive-4ddce41c9cfecce3.d' from root:root to runner:runner
2025-08-20T22:40:25.8639674Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8641221Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libprecis_tools-199c4aeb63169c5c.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8642852Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_generator-989231293054678f.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8645058Z [00:09:15.477]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/toml_edit-d64ff5663f366205.d' from root:root to runner:runner
2025-08-20T22:40:25.8646582Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libindexmap-12cccc78370e5250.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8648117Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8650217Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8651750Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/unicode_ident-0e5303d89b22b0d6.d' from root:root to runner:runner
2025-08-20T22:40:25.8653799Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/winnow-f943c049d93820e5.d' from root:root to runner:runner
2025-08-20T22:40:25.8656414Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libderive_more_impl-159a6270cd96f3e2.so' from root:root to runner:runner
2025-08-20T22:40:25.8658010Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8659575Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/derive_more_impl-159a6270cd96f3e2.d' from root:root to runner:runner
2025-08-20T22:40:25.8662002Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libwinnow-f943c049d93820e5.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8665011Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsnafu_derive-4f20c33407ec6e51.so' from root:root to runner:runner
2025-08-20T22:40:25.8666932Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8668624Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_meta-5c453a7b06c072ef.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8670197Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_meta-5c453a7b06c072ef.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8671764Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/futures_macro-0d52c88d0d00e24e.d' from root:root to runner:runner
2025-08-20T22:40:25.8674061Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/yoke_derive-762142043919d49d.d' from root:root to runner:runner
2025-08-20T22:40:25.8675609Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8677188Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8679309Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn_mid-790a5138136bcb24.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8680825Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8682339Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsemver-39065f5b015681ea.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8684581Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8686330Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8687904Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so' from root:root to runner:runner
2025-08-20T22:40:25.8689699Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpostcard_derive-e5ea9e6d4bb61ac0.so' from root:root to runner:runner
2025-08-20T22:40:25.8691599Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/memchr-b2b2fbaef1fb2137.d' from root:root to runner:runner
2025-08-20T22:40:25.8693105Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T22:40:25.8695200Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error-0380a566f6e12a49.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8697184Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libiroh_metrics_derive-cccd399ff6b97cb0.so' from root:root to runner:runner
2025-08-20T22:40:25.8698739Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/ucd_trie-56344b5ef67d5053.d' from root:root to runner:runner
2025-08-20T22:40:25.8700272Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T22:40:25.8702407Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/precis_tools-199c4aeb63169c5c.d' from root:root to runner:runner
2025-08-20T22:40:25.8704031Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcc-e4b8839e9e89896f.rmeta' from root:root to runner:runner
2025-08-20T22:40:25.8705437Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:40:25.8707538Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8709335Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8711057Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8713433Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8715262Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T22:40:25.8716952Z [00:09:15.478]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8719369Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8721151Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8722935Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8725454Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74' from root:root to runner:runner
2025-08-20T22:40:25.8727139Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8729058Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8731203Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8732941Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8735343Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f' from root:root to runner:runner
2025-08-20T22:40:25.8736969Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/dep-lib-der_derive' from root:root to runner:runner
2025-08-20T22:40:25.8738646Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/lib-der_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.8740592Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8742665Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/lib-der_derive' from root:root to runner:runner
2025-08-20T22:40:25.8744406Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c' from root:root to runner:runner
2025-08-20T22:40:25.8746524Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8748474Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8750201Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8752217Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8754209Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f' from root:root to runner:runner
2025-08-20T22:40:25.8755989Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:40:25.8758160Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:40:25.8759877Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8761513Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/lib-memchr' from root:root to runner:runner
2025-08-20T22:40:25.8763084Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137' from root:root to runner:runner
2025-08-20T22:40:25.8765298Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:40:25.8766905Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8768496Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/lib-syn' from root:root to runner:runner
2025-08-20T22:40:25.8770054Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/lib-syn.json' from root:root to runner:runner
2025-08-20T22:40:25.8771735Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998' from root:root to runner:runner
2025-08-20T22:40:25.8773780Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8776924Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8778726Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8780789Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8782802Z [00:09:15.479]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d' from root:root to runner:runner
2025-08-20T22:40:25.8784707Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:40:25.8786537Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8788619Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:40:25.8790286Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:40:25.8791872Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053' from root:root to runner:runner
2025-08-20T22:40:25.8794269Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8796021Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/lib-derive_more_impl' from root:root to runner:runner
2025-08-20T22:40:25.8797843Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/dep-lib-derive_more_impl' from root:root to runner:runner
2025-08-20T22:40:25.8801023Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/lib-derive_more_impl.json' from root:root to runner:runner
2025-08-20T22:40:25.8803405Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269' from root:root to runner:runner
2025-08-20T22:40:25.8805704Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8807512Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8809319Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8811510Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8813363Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f' from root:root to runner:runner
2025-08-20T22:40:25.8815243Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/lib-num_enum_derive' from root:root to runner:runner
2025-08-20T22:40:25.8817548Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8819279Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/lib-num_enum_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.8821297Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/dep-lib-num_enum_derive' from root:root to runner:runner
2025-08-20T22:40:25.8823597Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0' from root:root to runner:runner
2025-08-20T22:40:25.8825356Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T22:40:25.8827218Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8829074Z [00:09:15.480]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:40:25.8830780Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:40:25.8832649Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8' from root:root to runner:runner
2025-08-20T22:40:25.8834580Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8836407Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8838054Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T22:40:25.8840845Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/lib-proc_macro_error' from root:root to runner:runner
2025-08-20T22:40:25.8844138Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8847520Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/lib-proc_macro_error.json' from root:root to runner:runner
2025-08-20T22:40:25.8850773Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/dep-lib-proc_macro_error' from root:root to runner:runner
2025-08-20T22:40:25.8853955Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49' from root:root to runner:runner
2025-08-20T22:40:25.8855688Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8857482Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8859213Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8861554Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8863491Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c' from root:root to runner:runner
2025-08-20T22:40:25.8865729Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:40:25.8867759Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8869586Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:40:25.8871990Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T22:40:25.8874054Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782' from root:root to runner:runner
2025-08-20T22:40:25.8875921Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8877702Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8879545Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8881520Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8883651Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627' from root:root to runner:runner
2025-08-20T22:40:25.8885289Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:40:25.8887013Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8889248Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:40:25.8890951Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:40:25.8892605Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0' from root:root to runner:runner
2025-08-20T22:40:25.8895024Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-d278ab11e9c2516e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8897120Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-d278ab11e9c2516e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8899336Z [00:09:15.481]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-d278ab11e9c2516e' from root:root to runner:runner
2025-08-20T22:40:25.8901089Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8902797Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/dep-lib-pest_derive' from root:root to runner:runner
2025-08-20T22:40:25.8905749Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/lib-pest_derive' from root:root to runner:runner
2025-08-20T22:40:25.8908779Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/lib-pest_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.8911353Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487' from root:root to runner:runner
2025-08-20T22:40:25.8914167Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/lib-synstructure' from root:root to runner:runner
2025-08-20T22:40:25.8916729Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8918801Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/lib-synstructure.json' from root:root to runner:runner
2025-08-20T22:40:25.8920545Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T22:40:25.8922764Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5' from root:root to runner:runner
2025-08-20T22:40:25.8924643Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/dep-lib-convert_case' from root:root to runner:runner
2025-08-20T22:40:25.8926367Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case.json' from root:root to runner:runner
2025-08-20T22:40:25.8928274Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8930484Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case' from root:root to runner:runner
2025-08-20T22:40:25.8932228Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7' from root:root to runner:runner
2025-08-20T22:40:25.8934605Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8936481Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8938243Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8940733Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8942442Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90' from root:root to runner:runner
2025-08-20T22:40:25.8944831Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs' from root:root to runner:runner
2025-08-20T22:40:25.8947689Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs.json' from root:root to runner:runner
2025-08-20T22:40:25.8950538Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8953634Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/dep-lib-litrs' from root:root to runner:runner
2025-08-20T22:40:25.8956497Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385' from root:root to runner:runner
2025-08-20T22:40:25.8958152Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8959953Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8961666Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8963631Z [00:09:15.482]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8965283Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a' from root:root to runner:runner
2025-08-20T22:40:25.8967030Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/lib-ref_cast_impl' from root:root to runner:runner
2025-08-20T22:40:25.8968754Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8970476Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/dep-lib-ref_cast_impl' from root:root to runner:runner
2025-08-20T22:40:25.8972196Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/lib-ref_cast_impl.json' from root:root to runner:runner
2025-08-20T22:40:25.8974019Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9' from root:root to runner:runner
2025-08-20T22:40:25.8975738Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8977542Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8979292Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8981050Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.8982915Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8' from root:root to runner:runner
2025-08-20T22:40:25.8984841Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/dep-lib-curve25519_dalek_derive' from root:root to runner:runner
2025-08-20T22:40:25.8986736Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/lib-curve25519_dalek_derive' from root:root to runner:runner
2025-08-20T22:40:25.8988569Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8990429Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/lib-curve25519_dalek_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.8992194Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7' from root:root to runner:runner
2025-08-20T22:40:25.8994172Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8995976Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.8997688Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.8999412Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9001040Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a' from root:root to runner:runner
2025-08-20T22:40:25.9002586Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/lib-regex' from root:root to runner:runner
2025-08-20T22:40:25.9004405Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9006106Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:40:25.9007734Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/lib-regex.json' from root:root to runner:runner
2025-08-20T22:40:25.9009434Z [00:09:15.483]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb' from root:root to runner:runner
2025-08-20T22:40:25.9010995Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/lib-semver' from root:root to runner:runner
2025-08-20T22:40:25.9012620Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9014445Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/lib-semver.json' from root:root to runner:runner
2025-08-20T22:40:25.9016089Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/dep-lib-semver' from root:root to runner:runner
2025-08-20T22:40:25.9017645Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea' from root:root to runner:runner
2025-08-20T22:40:25.9019452Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9021230Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9022938Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9025090Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9026747Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a' from root:root to runner:runner
2025-08-20T22:40:25.9028390Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:40:25.9030125Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9031852Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:40:25.9033850Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:40:25.9035711Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6' from root:root to runner:runner
2025-08-20T22:40:25.9037401Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9039134Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:40:25.9040878Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:40:25.9043652Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:40:25.9046835Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6' from root:root to runner:runner
2025-08-20T22:40:25.9050082Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/lib-irpc_derive' from root:root to runner:runner
2025-08-20T22:40:25.9053403Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9055214Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/dep-lib-irpc_derive' from root:root to runner:runner
2025-08-20T22:40:25.9056935Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/lib-irpc_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9058577Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59' from root:root to runner:runner
2025-08-20T22:40:25.9060213Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9061910Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:40:25.9063844Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T22:40:25.9065563Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:40:25.9067351Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013' from root:root to runner:runner
2025-08-20T22:40:25.9068967Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/lib-pnet_macros' from root:root to runner:runner
2025-08-20T22:40:25.9070650Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/dep-lib-pnet_macros' from root:root to runner:runner
2025-08-20T22:40:25.9072335Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9074220Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/lib-pnet_macros.json' from root:root to runner:runner
2025-08-20T22:40:25.9075828Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2' from root:root to runner:runner
2025-08-20T22:40:25.9077588Z [00:09:15.484]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/lib-enum_as_inner.json' from root:root to runner:runner
2025-08-20T22:40:25.9079333Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/lib-enum_as_inner' from root:root to runner:runner
2025-08-20T22:40:25.9081046Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9082791Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/dep-lib-enum_as_inner' from root:root to runner:runner
2025-08-20T22:40:25.9084614Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6' from root:root to runner:runner
2025-08-20T22:40:25.9086315Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9088162Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9089922Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9091702Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9093808Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21' from root:root to runner:runner
2025-08-20T22:40:25.9095451Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/lib-toml_edit' from root:root to runner:runner
2025-08-20T22:40:25.9097116Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9098782Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T22:40:25.9100449Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T22:40:25.9102032Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205' from root:root to runner:runner
2025-08-20T22:40:25.9104346Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9106196Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' from root:root to runner:runner
2025-08-20T22:40:25.9108114Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' from root:root to runner:runner
2025-08-20T22:40:25.9109824Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' from root:root to runner:runner
2025-08-20T22:40:25.9111520Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195' from root:root to runner:runner
2025-08-20T22:40:25.9113478Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/lib-pest_generator.json' from root:root to runner:runner
2025-08-20T22:40:25.9115329Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9117279Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/lib-pest_generator' from root:root to runner:runner
2025-08-20T22:40:25.9119925Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/dep-lib-pest_generator' from root:root to runner:runner
2025-08-20T22:40:25.9123735Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f' from root:root to runner:runner
2025-08-20T22:40:25.9126966Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T22:40:25.9149885Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static' from root:root to runner:runner
2025-08-20T22:40:25.9151671Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9153636Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T22:40:25.9155272Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57' from root:root to runner:runner
2025-08-20T22:40:25.9157088Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9158769Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/lib-pest_meta' from root:root to runner:runner
2025-08-20T22:40:25.9160421Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/dep-lib-pest_meta' from root:root to runner:runner
2025-08-20T22:40:25.9162074Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/lib-pest_meta.json' from root:root to runner:runner
2025-08-20T22:40:25.9163939Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef' from root:root to runner:runner
2025-08-20T22:40:25.9165615Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T22:40:25.9167370Z [00:09:15.485]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9169096Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T22:40:25.9170856Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9172741Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed' from root:root to runner:runner
2025-08-20T22:40:25.9174908Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:40:25.9176642Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9178389Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:40:25.9180134Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:40:25.9181771Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6' from root:root to runner:runner
2025-08-20T22:40:25.9183777Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/dep-lib-zerocopy_derive' from root:root to runner:runner
2025-08-20T22:40:25.9185570Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9187332Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/lib-zerocopy_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9189089Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/lib-zerocopy_derive' from root:root to runner:runner
2025-08-20T22:40:25.9190761Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3' from root:root to runner:runner
2025-08-20T22:40:25.9192379Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:40:25.9194590Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9197429Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' from root:root to runner:runner
2025-08-20T22:40:25.9200516Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:40:25.9204029Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47' from root:root to runner:runner
2025-08-20T22:40:25.9206261Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9208087Z [00:09:15.486]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9209842Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9211612Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9213529Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300' from root:root to runner:runner
2025-08-20T22:40:25.9215337Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9217088Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/lib-derive_more_impl' from root:root to runner:runner
2025-08-20T22:40:25.9218852Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/dep-lib-derive_more_impl' from root:root to runner:runner
2025-08-20T22:40:25.9220609Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/lib-derive_more_impl.json' from root:root to runner:runner
2025-08-20T22:40:25.9222274Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2' from root:root to runner:runner
2025-08-20T22:40:25.9224213Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/lib-proc_macro_error_attr.json' from root:root to runner:runner
2025-08-20T22:40:25.9226065Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T22:40:25.9227853Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9229663Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/dep-lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T22:40:25.9231538Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5' from root:root to runner:runner
2025-08-20T22:40:25.9233467Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9235317Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9237030Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9238758Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9240391Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc' from root:root to runner:runner
2025-08-20T22:40:25.9242138Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9244261Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9245981Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:40:25.9247670Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:40:25.9249275Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce' from root:root to runner:runner
2025-08-20T22:40:25.9250902Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9252602Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:40:25.9254580Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:40:25.9256299Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:40:25.9258108Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc' from root:root to runner:runner
2025-08-20T22:40:25.9259806Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T22:40:25.9261619Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:40:25.9263575Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9265376Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:40:25.9267076Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435' from root:root to runner:runner
2025-08-20T22:40:25.9268964Z [00:09:15.487]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9272015Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9275695Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9278997Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9281181Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T22:40:25.9282963Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-195751d174a2b079/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9285142Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-195751d174a2b079/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9286924Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-195751d174a2b079' from root:root to runner:runner
2025-08-20T22:40:25.9288586Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9290475Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:40:25.9292131Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:40:25.9294115Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/lib-indexmap' from root:root to runner:runner
2025-08-20T22:40:25.9295726Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250' from root:root to runner:runner
2025-08-20T22:40:25.9297366Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9299143Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9301045Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T22:40:25.9302830Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T22:40:25.9304834Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d' from root:root to runner:runner
2025-08-20T22:40:25.9306516Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9308229Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/dep-lib-async_trait' from root:root to runner:runner
2025-08-20T22:40:25.9309933Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/lib-async_trait' from root:root to runner:runner
2025-08-20T22:40:25.9311623Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/lib-async_trait.json' from root:root to runner:runner
2025-08-20T22:40:25.9313519Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b' from root:root to runner:runner
2025-08-20T22:40:25.9315155Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:40:25.9316984Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:40:25.9318664Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:40:25.9320336Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9321940Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db' from root:root to runner:runner
2025-08-20T22:40:25.9323827Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-e9471f0376afeda0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9325627Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-e9471f0376afeda0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9327367Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-e9471f0376afeda0' from root:root to runner:runner
2025-08-20T22:40:25.9329052Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9330922Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9332723Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9334822Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9336563Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16' from root:root to runner:runner
2025-08-20T22:40:25.9338207Z [00:09:15.488]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:40:25.9339897Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:40:25.9341575Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9343783Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:40:25.9345736Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46' from root:root to runner:runner
2025-08-20T22:40:25.9348512Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9351919Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9355413Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9357542Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9359413Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc' from root:root to runner:runner
2025-08-20T22:40:25.9361118Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:40:25.9362848Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9364829Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:40:25.9366620Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T22:40:25.9368291Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab' from root:root to runner:runner
2025-08-20T22:40:25.9369949Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9372019Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9373975Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9375961Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9377625Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e' from root:root to runner:runner
2025-08-20T22:40:25.9379225Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9381024Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:40:25.9382682Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/lib-thiserror' from root:root to runner:runner
2025-08-20T22:40:25.9384531Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:40:25.9386260Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089' from root:root to runner:runner
2025-08-20T22:40:25.9387883Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9389494Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:40:25.9391130Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T22:40:25.9392722Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T22:40:25.9394554Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T22:40:25.9396219Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/lib-nested_enum_utils.json' from root:root to runner:runner
2025-08-20T22:40:25.9398029Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/dep-lib-nested_enum_utils' from root:root to runner:runner
2025-08-20T22:40:25.9399782Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/lib-nested_enum_utils' from root:root to runner:runner
2025-08-20T22:40:25.9401664Z [00:09:15.489]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9403493Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322' from root:root to runner:runner
2025-08-20T22:40:25.9405267Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-62ceeefeb7872fec/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9407101Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-62ceeefeb7872fec/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9408752Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-62ceeefeb7872fec' from root:root to runner:runner
2025-08-20T22:40:25.9410368Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/lib-rustc_version' from root:root to runner:runner
2025-08-20T22:40:25.9412209Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9414131Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/dep-lib-rustc_version' from root:root to runner:runner
2025-08-20T22:40:25.9415859Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/lib-rustc_version.json' from root:root to runner:runner
2025-08-20T22:40:25.9417498Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97' from root:root to runner:runner
2025-08-20T22:40:25.9419871Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/lib-icu_provider_macros.json' from root:root to runner:runner
2025-08-20T22:40:25.9421717Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/dep-lib-icu_provider_macros' from root:root to runner:runner
2025-08-20T22:40:25.9423901Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9425708Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/lib-icu_provider_macros' from root:root to runner:runner
2025-08-20T22:40:25.9427828Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5' from root:root to runner:runner
2025-08-20T22:40:25.9431413Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9435088Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9438277Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9440726Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9442470Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3' from root:root to runner:runner
2025-08-20T22:40:25.9444647Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9446476Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9448419Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9450244Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9451922Z [00:09:15.490]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592' from root:root to runner:runner
2025-08-20T22:40:25.9453946Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9455848Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9457643Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9459459Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9461351Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2' from root:root to runner:runner
2025-08-20T22:40:25.9463757Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/lib-iroh_metrics_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9465689Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9467484Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/lib-iroh_metrics_derive' from root:root to runner:runner
2025-08-20T22:40:25.9469533Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/dep-lib-iroh_metrics_derive' from root:root to runner:runner
2025-08-20T22:40:25.9471258Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0' from root:root to runner:runner
2025-08-20T22:40:25.9473319Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T22:40:25.9475077Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9476794Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T22:40:25.9478515Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T22:40:25.9480152Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T22:40:25.9481784Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9483748Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9485642Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/lib-yoke_derive' from root:root to runner:runner
2025-08-20T22:40:25.9487327Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T22:40:25.9489171Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d' from root:root to runner:runner
2025-08-20T22:40:25.9490874Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9492736Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9495057Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9496889Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9498610Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T22:40:25.9500446Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9502277Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9504498Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9506313Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9508003Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42' from root:root to runner:runner
2025-08-20T22:40:25.9509676Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9511472Z [00:09:15.491]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9513407Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9515220Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9517075Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53' from root:root to runner:runner
2025-08-20T22:40:25.9518767Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9520622Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9522405Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9524500Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9526224Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T22:40:25.9527992Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/lib-precis_tools' from root:root to runner:runner
2025-08-20T22:40:25.9529709Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9531417Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/lib-precis_tools.json' from root:root to runner:runner
2025-08-20T22:40:25.9533131Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/dep-lib-precis_tools' from root:root to runner:runner
2025-08-20T22:40:25.9535053Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c' from root:root to runner:runner
2025-08-20T22:40:25.9536726Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9538491Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9540197Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9541906Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9544111Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c' from root:root to runner:runner
2025-08-20T22:40:25.9545740Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9547488Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T22:40:25.9549259Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/lib-enumflags2_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9551037Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/dep-lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T22:40:25.9552834Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2' from root:root to runner:runner
2025-08-20T22:40:25.9554633Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9556411Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9558159Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9559888Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9561526Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-20T22:40:25.9563347Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-b7bdf0dd07fc8d57/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9565716Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-b7bdf0dd07fc8d57/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9567483Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-b7bdf0dd07fc8d57' from root:root to runner:runner
2025-08-20T22:40:25.9569332Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9571146Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9572900Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9574784Z [00:09:15.492]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9576471Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa' from root:root to runner:runner
2025-08-20T22:40:25.9578912Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9581004Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9582697Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05' from root:root to runner:runner
2025-08-20T22:40:25.9585041Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:40:25.9586737Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent' from root:root to runner:runner
2025-08-20T22:40:25.9588410Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9590132Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:40:25.9591737Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53' from root:root to runner:runner
2025-08-20T22:40:25.9593586Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9595288Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid' from root:root to runner:runner
2025-08-20T22:40:25.9597143Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid.json' from root:root to runner:runner
2025-08-20T22:40:25.9598841Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/dep-lib-unicode_xid' from root:root to runner:runner
2025-08-20T22:40:25.9600444Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4' from root:root to runner:runner
2025-08-20T22:40:25.9602114Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9604041Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9605806Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9607673Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9609347Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527' from root:root to runner:runner
2025-08-20T22:40:25.9611064Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9612904Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9614722Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37' from root:root to runner:runner
2025-08-20T22:40:25.9616362Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/lib-snafu_derive' from root:root to runner:runner
2025-08-20T22:40:25.9618066Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/lib-snafu_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9619760Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9621460Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/dep-lib-snafu_derive' from root:root to runner:runner
2025-08-20T22:40:25.9623482Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51' from root:root to runner:runner
2025-08-20T22:40:25.9625337Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9627246Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9629050Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9630905Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9632632Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd' from root:root to runner:runner
2025-08-20T22:40:25.9634671Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9636545Z [00:09:15.493]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9638322Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9640115Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9641831Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8' from root:root to runner:runner
2025-08-20T22:40:25.9643567Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/lib-quote.json' from root:root to runner:runner
2025-08-20T22:40:25.9645208Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9646807Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/lib-quote' from root:root to runner:runner
2025-08-20T22:40:25.9648522Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:40:25.9650793Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9' from root:root to runner:runner
2025-08-20T22:40:25.9652365Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T22:40:25.9654104Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T22:40:25.9655737Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9657347Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T22:40:25.9658874Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T22:40:25.9660601Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:40:25.9662329Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9664397Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:40:25.9666117Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T22:40:25.9668197Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T22:40:25.9669880Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/dep-lib-document_features' from root:root to runner:runner
2025-08-20T22:40:25.9671665Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features' from root:root to runner:runner
2025-08-20T22:40:25.9673577Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features.json' from root:root to runner:runner
2025-08-20T22:40:25.9675367Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9677221Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c' from root:root to runner:runner
2025-08-20T22:40:25.9678799Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/dep-lib-cc' from root:root to runner:runner
2025-08-20T22:40:25.9680324Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/lib-cc' from root:root to runner:runner
2025-08-20T22:40:25.9681887Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9683581Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/lib-cc.json' from root:root to runner:runner
2025-08-20T22:40:25.9685088Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f' from root:root to runner:runner
2025-08-20T22:40:25.9686871Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/lib-pin_project_internal.json' from root:root to runner:runner
2025-08-20T22:40:25.9688708Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/lib-pin_project_internal' from root:root to runner:runner
2025-08-20T22:40:25.9690509Z [00:09:15.494]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9692324Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/dep-lib-pin_project_internal' from root:root to runner:runner
2025-08-20T22:40:25.9694199Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa' from root:root to runner:runner
2025-08-20T22:40:25.9695924Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9697760Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9699518Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9701296Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9703115Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef' from root:root to runner:runner
2025-08-20T22:40:25.9705104Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9706943Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9708660Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9710399Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9712022Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30' from root:root to runner:runner
2025-08-20T22:40:25.9713896Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9715728Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9717478Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9719243Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9721084Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T22:40:25.9723367Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/dep-lib-ucd_parse' from root:root to runner:runner
2025-08-20T22:40:25.9725042Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9726689Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse' from root:root to runner:runner
2025-08-20T22:40:25.9728349Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse.json' from root:root to runner:runner
2025-08-20T22:40:25.9730094Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d' from root:root to runner:runner
2025-08-20T22:40:25.9731824Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9733876Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9735726Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9737587Z [00:09:15.495]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9739362Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0' from root:root to runner:runner
2025-08-20T22:40:25.9741140Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/lib-strum_macros' from root:root to runner:runner
2025-08-20T22:40:25.9742856Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T22:40:25.9744918Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9746629Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T22:40:25.9748257Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f' from root:root to runner:runner
2025-08-20T22:40:25.9749939Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9751735Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9753586Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9755355Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9757181Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T22:40:25.9758787Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9760470Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:40:25.9762149Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9763958Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:40:25.9765566Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44' from root:root to runner:runner
2025-08-20T22:40:25.9767249Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/lib-winnow' from root:root to runner:runner
2025-08-20T22:40:25.9768878Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9770510Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/dep-lib-winnow' from root:root to runner:runner
2025-08-20T22:40:25.9772131Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/lib-winnow.json' from root:root to runner:runner
2025-08-20T22:40:25.9773846Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5' from root:root to runner:runner
2025-08-20T22:40:25.9775509Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9777305Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9779033Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9780778Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9782763Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3' from root:root to runner:runner
2025-08-20T22:40:25.9784973Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9786880Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9788672Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9790477Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9792188Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6' from root:root to runner:runner
2025-08-20T22:40:25.9794286Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9796067Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/dep-lib-proc_macro_hack' from root:root to runner:runner
2025-08-20T22:40:25.9797835Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/lib-proc_macro_hack.json' from root:root to runner:runner
2025-08-20T22:40:25.9800014Z [00:09:15.496]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/lib-proc_macro_hack' from root:root to runner:runner
2025-08-20T22:40:25.9801683Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7' from root:root to runner:runner
2025-08-20T22:40:25.9803483Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9805346Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/dep-lib-genawaiter_proc_macro' from root:root to runner:runner
2025-08-20T22:40:25.9807234Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/lib-genawaiter_proc_macro.json' from root:root to runner:runner
2025-08-20T22:40:25.9809075Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/lib-genawaiter_proc_macro' from root:root to runner:runner
2025-08-20T22:40:25.9810955Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7' from root:root to runner:runner
2025-08-20T22:40:25.9812615Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9814411Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/dep-lib-regex_lite' from root:root to runner:runner
2025-08-20T22:40:25.9816077Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite' from root:root to runner:runner
2025-08-20T22:40:25.9817737Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite.json' from root:root to runner:runner
2025-08-20T22:40:25.9819343Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7' from root:root to runner:runner
2025-08-20T22:40:25.9821036Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/lib-syn_mid' from root:root to runner:runner
2025-08-20T22:40:25.9822670Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9824646Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/dep-lib-syn_mid' from root:root to runner:runner
2025-08-20T22:40:25.9826286Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/lib-syn_mid.json' from root:root to runner:runner
2025-08-20T22:40:25.9827847Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24' from root:root to runner:runner
2025-08-20T22:40:25.9829490Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9831267Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9832979Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9834843Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9836647Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566' from root:root to runner:runner
2025-08-20T22:40:25.9838254Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9839963Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/lib-futures_macro' from root:root to runner:runner
2025-08-20T22:40:25.9841688Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/lib-futures_macro.json' from root:root to runner:runner
2025-08-20T22:40:25.9843531Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/dep-lib-futures_macro' from root:root to runner:runner
2025-08-20T22:40:25.9845185Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e' from root:root to runner:runner
2025-08-20T22:40:25.9846917Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9848590Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:40:25.9850226Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell' from root:root to runner:runner
2025-08-20T22:40:25.9851861Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:40:25.9853551Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e' from root:root to runner:runner
2025-08-20T22:40:25.9855207Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:40:25.9856942Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9858671Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:40:25.9860404Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:40:25.9862188Z [00:09:15.497]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e' from root:root to runner:runner
2025-08-20T22:40:25.9864122Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9865969Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:25.9867690Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9869420Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:25.9871061Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e' from root:root to runner:runner
2025-08-20T22:40:25.9872832Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/dep-lib-postcard_derive' from root:root to runner:runner
2025-08-20T22:40:25.9874798Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9877222Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/lib-postcard_derive.json' from root:root to runner:runner
2025-08-20T22:40:25.9878993Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/lib-postcard_derive' from root:root to runner:runner
2025-08-20T22:40:25.9880667Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0' from root:root to runner:runner
2025-08-20T22:40:25.9882257Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:40:25.9884309Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9885934Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/lib-syn' from root:root to runner:runner
2025-08-20T22:40:25.9887494Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/lib-syn.json' from root:root to runner:runner
2025-08-20T22:40:25.9889171Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5' from root:root to runner:runner
2025-08-20T22:40:25.9890740Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9892355Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:40:25.9894059Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/lib-pest' from root:root to runner:runner
2025-08-20T22:40:25.9895640Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/lib-pest.json' from root:root to runner:runner
2025-08-20T22:40:25.9897170Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec' from root:root to runner:runner
2025-08-20T22:40:25.9898875Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9900547Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/lib-displaydoc' from root:root to runner:runner
2025-08-20T22:40:25.9902278Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T22:40:25.9904502Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T22:40:25.9906159Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38' from root:root to runner:runner
2025-08-20T22:40:25.9907822Z [00:09:15.498]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/dep-lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T22:40:25.9909751Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/lib-proc_macro_crate.json' from root:root to runner:runner
2025-08-20T22:40:25.9911496Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9913414Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T22:40:25.9915185Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3' from root:root to runner:runner
2025-08-20T22:40:25.9916625Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:40:25.9917892Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:40:25.9919379Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:40:25.9920883Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:40:25.9922379Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:40:25.9924127Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/sendme' from root:root to runner:runner
2025-08-20T22:40:25.9925717Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/out' from root:root to runner:runner
2025-08-20T22:40:25.9927417Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/output' from root:root to runner:runner
2025-08-20T22:40:25.9929155Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/root-output' from root:root to runner:runner
2025-08-20T22:40:25.9930923Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9932675Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/stderr' from root:root to runner:runner
2025-08-20T22:40:25.9934647Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9' from root:root to runner:runner
2025-08-20T22:40:25.9936300Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/out' from root:root to runner:runner
2025-08-20T22:40:25.9937963Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/output' from root:root to runner:runner
2025-08-20T22:40:25.9939654Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/root-output' from root:root to runner:runner
2025-08-20T22:40:25.9941382Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9943082Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/stderr' from root:root to runner:runner
2025-08-20T22:40:25.9945308Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d' from root:root to runner:runner
2025-08-20T22:40:25.9947016Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/out/consts.rs' from root:root to runner:runner
2025-08-20T22:40:25.9948761Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/out/tests.rs' from root:root to runner:runner
2025-08-20T22:40:25.9950702Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/out/op.rs' from root:root to runner:runner
2025-08-20T22:40:25.9952441Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/out' from root:root to runner:runner
2025-08-20T22:40:25.9954363Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/output' from root:root to runner:runner
2025-08-20T22:40:25.9956089Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/root-output' from root:root to runner:runner
2025-08-20T22:40:25.9957861Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:25.9959597Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/stderr' from root:root to runner:runner
2025-08-20T22:40:25.9961405Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec' from root:root to runner:runner
2025-08-20T22:40:25.9963456Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:25.9965461Z [00:09:15.499]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/00c879ee3285a50d-montgomery.o' from root:root to runner:runner
2025-08-20T22:40:25.9967355Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-cpu_intel.o' from root:root to runner:runner
2025-08-20T22:40:25.9969214Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-gfp_p256.o' from root:root to runner:runner
2025-08-20T22:40:25.9971188Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/aaa1ba3e455ee2e1-limbs.o' from root:root to runner:runner
2025-08-20T22:40:25.9973039Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-crypto.o' from root:root to runner:runner
2025-08-20T22:40:25.9975070Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-x86_64-mont-elf.o' from root:root to runner:runner
2025-08-20T22:40:25.9976992Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/25ac62e5b3c53843-curve25519_64_adx.o' from root:root to runner:runner
2025-08-20T22:40:25.9978945Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' from root:root to runner:runner
2025-08-20T22:40:25.9980823Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-mem.o' from root:root to runner:runner
2025-08-20T22:40:25.9982656Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/libring_core_0_17_9__test.a' from root:root to runner:runner
2025-08-20T22:40:25.9984678Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/e165cd818145c705-fiat_curve25519_adx_mul.o' from root:root to runner:runner
2025-08-20T22:40:25.9986625Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-sha512-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:25.9988762Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-vpaes-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:25.9990663Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/25ac62e5b3c53843-curve25519.o' from root:root to runner:runner
2025-08-20T22:40:25.9992543Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-ecp_nistz.o' from root:root to runner:runner
2025-08-20T22:40:25.9994873Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-p256-nistz.o' from root:root to runner:runner
2025-08-20T22:40:25.9996785Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/00c879ee3285a50d-montgomery_inv.o' from root:root to runner:runner
2025-08-20T22:40:25.9998896Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/e165cd818145c705-fiat_curve25519_adx_square.o' from root:root to runner:runner
2025-08-20T22:40:26.0000933Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:26.0002909Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-aesni-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:26.0005132Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/libring_core_0_17_9_.a' from root:root to runner:runner
2025-08-20T22:40:26.0007026Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-gfp_p384.o' from root:root to runner:runner
2025-08-20T22:40:26.0008873Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-p256.o' from root:root to runner:runner
2025-08-20T22:40:26.0010749Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-sha256-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:26.0012678Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-ghash-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:26.0014824Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/d5a9841f3dc6e253-poly1305.o' from root:root to runner:runner
2025-08-20T22:40:26.0016713Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-x86_64-mont5-elf.o' from root:root to runner:runner
2025-08-20T22:40:26.0018632Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-chacha-x86_64-elf.o' from root:root to runner:runner
2025-08-20T22:40:26.0020560Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-constant_time_test.o' from root:root to runner:runner
2025-08-20T22:40:26.0022453Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/0bbbd18bda93c05b-aes_nohw.o' from root:root to runner:runner
2025-08-20T22:40:26.0024715Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out' from root:root to runner:runner
2025-08-20T22:40:26.0027577Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/output' from root:root to runner:runner
2025-08-20T22:40:26.0030734Z [00:09:15.500]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0034099Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0036192Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0037834Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454' from root:root to runner:runner
2025-08-20T22:40:26.0039609Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_2eb1da1dd76cca33_0.ll' from root:root to runner:runner
2025-08-20T22:40:26.0041371Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out' from root:root to runner:runner
2025-08-20T22:40:26.0043046Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' from root:root to runner:runner
2025-08-20T22:40:26.0045208Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0046963Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0048703Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0050363Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T22:40:26.0052013Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/out' from root:root to runner:runner
2025-08-20T22:40:26.0053857Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/output' from root:root to runner:runner
2025-08-20T22:40:26.0055703Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0057456Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0059177Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0060819Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762' from root:root to runner:runner
2025-08-20T22:40:26.0062536Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/out/public.rs' from root:root to runner:runner
2025-08-20T22:40:26.0064614Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/out/precis_tables.rs' from root:root to runner:runner
2025-08-20T22:40:26.0066452Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/out/context_tables.rs' from root:root to runner:runner
2025-08-20T22:40:26.0068218Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/out' from root:root to runner:runner
2025-08-20T22:40:26.0069924Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/output' from root:root to runner:runner
2025-08-20T22:40:26.0071828Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0073978Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0075774Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0077486Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0' from root:root to runner:runner
2025-08-20T22:40:26.0079145Z [00:09:15.501]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/out' from root:root to runner:runner
2025-08-20T22:40:26.0080797Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/output' from root:root to runner:runner
2025-08-20T22:40:26.0082608Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0084657Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0086380Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0088020Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b' from root:root to runner:runner
2025-08-20T22:40:26.0089647Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/out' from root:root to runner:runner
2025-08-20T22:40:26.0091309Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/output' from root:root to runner:runner
2025-08-20T22:40:26.0092989Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0095054Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0096764Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0098548Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T22:40:26.0100199Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/out' from root:root to runner:runner
2025-08-20T22:40:26.0103017Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/output' from root:root to runner:runner
2025-08-20T22:40:26.0106541Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0109852Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0112462Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0114402Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336' from root:root to runner:runner
2025-08-20T22:40:26.0116084Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/out' from root:root to runner:runner
2025-08-20T22:40:26.0117772Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/output' from root:root to runner:runner
2025-08-20T22:40:26.0119501Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0121272Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0123024Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0124898Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70' from root:root to runner:runner
2025-08-20T22:40:26.0126674Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/out/autocfg_48aa2f04c7d8948b_0.ll' from root:root to runner:runner
2025-08-20T22:40:26.0128566Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/out' from root:root to runner:runner
2025-08-20T22:40:26.0130219Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/output' from root:root to runner:runner
2025-08-20T22:40:26.0131913Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0133850Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0135577Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0137224Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13' from root:root to runner:runner
2025-08-20T22:40:26.0139025Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/out' from root:root to runner:runner
2025-08-20T22:40:26.0140789Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' from root:root to runner:runner
2025-08-20T22:40:26.0142576Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0144673Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0146480Z [00:09:15.502]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0148212Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T22:40:26.0149893Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/out' from root:root to runner:runner
2025-08-20T22:40:26.0151589Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/output' from root:root to runner:runner
2025-08-20T22:40:26.0153484Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0155453Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0157182Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0158848Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6' from root:root to runner:runner
2025-08-20T22:40:26.0160550Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/out' from root:root to runner:runner
2025-08-20T22:40:26.0162289Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/output' from root:root to runner:runner
2025-08-20T22:40:26.0164550Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0166545Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0168356Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0170077Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd' from root:root to runner:runner
2025-08-20T22:40:26.0171763Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/out' from root:root to runner:runner
2025-08-20T22:40:26.0173724Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/output' from root:root to runner:runner
2025-08-20T22:40:26.0175467Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0177689Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0180697Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0184263Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-20T22:40:26.0187303Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/out' from root:root to runner:runner
2025-08-20T22:40:26.0189353Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/output' from root:root to runner:runner
2025-08-20T22:40:26.0191102Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0192893Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0194845Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0196683Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b' from root:root to runner:runner
2025-08-20T22:40:26.0198373Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/out' from root:root to runner:runner
2025-08-20T22:40:26.0200074Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' from root:root to runner:runner
2025-08-20T22:40:26.0201799Z [00:09:15.503]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0204086Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0205924Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0207610Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T22:40:26.0209255Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/out' from root:root to runner:runner
2025-08-20T22:40:26.0210909Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/output' from root:root to runner:runner
2025-08-20T22:40:26.0212815Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0214766Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0216498Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0218131Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5' from root:root to runner:runner
2025-08-20T22:40:26.0219796Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/out' from root:root to runner:runner
2025-08-20T22:40:26.0221506Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/output' from root:root to runner:runner
2025-08-20T22:40:26.0223581Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0225401Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0227166Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0228856Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-2ba0d54f96f80b6d' from root:root to runner:runner
2025-08-20T22:40:26.0230716Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_avx512_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:40:26.0232656Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/libblake3_avx512_assembly.a' from root:root to runner:runner
2025-08-20T22:40:26.0235100Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_sse2_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:40:26.0237024Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/flag_check.c' from root:root to runner:runner
2025-08-20T22:40:26.0238957Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/flag_check' from root:root to runner:runner
2025-08-20T22:40:26.0240844Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_sse41_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:40:26.0242812Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/libblake3_sse2_sse41_avx2_assembly.a' from root:root to runner:runner
2025-08-20T22:40:26.0244969Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_avx2_x86-64_unix.o' from root:root to runner:runner
2025-08-20T22:40:26.0246786Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out' from root:root to runner:runner
2025-08-20T22:40:26.0248462Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/output' from root:root to runner:runner
2025-08-20T22:40:26.0250283Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0252055Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0254387Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0257366Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b' from root:root to runner:runner
2025-08-20T22:40:26.0260410Z [00:09:15.504]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/out' from root:root to runner:runner
2025-08-20T22:40:26.0263740Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' from root:root to runner:runner
2025-08-20T22:40:26.0265953Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0267757Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0269522Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0271401Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T22:40:26.0273100Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/out' from root:root to runner:runner
2025-08-20T22:40:26.0275133Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/output' from root:root to runner:runner
2025-08-20T22:40:26.0276917Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0278758Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0280707Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0282431Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1' from root:root to runner:runner
2025-08-20T22:40:26.0284303Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/out' from root:root to runner:runner
2025-08-20T22:40:26.0285965Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/output' from root:root to runner:runner
2025-08-20T22:40:26.0287670Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0289409Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0291127Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0292761Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21' from root:root to runner:runner
2025-08-20T22:40:26.0294633Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/out' from root:root to runner:runner
2025-08-20T22:40:26.0296529Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' from root:root to runner:runner
2025-08-20T22:40:26.0298300Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0300122Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0301915Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0303892Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T22:40:26.0305652Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/out' from root:root to runner:runner
2025-08-20T22:40:26.0307508Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/output' from root:root to runner:runner
2025-08-20T22:40:26.0309273Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0311060Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0312824Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0315016Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9' from root:root to runner:runner
2025-08-20T22:40:26.0316715Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/out' from root:root to runner:runner
2025-08-20T22:40:26.0318412Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/output' from root:root to runner:runner
2025-08-20T22:40:26.0320146Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0321926Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0324021Z [00:09:15.505]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0325709Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a' from root:root to runner:runner
2025-08-20T22:40:26.0341291Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/bidi_class.rs' from root:root to runner:runner
2025-08-20T22:40:26.0343488Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/space_separator.rs' from root:root to runner:runner
2025-08-20T22:40:26.0345419Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/width_mapping.rs' from root:root to runner:runner
2025-08-20T22:40:26.0347530Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/unicode_version.rs' from root:root to runner:runner
2025-08-20T22:40:26.0349369Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out' from root:root to runner:runner
2025-08-20T22:40:26.0351138Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/output' from root:root to runner:runner
2025-08-20T22:40:26.0352938Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0355034Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0356860Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0358601Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535' from root:root to runner:runner
2025-08-20T22:40:26.0360301Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/out' from root:root to runner:runner
2025-08-20T22:40:26.0362038Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/output' from root:root to runner:runner
2025-08-20T22:40:26.0364228Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0366047Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0367814Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0369504Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98' from root:root to runner:runner
2025-08-20T22:40:26.0371182Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/out' from root:root to runner:runner
2025-08-20T22:40:26.0372863Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/output' from root:root to runner:runner
2025-08-20T22:40:26.0374990Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0376791Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0378538Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0380203Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843' from root:root to runner:runner
2025-08-20T22:40:26.0382005Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/out/autocfg_3aa293d30910536d_1.ll' from root:root to runner:runner
2025-08-20T22:40:26.0384295Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/out/autocfg_3aa293d30910536d_0.ll' from root:root to runner:runner
2025-08-20T22:40:26.0386121Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/out' from root:root to runner:runner
2025-08-20T22:40:26.0387834Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/output' from root:root to runner:runner
2025-08-20T22:40:26.0389585Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0391537Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0393504Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0395217Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a' from root:root to runner:runner
2025-08-20T22:40:26.0396895Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/out' from root:root to runner:runner
2025-08-20T22:40:26.0398549Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/output' from root:root to runner:runner
2025-08-20T22:40:26.0400363Z [00:09:15.506]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0402111Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0403949Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0405633Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22' from root:root to runner:runner
2025-08-20T22:40:26.0407281Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/out' from root:root to runner:runner
2025-08-20T22:40:26.0408962Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/output' from root:root to runner:runner
2025-08-20T22:40:26.0410800Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0414054Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0417295Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0420543Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39' from root:root to runner:runner
2025-08-20T22:40:26.0422956Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/out' from root:root to runner:runner
2025-08-20T22:40:26.0424920Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/output' from root:root to runner:runner
2025-08-20T22:40:26.0426660Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0428452Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0430212Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0432093Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3' from root:root to runner:runner
2025-08-20T22:40:26.0434033Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/out' from root:root to runner:runner
2025-08-20T22:40:26.0435830Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/output' from root:root to runner:runner
2025-08-20T22:40:26.0437621Z [00:09:15.507]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0439475Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0441298Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0443027Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd' from root:root to runner:runner
2025-08-20T22:40:26.0444932Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/out' from root:root to runner:runner
2025-08-20T22:40:26.0446708Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/output' from root:root to runner:runner
2025-08-20T22:40:26.0448642Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/root-output' from root:root to runner:runner
2025-08-20T22:40:26.0450474Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.0452287Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/stderr' from root:root to runner:runner
2025-08-20T22:40:26.0454288Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66' from root:root to runner:runner
2025-08-20T22:40:26.0455864Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:40:26.0457409Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-4de097a70295917d.d' from root:root to runner:runner
2025-08-20T22:40:26.0459194Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-9abc7147082cf264.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0460908Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0462584Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/binary_merge-3d197ab36e436dcd.d' from root:root to runner:runner
2025-08-20T22:40:26.0464487Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0466210Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-8bbf7cc89ebcf209.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0467931Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-da45ed22c208d22c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0469656Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-34413e2646a1dbf2.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0471350Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/match_cfg-30739fc7c1190930.d' from root:root to runner:runner
2025-08-20T22:40:26.0473011Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_conv-c669c3d448cfbda6.d' from root:root to runner:runner
2025-08-20T22:40:26.0475007Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-5a251e1d21410db3.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0476685Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-2858ad426ce613cd.d' from root:root to runner:runner
2025-08-20T22:40:26.0478391Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0480138Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0481870Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0484154Z [00:09:15.508]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-2fbe14ddc69a96d0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0485902Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serdect-49cca9424b92e7cd.d' from root:root to runner:runner
2025-08-20T22:40:26.0487566Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_future-38a167e4412b6b2e.d' from root:root to runner:runner
2025-08-20T22:40:26.0489297Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0491613Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-80ca302f7afc8864.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0493578Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0495332Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0497019Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quick_error-0e7041586d946b3b.d' from root:root to runner:runner
2025-08-20T22:40:26.0498746Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0500710Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-9c1c055b506748de.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0502485Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0504386Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-27bba45991047b06.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0506136Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0507881Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fba7bc69c96e80a6.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0509624Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-ac4fcfa9a206c539.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0511475Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-36e6ab3d681550bd.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0513430Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-0e4c3e5701b84739.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0515203Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0516921Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0518619Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0520305Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_error-e99dc38f194b9fc4.d' from root:root to runner:runner
2025-08-20T22:40:26.0521980Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh-8714233198e0c73d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0523893Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-d670d9bed71d8e35.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0525655Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-16ff4bd6d186bb41.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0527552Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-8a1d63b4d4c5365a.d' from root:root to runner:runner
2025-08-20T22:40:26.0529219Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-d7a40ad81367aed6.d' from root:root to runner:runner
2025-08-20T22:40:26.0530937Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-91aaace9f2809dc8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0532686Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-b485ceab5f5cb86e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0534679Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-fe8267b2b287432e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0536411Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-5f6bba963fa74670.d' from root:root to runner:runner
2025-08-20T22:40:26.0538268Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0540033Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-0dc518d7123dbdce.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0541784Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-67ebc5fd98ebeb9d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0543598Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-fe8267b2b287432e.d' from root:root to runner:runner
2025-08-20T22:40:26.0545288Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-0c437587e1abfdb5.d' from root:root to runner:runner
2025-08-20T22:40:26.0546994Z [00:09:15.509]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf16_iter-ffb105b7d3d97884.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0548706Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0550412Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libredb-ea416682ef586c2a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0552070Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1-5a251e1d21410db3.d' from root:root to runner:runner
2025-08-20T22:40:26.0554099Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-192ed597567887e9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0555844Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-e662617027a3bd39.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0557544Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a148a786e238856b.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0559260Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0560977Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0562772Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkcs8-0dee15bebe5179fb.d' from root:root to runner:runner
2025-08-20T22:40:26.0564791Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-9c1c055b506748de.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0566935Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-9b2e8d6de3c98b2d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0568631Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zeroize-9d7a6fb98124bc73.d' from root:root to runner:runner
2025-08-20T22:40:26.0570327Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-bf421eca1ac0a415.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0572045Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-49cca9424b92e7cd.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0573840Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-bb21a5ca4d342ad7.d' from root:root to runner:runner
2025-08-20T22:40:26.0575485Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T22:40:26.0577142Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem_rfc7468-2252f5f9d5ded9e5.d' from root:root to runner:runner
2025-08-20T22:40:26.0578995Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_buffered-2fb8e6cb719453b5.d' from root:root to runner:runner
2025-08-20T22:40:26.0580715Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0582442Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_utils-4dad1fa539981f74.d' from root:root to runner:runner
2025-08-20T22:40:26.0584301Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-16ff4bd6d186bb41.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0586070Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0587784Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0589572Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-7df83deca44c37c6.d' from root:root to runner:runner
2025-08-20T22:40:26.0591273Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-b66eac053281ba0c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0592994Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-3d780639246d5a8f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0594916Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerofrom-437820184a5a36b8.d' from root:root to runner:runner
2025-08-20T22:40:26.0596648Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0598402Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-8bbf7cc89ebcf209.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0600129Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbinary_merge-3d197ab36e436dcd.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0601837Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_compat-0d54096f151017bb.d' from root:root to runner:runner
2025-08-20T22:40:26.0603630Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0605508Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-2d2fc735404d4795.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0607234Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0608965Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-086903c298412eaa.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0610704Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-0e4c3e5701b84739.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0612478Z [00:09:15.510]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-1cb57cfeaf04a471.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0614413Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-87a63e205864e107.d' from root:root to runner:runner
2025-08-20T22:40:26.0616297Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0617954Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-28a318f4828a0528.d' from root:root to runner:runner
2025-08-20T22:40:26.0619598Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5feba56202d4b086.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0621287Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0622986Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-f9c019a310a5856f.d' from root:root to runner:runner
2025-08-20T22:40:26.0624787Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/powerfmt-df48f36396c0b41a.d' from root:root to runner:runner
2025-08-20T22:40:26.0626494Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-0d54096f151017bb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0628217Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0629901Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna_adapter-0bfc050fc825cdfe.d' from root:root to runner:runner
2025-08-20T22:40:26.0631787Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0633700Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-85638485e874916d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0635439Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-6411853a298388cd.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0637132Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_hash-d021aafb2ce11509.d' from root:root to runner:runner
2025-08-20T22:40:26.0638766Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-961b43c3b259ba65.d' from root:root to runner:runner
2025-08-20T22:40:26.0641509Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-e7a97ad0b618a454.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0645331Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-f0920d604078170c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0648575Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid-583d56dcf56d3c99.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0651125Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0652849Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0654809Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-9aa767b6b040fbdb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0656607Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0658324Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-bc2f378c135017cb.d' from root:root to runner:runner
2025-08-20T22:40:26.0659993Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_stream-79e9e929548a551c.d' from root:root to runner:runner
2025-08-20T22:40:26.0661686Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0663786Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-21c40e317ac65b99.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0665541Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0667281Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0669000Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0670683Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-410c25fdcc43a737.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0672533Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-0fff23f05dda4edc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0674477Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8_iter-39c5b28120e165c0.d' from root:root to runner:runner
2025-08-20T22:40:26.0676170Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-5f09f5ffe8ad7bcc.d' from root:root to runner:runner
2025-08-20T22:40:26.0677865Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-18d0e6e01cd438fa.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0679582Z [00:09:15.511]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0681316Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0683038Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae949fbb5ca914c1.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0684891Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-c5c32618f2410274.d' from root:root to runner:runner
2025-08-20T22:40:26.0686549Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-8f27c28c08da8597.d' from root:root to runner:runner
2025-08-20T22:40:26.0688361Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-410c25fdcc43a737.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0690087Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0691819Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-1e3d1287bd8a084f.d' from root:root to runner:runner
2025-08-20T22:40:26.0693942Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0695943Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0697653Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0699542Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0700494Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-91c20dd4ece52ff8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0701402Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-7e1ced85b0c386f0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0702291Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-c1e0b2c63b3062b7.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0703302Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/write16-6132783960610270.d' from root:root to runner:runner
2025-08-20T22:40:26.0704267Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/redb-ea416682ef586c2a.d' from root:root to runner:runner
2025-08-20T22:40:26.0705182Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0706118Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-d26bafa81276286e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0707011Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0708055Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pemfile-99e41f7c07f33fa8.d' from root:root to runner:runner
2025-08-20T22:40:26.0708931Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0709855Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0710722Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/const_oid-d2cc2a0850b7a26a.d' from root:root to runner:runner
2025-08-20T22:40:26.0711616Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-5bb53690db0d1c51.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0712499Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-9abc7147082cf264.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0713680Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-1501e86cec664063.d' from root:root to runner:runner
2025-08-20T22:40:26.0714594Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/color_backtrace-7b826e7c226fe511.d' from root:root to runner:runner
2025-08-20T22:40:26.0715485Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-907120e7cfe553ac.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0716483Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter-92137f4949b53e43.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0717853Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf16_iter-ffb105b7d3d97884.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0719562Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0721270Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0722938Z [00:09:15.512]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0724767Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netdev-9b130764ef84fab1.d' from root:root to runner:runner
2025-08-20T22:40:26.0726605Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d5b911a79544635f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0728021Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-8985678cfd4f3402.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0728911Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netwatch-85638485e874916d.d' from root:root to runner:runner
2025-08-20T22:40:26.0729793Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-3cd4f67ca25abf7d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0730694Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-6a5909e4f0cccded.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0731704Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-2c5aa8d01b9071d4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0732586Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-1db9d9056f431527.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0733632Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time-0f83c0efa3d18cf2.d' from root:root to runner:runner
2025-08-20T22:40:26.0734528Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0735442Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0736323Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0737226Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-7e81c8c9a0158c30.d' from root:root to runner:runner
2025-08-20T22:40:26.0738079Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-f3ef9adfb5348674.d' from root:root to runner:runner
2025-08-20T22:40:26.0739002Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-8abd3b0e14b1861d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0740008Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_provider-d255ee9aa30b920a.d' from root:root to runner:runner
2025-08-20T22:40:26.0740897Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-30739fc7c1190930.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0741760Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-7a1ae249034bdbfe.d' from root:root to runner:runner
2025-08-20T22:40:26.0742684Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0743787Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0744706Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0745722Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-d255ee9aa30b920a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0746634Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-e1cfd7fdaa275a25.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0747526Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0748463Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-46600b8b850450ef.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0749345Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-30739fc7c1190930.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0750251Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-91c20dd4ece52ff8.d' from root:root to runner:runner
2025-08-20T22:40:26.0751143Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8f27c28c08da8597.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0752025Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-92adac5fadb113e1.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0752901Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-6a5909e4f0cccded.d' from root:root to runner:runner
2025-08-20T22:40:26.0754107Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-c9f34b14ce84119e.d' from root:root to runner:runner
2025-08-20T22:40:26.0755005Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-d670d9bed71d8e35.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0755897Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-2f0f1960565e2870.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0756810Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0757684Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/untrusted-df20551f16bb03b0.d' from root:root to runner:runner
2025-08-20T22:40:26.0758549Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/genawaiter-92137f4949b53e43.d' from root:root to runner:runner
2025-08-20T22:40:26.0759596Z [00:09:15.513]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0760492Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0761391Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-08d82e1aa9feb824.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0762239Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backon-2f0f1960565e2870.d' from root:root to runner:runner
2025-08-20T22:40:26.0763127Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-3207c3631fb6cf93.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0764225Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-9c1c055b506748de.d' from root:root to runner:runner
2025-08-20T22:40:26.0765073Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-546f6b8ad3ac57c4.d' from root:root to runner:runner
2025-08-20T22:40:26.0765977Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-0e7041586d946b3b.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0766861Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/diatomic_waker-d4f36cd08c9874f5.d' from root:root to runner:runner
2025-08-20T22:40:26.0767891Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-88cd2d15568d3988.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0768799Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-192ed597567887e9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0769705Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0770616Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0771473Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha1-b66eac053281ba0c.d' from root:root to runner:runner
2025-08-20T22:40:26.0772325Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_snafu-09c652645556f369.d' from root:root to runner:runner
2025-08-20T22:40:26.0773576Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-880299646fe9b028.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0774497Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-4584cfe84772fa05.d' from root:root to runner:runner
2025-08-20T22:40:26.0775383Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simple_dns-3d780639246d5a8f.d' from root:root to runner:runner
2025-08-20T22:40:26.0776331Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librange_collections-0d8aeb6e13fa17f2.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0777257Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-c216a833e3ea000c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0778127Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-ab681ad227162bc4.d' from root:root to runner:runner
2025-08-20T22:40:26.0778998Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-7609a1ebb6113a8e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0779893Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-16ff4bd6d186bb41.d' from root:root to runner:runner
2025-08-20T22:40:26.0780996Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform-e0c989f2c9220961.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0781893Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0782771Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0783854Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_service-b2bd347f1c765998.d' from root:root to runner:runner
2025-08-20T22:40:26.0784773Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_iterator-7d317ded3d3bbb97.d' from root:root to runner:runner
2025-08-20T22:40:26.0785654Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-4b47afaaa340347f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0786676Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-af12ca26b03e134b.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0787547Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0788445Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-a87e488f4109a7eb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0789344Z [00:09:15.514]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-db4510250c8d6935.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0790227Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-9e0651951a82845f.d' from root:root to runner:runner
2025-08-20T22:40:26.0791133Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0791992Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0792905Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0794493Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-dfad14b44929d6ab.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0796436Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-f9756388f8c7316c.d' from root:root to runner:runner
2025-08-20T22:40:26.0798192Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-b6a3425f1543ca56.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0799820Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/subtle-86ec28a99f44b466.d' from root:root to runner:runner
2025-08-20T22:40:26.0801522Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-efd614a4f6963b07.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0803358Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0805024Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0806830Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/deranged-195fca63612370c1.d' from root:root to runner:runner
2025-08-20T22:40:26.0807836Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-169b62cf7a91e631.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0808720Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/self_cell-ae949fbb5ca914c1.d' from root:root to runner:runner
2025-08-20T22:40:26.0809622Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-aa443dd6ff56234e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0810483Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base32-70dbff10eaac799d.d' from root:root to runner:runner
2025-08-20T22:40:26.0811524Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ad2b5921bc2bfd42.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0812430Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-67ebc5fd98ebeb9d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0813550Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_relay-51b0b84fd0caef4e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0814441Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-66a87107a2054841.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0815318Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' from root:root to runner:runner
2025-08-20T22:40:26.0816205Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-f14ff98ac3d0f1ac.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0817195Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hostname-dcdd153cb247d4d3.d' from root:root to runner:runner
2025-08-20T22:40:26.0818120Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-c53a37426ec5628c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0818970Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac-a589344ddb87fbdc.d' from root:root to runner:runner
2025-08-20T22:40:26.0819844Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-693af71edac4e345.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0820709Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/heapless-e1cfd7fdaa275a25.d' from root:root to runner:runner
2025-08-20T22:40:26.0821591Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_rustls-061401fa34301cbb.d' from root:root to runner:runner
2025-08-20T22:40:26.0822435Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-2c3c25b572b2c19c.d' from root:root to runner:runner
2025-08-20T22:40:26.0823499Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0824416Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-b6a3425f1543ca56.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0825499Z [00:09:15.515]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-164e9d78dbc707b8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0826410Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpositioned_io-ecc9416b34759b27.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0827305Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-195fca63612370c1.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0828253Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-7e81c8c9a0158c30.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0829099Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-afceb2c5d0833709.d' from root:root to runner:runner
2025-08-20T22:40:26.0829976Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a629143761e06349.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0830942Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_util-4d63646b82289931.d' from root:root to runner:runner
2025-08-20T22:40:26.0831843Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-e8f3ed2f69f412fb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0832731Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-220a9b3fb31a8139.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0833832Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0834702Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reqwest-d26bafa81276286e.d' from root:root to runner:runner
2025-08-20T22:40:26.0835572Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chacha20-a87e488f4109a7eb.d' from root:root to runner:runner
2025-08-20T22:40:26.0836467Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0837368Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-8c11894fb0e2f793.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0838253Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-da45ed22c208d22c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0839291Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0840196Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0841091Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libref_cast-9afb51e3d0ef227f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0842024Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ad2b5921bc2bfd42.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0842909Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curve25519_dalek-6e65fd0eb907dc51.d' from root:root to runner:runner
2025-08-20T22:40:26.0843986Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-27d235ef8737a305.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0844990Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/resolv_conf-3619310e98f76657.d' from root:root to runner:runner
2025-08-20T22:40:26.0845908Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0846767Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/try_lock-27d235ef8737a305.d' from root:root to runner:runner
2025-08-20T22:40:26.0847676Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quoted_string_parser-4c8d8b7a71c0db68.d' from root:root to runner:runner
2025-08-20T22:40:26.0848520Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-2d2fc735404d4795.d' from root:root to runner:runner
2025-08-20T22:40:26.0849413Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-bf421eca1ac0a415.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0850314Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_route-46600b8b850450ef.d' from root:root to runner:runner
2025-08-20T22:40:26.0851178Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_box-c1e0b2c63b3062b7.d' from root:root to runner:runner
2025-08-20T22:40:26.0852191Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0853052Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_layer-5b76469351e43aca.d' from root:root to runner:runner
2025-08-20T22:40:26.0854202Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-0c437587e1abfdb5.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0855057Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/z32-3aeeaa4f64cdce99.d' from root:root to runner:runner
2025-08-20T22:40:26.0855960Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0856849Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-355d02a9b26506ec.d' from root:root to runner:runner
2025-08-20T22:40:26.0857850Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0858721Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-88cd2d15568d3988.d' from root:root to runner:runner
2025-08-20T22:40:26.0859601Z [00:09:15.516]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-23685ebd8bdfb986.d' from root:root to runner:runner
2025-08-20T22:40:26.0860466Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0861353Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0862240Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0863105Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerovec-44bb6ec2cd54fe05.d' from root:root to runner:runner
2025-08-20T22:40:26.0864440Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0865389Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-c1d14aeca8fbc77b.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0866407Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0867297Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0868211Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-7e1ced85b0c386f0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0869073Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-34413e2646a1dbf2.d' from root:root to runner:runner
2025-08-20T22:40:26.0869972Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0870888Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0871848Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/blake3-b5601fd118571d85.d' from root:root to runner:runner
2025-08-20T22:40:26.0872768Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-44e481325badd09e.d' from root:root to runner:runner
2025-08-20T22:40:26.0874236Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_packet-8c11894fb0e2f793.d' from root:root to runner:runner
2025-08-20T22:40:26.0875961Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-3619310e98f76657.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0877710Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-7df83deca44c37c6.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0879373Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bounded_integer-03e9cf1ded675746.d' from root:root to runner:runner
2025-08-20T22:40:26.0881024Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0882787Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-9c2b479135ff1e63.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0884444Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem-97b10dbf55b4dda2.d' from root:root to runner:runner
2025-08-20T22:40:26.0885569Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-79293cc8c220f35e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0886449Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-08d82e1aa9feb824.d' from root:root to runner:runner
2025-08-20T22:40:26.0887340Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libirpc-16c29c3d245f8697.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0888210Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-66a87107a2054841.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0889135Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-0bfc050fc825cdfe.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0890006Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_udp-246703969a126204.d' from root:root to runner:runner
2025-08-20T22:40:26.0891027Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-03b54c00dfe31731.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0891921Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0892800Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/positioned_io-ecc9416b34759b27.d' from root:root to runner:runner
2025-08-20T22:40:26.0894033Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer-102fab1c1b92628d.d' from root:root to runner:runner
2025-08-20T22:40:26.0894998Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-4dad1fa539981f74.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0895899Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-c216a833e3ea000c.d' from root:root to runner:runner
2025-08-20T22:40:26.0896790Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0897677Z [00:09:15.517]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' from root:root to runner:runner
2025-08-20T22:40:26.0898548Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-5fae158572bcfda4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0899642Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-e8f3ed2f69f412fb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0900552Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties_data-c1d14aeca8fbc77b.d' from root:root to runner:runner
2025-08-20T22:40:26.0901460Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hostname_validator-4aecbb2699db7042.d' from root:root to runner:runner
2025-08-20T22:40:26.0902344Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-2fbe14ddc69a96d0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0903367Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cobs-693af71edac4e345.d' from root:root to runner:runner
2025-08-20T22:40:26.0904297Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0905335Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0906301Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-36e6ab3d681550bd.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0907203Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0908067Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body-ca6f4e7b25f8b86a.d' from root:root to runner:runner
2025-08-20T22:40:26.0908956Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0909860Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_native_certs-615034de367b59ea.d' from root:root to runner:runner
2025-08-20T22:40:26.0910761Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_core-a00007b4914d154c.d' from root:root to runner:runner
2025-08-20T22:40:26.0911655Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pki_types-7078020738de7e30.d' from root:root to runner:runner
2025-08-20T22:40:26.0912672Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0913754Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-0f32f36ce9bf6ed4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0914662Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0915580Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0916474Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/universal_hash-0dc518d7123dbdce.d' from root:root to runner:runner
2025-08-20T22:40:26.0917345Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-398ad555f6d6ab04.d' from root:root to runner:runner
2025-08-20T22:40:26.0918356Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0919220Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-9f5a5316d6a38273.d' from root:root to runner:runner
2025-08-20T22:40:26.0920133Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-02dc1a1dbb330fda.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0920986Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-9d379a310d03fa6a.d' from root:root to runner:runner
2025-08-20T22:40:26.0921895Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-ac4fcfa9a206c539.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0922757Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xmltree-4c185e95e84dcfde.d' from root:root to runner:runner
2025-08-20T22:40:26.0923832Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-47899e815dfac3fe.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0924727Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-6f05b1f24f5ece00.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0925623Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_blobs-b97355eeafc3a6c6.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0926658Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stable_deref_trait-a3436e2bee93ed8c.d' from root:root to runner:runner
2025-08-20T22:40:26.0927518Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1_smol-a89d6c84df009796.d' from root:root to runner:runner
2025-08-20T22:40:26.0928412Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0929366Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-164e9d78dbc707b8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0930303Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0931193Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-a9d0165668a14bb6.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0932166Z [00:09:15.518]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0933067Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0934244Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-8646ecd0d36f55fc.d' from root:root to runner:runner
2025-08-20T22:40:26.0935164Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-99e41f7c07f33fa8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0936070Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a629143761e06349.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0936962Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-f3ef9adfb5348674.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0937847Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-44e481325badd09e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0938722Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sync_wrapper-984b25a86b45f3d1.d' from root:root to runner:runner
2025-08-20T22:40:26.0939627Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-e99dc38f194b9fc4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0940660Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0941592Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0942529Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0943803Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0944738Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-a9d0165668a14bb6.d' from root:root to runner:runner
2025-08-20T22:40:26.0945602Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/poly1305-6411853a298388cd.d' from root:root to runner:runner
2025-08-20T22:40:26.0946631Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0947532Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0948420Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-a4999072a102eb9f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0949318Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0950219Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-6a5909e4f0cccded.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0951119Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0952447Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-c9ffd80e55d6ef2d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0953817Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-64a6040cba36e4e6.d' from root:root to runner:runner
2025-08-20T22:40:26.0954926Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-0fff23f05dda4edc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0955783Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinystr-12e92b07a47e7f7b.d' from root:root to runner:runner
2025-08-20T22:40:26.0956680Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-a87e488f4109a7eb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0957529Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh-8714233198e0c73d.d' from root:root to runner:runner
2025-08-20T22:40:26.0958404Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-961b43c3b259ba65.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0959287Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-a2c5b01d1779644d.d' from root:root to runner:runner
2025-08-20T22:40:26.0960259Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/surge_ping-da45ed22c208d22c.d' from root:root to runner:runner
2025-08-20T22:40:26.0961137Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0962002Z [00:09:15.519]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls-28a74c8bc82b41b8.d' from root:root to runner:runner
2025-08-20T22:40:26.0962892Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-1501e86cec664063.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0963929Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-eb7775498ee036cc.d' from root:root to runner:runner
2025-08-20T22:40:26.0964793Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/igd_next-bbf2447dbb16e3f9.d' from root:root to runner:runner
2025-08-20T22:40:26.0965707Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-246703969a126204.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0966576Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-20T22:40:26.0967485Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-5bb19dda8996b7f9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0968529Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-169b62cf7a91e631.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0969378Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spki-410c25fdcc43a737.d' from root:root to runner:runner
2025-08-20T22:40:26.0970315Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0971214Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0972102Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-9aa767b6b040fbdb.d' from root:root to runner:runner
2025-08-20T22:40:26.0973015Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_platform_verifier-9c2b479135ff1e63.d' from root:root to runner:runner
2025-08-20T22:40:26.0974222Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-21c40e317ac65b99.d' from root:root to runner:runner
2025-08-20T22:40:26.0975107Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-c2066390f2a4a76d.d' from root:root to runner:runner
2025-08-20T22:40:26.0976022Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0976914Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0977807Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8f27c28c08da8597.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0978653Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5feba56202d4b086.d' from root:root to runner:runner
2025-08-20T22:40:26.0979563Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locid_transform_data-9a04019d8aff95c3.d' from root:root to runner:runner
2025-08-20T22:40:26.0980460Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0981323Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/writeable-9b2e8d6de3c98b2d.d' from root:root to runner:runner
2025-08-20T22:40:26.0982396Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform_data-9a04019d8aff95c3.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0983491Z [00:09:15.520]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0984350Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkarr-9abc7147082cf264.d' from root:root to runner:runner
2025-08-20T22:40:26.0985296Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-4c8d8b7a71c0db68.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0986154Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519-4835ffdc9f7e2f94.d' from root:root to runner:runner
2025-08-20T22:40:26.0987059Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0988055Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-3dfc8f17529fe24d.d' from root:root to runner:runner
2025-08-20T22:40:26.0988955Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-4de097a70295917d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0989836Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' from root:root to runner:runner
2025-08-20T22:40:26.0990751Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0991654Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc_catalog-3cbe9c556684ad7f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0992570Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0993639Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-91e87853b254636d.d' from root:root to runner:runner
2025-08-20T22:40:26.0994551Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbinary_merge-3d197ab36e436dcd.rlib' from root:root to runner:runner
2025-08-20T22:40:26.0995433Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_io-ff96316852722f90.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0996477Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0997382Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0998261Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.0999142Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-18d0e6e01cd438fa.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1000041Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/range_collections-0d8aeb6e13fa17f2.d' from root:root to runner:runner
2025-08-20T22:40:26.1001107Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconstant_time_eq-2ec4f1b637d7d3f4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1001991Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwrite16-6132783960610270.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1002897Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1003942Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/want-15b5d93c047a88ec.d' from root:root to runner:runner
2025-08-20T22:40:26.1004847Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_proto-8abd3b0e14b1861d.d' from root:root to runner:runner
2025-08-20T22:40:26.1005723Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper-6f1474549448c9c4.d' from root:root to runner:runner
2025-08-20T22:40:26.1006677Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinplace_vec_builder-45e52cf9f0298d78.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1007552Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1008463Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1009474Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portmapper-67ebc5fd98ebeb9d.d' from root:root to runner:runner
2025-08-20T22:40:26.1010322Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-a5174c2dc0663f43.d' from root:root to runner:runner
2025-08-20T22:40:26.1011207Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1012108Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-d7a40ad81367aed6.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1013011Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1014126Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking-b4deda449873f583.d' from root:root to runner:runner
2025-08-20T22:40:26.1015139Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-a589344ddb87fbdc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1016067Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-398ad555f6d6ab04.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1016958Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-f14ff98ac3d0f1ac.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1017892Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-6e65fd0eb907dc51.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1018773Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-79293cc8c220f35e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1019646Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reflink_copy-38ca13c40488bb50.d' from root:root to runner:runner
2025-08-20T22:40:26.1020564Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1021457Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1022370Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1023613Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-586417def490365e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1024813Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-9f5a5316d6a38273.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1026563Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1028232Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-37946dbdf5e3ba5e.d' from root:root to runner:runner
2025-08-20T22:40:26.1029962Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-2f0f1960565e2870.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1031617Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-bbf2447dbb16e3f9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1033674Z [00:09:15.521]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-2c3c25b572b2c19c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1035257Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-6e283b6c6d62221a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1036408Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/attohttpc-75f1fcc553383d9f.d' from root:root to runner:runner
2025-08-20T22:40:26.1037359Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1038233Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cordyceps-80ca302f7afc8864.d' from root:root to runner:runner
2025-08-20T22:40:26.1039140Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-195fca63612370c1.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1040033Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1040978Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-c1d14aeca8fbc77b.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1041833Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-186aa515f8e55753.d' from root:root to runner:runner
2025-08-20T22:40:26.1042874Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1044005Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' from root:root to runner:runner
2025-08-20T22:40:26.1044911Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-4b47afaaa340347f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1045789Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/enumflags2-ac4fcfa9a206c539.d' from root:root to runner:runner
2025-08-20T22:40:26.1046642Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stun_rs-27bba45991047b06.d' from root:root to runner:runner
2025-08-20T22:40:26.1047550Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-b13e8f788d8c19dc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1048573Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae949fbb5ca914c1.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1049440Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ucd_trie-bfbb176905c37939.d' from root:root to runner:runner
2025-08-20T22:40:26.1050290Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yasna-f14ff98ac3d0f1ac.d' from root:root to runner:runner
2025-08-20T22:40:26.1051160Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower-0ac02fd02d76e533.d' from root:root to runner:runner
2025-08-20T22:40:26.1052070Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-7df83deca44c37c6.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1053013Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-fbacb4c49b939b51.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1054120Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1055017Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1055907Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1056953Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1057843Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1058710Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dyn_clone-c5f12c344393b349.d' from root:root to runner:runner
2025-08-20T22:40:26.1059621Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-47899e815dfac3fe.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1060486Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-02dc1a1dbb330fda.d' from root:root to runner:runner
2025-08-20T22:40:26.1061349Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/no_std_net-f3d13906880b7d20.d' from root:root to runner:runner
2025-08-20T22:40:26.1062322Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base16ct-511e79ad2aed6614.d' from root:root to runner:runner
2025-08-20T22:40:26.1063535Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1064479Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-03b54c00dfe31731.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1065413Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_profiles-0fff23f05dda4edc.d' from root:root to runner:runner
2025-08-20T22:40:26.1066322Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-aa443dd6ff56234e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1067227Z [00:09:15.522]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-e7a97ad0b618a454.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1068102Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matchers-8c27b18df1bbab69.d' from root:root to runner:runner
2025-08-20T22:40:26.1069030Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-102fab1c1b92628d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1070054Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519_dalek-a5d6a06fca61904c.d' from root:root to runner:runner
2025-08-20T22:40:26.1070935Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha256-03b54c00dfe31731.d' from root:root to runner:runner
2025-08-20T22:40:26.1071877Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-46600b8b850450ef.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1072738Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_io-ff96316852722f90.d' from root:root to runner:runner
2025-08-20T22:40:26.1073841Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-e2523cc251401e91.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1074714Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-3207c3631fb6cf93.d' from root:root to runner:runner
2025-08-20T22:40:26.1075721Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1076594Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/console-a4999072a102eb9f.d' from root:root to runner:runner
2025-08-20T22:40:26.1077487Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1078412Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-95d8267dd030324e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1079321Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-27d14661bdfa58cf.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1080250Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1081174Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-3ac673560fd20a54.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1082040Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-8bbf7cc89ebcf209.d' from root:root to runner:runner
2025-08-20T22:40:26.1082972Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1084138Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-18d0e6e01cd438fa.d' from root:root to runner:runner
2025-08-20T22:40:26.1085060Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1085957Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libref_cast-9afb51e3d0ef227f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1086833Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1087716Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ntimestamp-db4510250c8d6935.d' from root:root to runner:runner
2025-08-20T22:40:26.1088651Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-a00007b4914d154c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1089663Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc_catalog-3cbe9c556684ad7f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1090550Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-c4aed32d07a98f09.d' from root:root to runner:runner
2025-08-20T22:40:26.1091423Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-3d07fd4a0d30cfed.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1092299Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-bf421eca1ac0a415.d' from root:root to runner:runner
2025-08-20T22:40:26.1093388Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1094455Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1095400Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconstant_time_eq-2ec4f1b637d7d3f4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1096300Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1097201Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-0f32f36ce9bf6ed4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1098212Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-2d2fc735404d4795.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1099085Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T22:40:26.1100001Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1100844Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-00ba843e895237f0.d' from root:root to runner:runner
2025-08-20T22:40:26.1101722Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-5bb19dda8996b7f9.d' from root:root to runner:runner
2025-08-20T22:40:26.1102627Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-398ad555f6d6ab04.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1104414Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1105379Z [00:09:15.523]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-c9ffd80e55d6ef2d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1106317Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-37946dbdf5e3ba5e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1107182Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' from root:root to runner:runner
2025-08-20T22:40:26.1108027Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-81cb4273c0ade89a.d' from root:root to runner:runner
2025-08-20T22:40:26.1108946Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-34413e2646a1dbf2.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1109818Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1110707Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1111585Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-b99093400b0fbf06.d' from root:root to runner:runner
2025-08-20T22:40:26.1112633Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter_macro-aa30040c9b4e8df3.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1113926Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-a589344ddb87fbdc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1114926Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fba7bc69c96e80a6.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1115838Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-fe8267b2b287432e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1116737Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-dcdd153cb247d4d3.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1117763Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-2fac7fcfbc007179.d' from root:root to runner:runner
2025-08-20T22:40:26.1118650Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-3cd4f67ca25abf7d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1119576Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1120456Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-5fae158572bcfda4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1121347Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1122214Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/postcard-164fd2caf79206b0.d' from root:root to runner:runner
2025-08-20T22:40:26.1123289Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-fbacb4c49b939b51.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1124291Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_enum-d670d9bed71d8e35.d' from root:root to runner:runner
2025-08-20T22:40:26.1125194Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1126222Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-08d82e1aa9feb824.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1127110Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-c3ccd52d50bb8a07.d' from root:root to runner:runner
2025-08-20T22:40:26.1127997Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-b5601fd118571d85.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1128931Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-6e0e0e11d528ed6f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1129864Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-7b826e7c226fe511.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1130751Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-6411853a298388cd.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1131777Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1132686Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-3619310e98f76657.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1133787Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_macros_support-f0920d604078170c.d' from root:root to runner:runner
2025-08-20T22:40:26.1134684Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-b66eac053281ba0c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1135572Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-fba7bc69c96e80a6.d' from root:root to runner:runner
2025-08-20T22:40:26.1136478Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-6f05b1f24f5ece00.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1137386Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-a5d6a06fca61904c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1138274Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1139161Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_resolver-1cb57cfeaf04a471.d' from root:root to runner:runner
2025-08-20T22:40:26.1140165Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_sys-dfad14b44929d6ab.d' from root:root to runner:runner
2025-08-20T22:40:26.1141044Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1141939Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-c1e0b2c63b3062b7.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1142833Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1143909Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1144780Z [00:09:15.524]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_cpus-907120e7cfe553ac.d' from root:root to runner:runner
2025-08-20T22:40:26.1145824Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-e99dc38f194b9fc4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1146697Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-c40b5c66d4406cdd.d' from root:root to runner:runner
2025-08-20T22:40:26.1147590Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-4835ffdc9f7e2f94.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1148461Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-3d07fd4a0d30cfed.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1149364Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-4de097a70295917d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1150253Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-a4999072a102eb9f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1151125Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_watcher-91aaace9f2809dc8.d' from root:root to runner:runner
2025-08-20T22:40:26.1152028Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-75f1fcc553383d9f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1152871Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/h2-6e283b6c6d62221a.d' from root:root to runner:runner
2025-08-20T22:40:26.1154172Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-883f62e14566f923.d' from root:root to runner:runner
2025-08-20T22:40:26.1155075Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_secretbox-95d8267dd030324e.d' from root:root to runner:runner
2025-08-20T22:40:26.1155967Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1156880Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-dcdd153cb247d4d3.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1157797Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1158661Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ref_cast-9afb51e3d0ef227f.d' from root:root to runner:runner
2025-08-20T22:40:26.1159697Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1160591Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-15b5d93c047a88ec.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1161453Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simdutf8-cd8399cec3e84cea.d' from root:root to runner:runner
2025-08-20T22:40:26.1162313Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnet-6fb70a26b5f2c637.d' from root:root to runner:runner
2025-08-20T22:40:26.1163340Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/litemap-086903c298412eaa.d' from root:root to runner:runner
2025-08-20T22:40:26.1164333Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1165220Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-1db9d9056f431527.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1166155Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-0dc518d7123dbdce.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1167038Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-47899e815dfac3fe.d' from root:root to runner:runner
2025-08-20T22:40:26.1168068Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-9f5a5316d6a38273.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1168952Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-2256ec8c3ec1a18f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1169871Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1170740Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cipher-4b47afaaa340347f.d' from root:root to runner:runner
2025-08-20T22:40:26.1171662Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-586417def490365e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1172655Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-b5601fd118571d85.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1173825Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/salsa20-36e6ab3d681550bd.d' from root:root to runner:runner
2025-08-20T22:40:26.1174734Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-5a251e1d21410db3.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1175647Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-e2523cc251401e91.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1176524Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-5ee3b295f772711e.d' from root:root to runner:runner
2025-08-20T22:40:26.1177538Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1179254Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1180986Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inplace_vec_builder-45e52cf9f0298d78.d' from root:root to runner:runner
2025-08-20T22:40:26.1182675Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_rustls-9ca3a8267defbcd9.d' from root:root to runner:runner
2025-08-20T22:40:26.1184695Z [00:09:15.525]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-92d7cbd800da9fe4.d' from root:root to runner:runner
2025-08-20T22:40:26.1186374Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-bbf2447dbb16e3f9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1187962Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-a89719c6abfb2fb5.d' from root:root to runner:runner
2025-08-20T22:40:26.1189323Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-27d14661bdfa58cf.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1190248Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-4c185e95e84dcfde.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1191163Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-1501e86cec664063.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1192261Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-95d8267dd030324e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1193326Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-a33c3b82e8e4fa84.d' from root:root to runner:runner
2025-08-20T22:40:26.1194288Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1195173Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1196109Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-6e0e0e11d528ed6f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1197007Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-6fb70a26b5f2c637.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1197876Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-e2523cc251401e91.d' from root:root to runner:runner
2025-08-20T22:40:26.1198766Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_urlencoded-6e0e0e11d528ed6f.d' from root:root to runner:runner
2025-08-20T22:40:26.1199635Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-6e283b6c6d62221a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1200662Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_websockets-ad2b5921bc2bfd42.d' from root:root to runner:runner
2025-08-20T22:40:26.1201563Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_blobs-b97355eeafc3a6c6.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1202406Z [00:09:15.526]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xml-3d07fd4a0d30cfed.d' from root:root to runner:runner
2025-08-20T22:40:26.1203477Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1204348Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-40ebdc764a824eee.d' from root:root to runner:runner
2025-08-20T22:40:26.1205192Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-82d40731e614dacc.d' from root:root to runner:runner
2025-08-20T22:40:26.1206226Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indicatif-e8f3ed2f69f412fb.d' from root:root to runner:runner
2025-08-20T22:40:26.1207119Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbao_tree-5dc64126760d645f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1207990Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayref-3908e0d6c1e1c1ed.d' from root:root to runner:runner
2025-08-20T22:40:26.1208864Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/number_prefix-dd573bd5f107f5d0.d' from root:root to runner:runner
2025-08-20T22:40:26.1209757Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-9b130764ef84fab1.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1210659Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-02dc1a1dbb330fda.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1211581Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1212501Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-0683e395fe2cc24f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1213637Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-a5174c2dc0663f43.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1214709Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-79e9e929548a551c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1215576Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_base-f84a6dee7ac5f8e2.d' from root:root to runner:runner
2025-08-20T22:40:26.1216477Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/genawaiter_macro-aa30040c9b4e8df3.d' from root:root to runner:runner
2025-08-20T22:40:26.1217385Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1218264Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1219153Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1220122Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-880299646fe9b028.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1221008Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' from root:root to runner:runner
2025-08-20T22:40:26.1221893Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-714882a6fc75b38c.d' from root:root to runner:runner
2025-08-20T22:40:26.1222784Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1223798Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yoke-66a87107a2054841.d' from root:root to runner:runner
2025-08-20T22:40:26.1224670Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_base-6f05b1f24f5ece00.d' from root:root to runner:runner
2025-08-20T22:40:26.1225538Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-7609a1ebb6113a8e.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1226437Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-80ca302f7afc8864.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1227378Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-a00007b4914d154c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1228457Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-3d780639246d5a8f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1229362Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1230216Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-2ef3c590fd8c8ef9.d' from root:root to runner:runner
2025-08-20T22:40:26.1231162Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-4dad1fa539981f74.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1232036Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-e843627e76350ff4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1233025Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1234111Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-f3ef9adfb5348674.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1235010Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_proto-3ac673560fd20a54.d' from root:root to runner:runner
2025-08-20T22:40:26.1235889Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-6fb70a26b5f2c637.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1236786Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1237662Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-e843627e76350ff4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1238582Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1239451Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-b485ceab5f5cb86e.d' from root:root to runner:runner
2025-08-20T22:40:26.1240367Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-9e0651951a82845f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1241380Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1242302Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1243397Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1244358Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures-d5b911a79544635f.d' from root:root to runner:runner
2025-08-20T22:40:26.1245269Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-b13e8f788d8c19dc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1246169Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ab681ad227162bc4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1247219Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-3ac673560fd20a54.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1248105Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1248953Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-775ea7858e96ea10.d' from root:root to runner:runner
2025-08-20T22:40:26.1249843Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-086903c298412eaa.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1250728Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_collections-c53a37426ec5628c.d' from root:root to runner:runner
2025-08-20T22:40:26.1251616Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-4835ffdc9f7e2f94.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1252538Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1253789Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-4c185e95e84dcfde.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1255460Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-d255ee9aa30b920a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1257468Z [00:09:15.527]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1259074Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-800aa4713ba76229.d' from root:root to runner:runner
2025-08-20T22:40:26.1260767Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1262451Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1264246Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-f3d13906880b7d20.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1265578Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-a629143761e06349.d' from root:root to runner:runner
2025-08-20T22:40:26.1266674Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreflink_copy-38ca13c40488bb50.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1267575Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-af12ca26b03e134b.d' from root:root to runner:runner
2025-08-20T22:40:26.1268487Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1269393Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-9b2e8d6de3c98b2d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1270231Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-a148a786e238856b.d' from root:root to runner:runner
2025-08-20T22:40:26.1271078Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pest-5fae158572bcfda4.d' from root:root to runner:runner
2025-08-20T22:40:26.1271940Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-9175046832640a3c.d' from root:root to runner:runner
2025-08-20T22:40:26.1272862Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-c216a833e3ea000c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1273951Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-cde335ae341d1bd9.d' from root:root to runner:runner
2025-08-20T22:40:26.1274979Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-e662617027a3bd39.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1275853Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httpdate-a71aa5e6768bb6a8.d' from root:root to runner:runner
2025-08-20T22:40:26.1276772Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-164e9d78dbc707b8.d' from root:root to runner:runner
2025-08-20T22:40:26.1277648Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-d3526b68dace2d5c.d' from root:root to runner:runner
2025-08-20T22:40:26.1278493Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-e538db95e61624d3.d' from root:root to runner:runner
2025-08-20T22:40:26.1279379Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1280386Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1281284Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-37946dbdf5e3ba5e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1282127Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/der-7609a1ebb6113a8e.d' from root:root to runner:runner
2025-08-20T22:40:26.1282993Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atomic_waker-ef9e1d9e2660075a.d' from root:root to runner:runner
2025-08-20T22:40:26.1284059Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties-586417def490365e.d' from root:root to runner:runner
2025-08-20T22:40:26.1284972Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1285886Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1286764Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1287664Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-220a9b3fb31a8139.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1288677Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_io-ff96316852722f90.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1289583Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1290503Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1291396Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-92adac5fadb113e1.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1292263Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-97b10dbf55b4dda2.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1293329Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1294418Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1295328Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-d26bafa81276286e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1296222Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-28a318f4828a0528.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1297086Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/irpc-16c29c3d245f8697.d' from root:root to runner:runner
2025-08-20T22:40:26.1297994Z [00:09:15.528]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1298835Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-3cd4f67ca25abf7d.d' from root:root to runner:runner
2025-08-20T22:40:26.1299747Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-af12ca26b03e134b.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1300648Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-0e7041586d946b3b.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1301710Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-1cb57cfeaf04a471.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1302612Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-49cca9424b92e7cd.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1303749Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1304683Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1305621Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ab681ad227162bc4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1306546Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-7b826e7c226fe511.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1307564Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-e1cfd7fdaa275a25.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1308438Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' from root:root to runner:runner
2025-08-20T22:40:26.1309339Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1310221Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-f3d13906880b7d20.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1311095Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-b13e8f788d8c19dc.d' from root:root to runner:runner
2025-08-20T22:40:26.1312117Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-8c11894fb0e2f793.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1313002Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbao_tree-5dc64126760d645f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1314142Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1315061Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1315963Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1316805Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/md5-4309eb78ee8fc10c.d' from root:root to runner:runner
2025-08-20T22:40:26.1317798Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-0f32f36ce9bf6ed4.d' from root:root to runner:runner
2025-08-20T22:40:26.1318713Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-a5d6a06fca61904c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1319593Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a148a786e238856b.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1320489Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-4584cfe84772fa05.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1321348Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-b3f029484ca87ebc.d' from root:root to runner:runner
2025-08-20T22:40:26.1322206Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bao_tree-5dc64126760d645f.d' from root:root to runner:runner
2025-08-20T22:40:26.1323092Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-a05ec94787510fd5.d' from root:root to runner:runner
2025-08-20T22:40:26.1324230Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-bfbb176905c37939.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1325120Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_bytes-8985678cfd4f3402.d' from root:root to runner:runner
2025-08-20T22:40:26.1326173Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-5bb19dda8996b7f9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1327061Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1327948Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-15b5d93c047a88ec.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1328831Z [00:09:15.529]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1329705Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1331027Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/opaque_debug-01a07c3302ed6721.d' from root:root to runner:runner
2025-08-20T22:40:26.1333452Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-9e0651951a82845f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1335154Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1336868Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1338512Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-0dee15bebe5179fb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1340165Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid-583d56dcf56d3c99.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1341847Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-4c8d8b7a71c0db68.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1343371Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1344375Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-20T22:40:26.1345251Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hash32-f6d59b34cbb205fd.d' from root:root to runner:runner
2025-08-20T22:40:26.1346371Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1347255Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libirpc-16c29c3d245f8697.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1348123Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spin-880299646fe9b028.d' from root:root to runner:runner
2025-08-20T22:40:26.1349049Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1349967Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-88cd2d15568d3988.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1350908Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinplace_vec_builder-45e52cf9f0298d78.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1351879Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_blobs-b97355eeafc3a6c6.d' from root:root to runner:runner
2025-08-20T22:40:26.1352801Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-c4e89396815a40fb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1353911Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1354804Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-27bba45991047b06.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1355712Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-db4510250c8d6935.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1356621Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-d7a40ad81367aed6.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1357530Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1358399Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn-025bb50a79287293.d' from root:root to runner:runner
2025-08-20T22:40:26.1359294Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1360320Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignature-fa06786479989eb5.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1361192Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1362090Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1363028Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform-e0c989f2c9220961.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1364081Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tagptr-e721e14d2177eca0.d' from root:root to runner:runner
2025-08-20T22:40:26.1364963Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-961b43c3b259ba65.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1366001Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-c4e89396815a40fb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1366905Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-693af71edac4e345.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1367850Z [00:09:15.530]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-7e81c8c9a0158c30.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1368763Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-b485ceab5f5cb86e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1369621Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time_core-27d14661bdfa58cf.d' from root:root to runner:runner
2025-08-20T22:40:26.1370507Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-7e1ced85b0c386f0.d' from root:root to runner:runner
2025-08-20T22:40:26.1371382Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2ef3c590fd8c8ef9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1372259Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-3d882f16bae95147.d' from root:root to runner:runner
2025-08-20T22:40:26.1373501Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-a9d0165668a14bb6.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1374484Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1375364Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5feba56202d4b086.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1376254Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-2256ec8c3ec1a18f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1377143Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1378041Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_core-5bb53690db0d1c51.d' from root:root to runner:runner
2025-08-20T22:40:26.1379050Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project-efd614a4f6963b07.d' from root:root to runner:runner
2025-08-20T22:40:26.1379942Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_proto-192ed597567887e9.d' from root:root to runner:runner
2025-08-20T22:40:26.1380881Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-6e65fd0eb907dc51.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1381801Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1382694Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1384074Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-97b10dbf55b4dda2.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1385007Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/critical_section-d933caa5110f5cd4.d' from root:root to runner:runner
2025-08-20T22:40:26.1385922Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-9ca3a8267defbcd9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1386831Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1387915Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter_macro-aa30040c9b4e8df3.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1388813Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1389656Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hex-69df7537c1b61304.d' from root:root to runner:runner
2025-08-20T22:40:26.1390551Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1391408Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/snafu-b66bf3132350b2f1.d' from root:root to runner:runner
2025-08-20T22:40:26.1392301Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locid_transform-e0c989f2c9220961.d' from root:root to runner:runner
2025-08-20T22:40:26.1393464Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-fdbea800f65acde9.d' from root:root to runner:runner
2025-08-20T22:40:26.1394393Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1395293Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1396142Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki-124d0674ac6afa27.d' from root:root to runner:runner
2025-08-20T22:40:26.1397020Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc_catalog-3cbe9c556684ad7f.d' from root:root to runner:runner
2025-08-20T22:40:26.1397905Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr2line-a3d1e497ac2c5b8f.d' from root:root to runner:runner
2025-08-20T22:40:26.1398751Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sendme-05579f92fe040492.d' from root:root to runner:runner
2025-08-20T22:40:26.1399649Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d5b911a79544635f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1400546Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1401536Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/btparse-d025620c53cf48ce.d' from root:root to runner:runner
2025-08-20T22:40:26.1402431Z [00:09:15.531]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1403619Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-99e41f7c07f33fa8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1404601Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform_data-9a04019d8aff95c3.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1405495Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/constant_time_eq-2ec4f1b637d7d3f4.d' from root:root to runner:runner
2025-08-20T22:40:26.1406368Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc-1db9d9056f431527.d' from root:root to runner:runner
2025-08-20T22:40:26.1407385Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1408274Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signature-fa06786479989eb5.d' from root:root to runner:runner
2025-08-20T22:40:26.1409215Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ring-b3cd500855375ac0.d' from root:root to runner:runner
2025-08-20T22:40:26.1410751Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1412480Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-0dee15bebe5179fb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1414402Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-9ca3a8267defbcd9.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1416093Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpositioned_io-ecc9416b34759b27.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1417741Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-aa443dd6ff56234e.d' from root:root to runner:runner
2025-08-20T22:40:26.1419324Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1421150Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-28a318f4828a0528.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1422112Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-4584cfe84772fa05.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1422998Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-e5b9b2ca0c59a677.d' from root:root to runner:runner
2025-08-20T22:40:26.1424157Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1425030Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inout-c9ffd80e55d6ef2d.d' from root:root to runner:runner
2025-08-20T22:40:26.1425947Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-0bfc050fc825cdfe.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1426996Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-2252f5f9d5ded9e5.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1427925Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-0d54096f151017bb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1428812Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwrite16-6132783960610270.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1429690Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_metrics-51bec0dae55e4fbc.d' from root:root to runner:runner
2025-08-20T22:40:26.1430586Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignature-fa06786479989eb5.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1431505Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1432407Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter-92137f4949b53e43.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1433607Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-9aa767b6b040fbdb.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1434681Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-3207c3631fb6cf93.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1435595Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreflink_copy-38ca13c40488bb50.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1436500Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-8985678cfd4f3402.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1437408Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-246703969a126204.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1438332Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T22:40:26.1439269Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librange_collections-0d8aeb6e13fa17f2.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1440235Z [00:09:15.532]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-92adac5fadb113e1.d' from root:root to runner:runner
2025-08-20T22:40:26.1441129Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1441984Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aead-79293cc8c220f35e.d' from root:root to runner:runner
2025-08-20T22:40:26.1442866Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-0ac02fd02d76e533.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1443999Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1444952Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-f0920d604078170c.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1445810Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rcgen-2256ec8c3ec1a18f.d' from root:root to runner:runner
2025-08-20T22:40:26.1446708Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-5bb53690db0d1c51.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1447607Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-a5174c2dc0663f43.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1448609Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-2c5aa8d01b9071d4.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1449467Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gimli-2fbe14ddc69a96d0.d' from root:root to runner:runner
2025-08-20T22:40:26.1450343Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locid-583d56dcf56d3c99.d' from root:root to runner:runner
2025-08-20T22:40:26.1451259Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1452172Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-dfad14b44929d6ab.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1453041Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-b6a3425f1543ca56.d' from root:root to runner:runner
2025-08-20T22:40:26.1454312Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portable_atomic-169b62cf7a91e631.d' from root:root to runner:runner
2025-08-20T22:40:26.1455257Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-102fab1c1b92628d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1456176Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-0c437587e1abfdb5.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1456983Z [00:09:15.533]➜  ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sendme-05579f92fe040492' retained as runner:runner
2025-08-20T22:40:26.1457869Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-2c3c25b572b2c19c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1458768Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_executor-0e4c3e5701b84739.d' from root:root to runner:runner
2025-08-20T22:40:26.1459649Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-bfbb176905c37939.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1460546Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1461430Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-0ac02fd02d76e533.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1462459Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1463592Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-1711e7ec1440695b.d' from root:root to runner:runner
2025-08-20T22:40:26.1464469Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-220a9b3fb31a8139.d' from root:root to runner:runner
2025-08-20T22:40:26.1465322Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-e843627e76350ff4.d' from root:root to runner:runner
2025-08-20T22:40:26.1466221Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1467132Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1468127Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf16_iter-ffb105b7d3d97884.d' from root:root to runner:runner
2025-08-20T22:40:26.1469035Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-2252f5f9d5ded9e5.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1469941Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-79e9e929548a551c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1470788Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-5ba445025652e0a7.d' from root:root to runner:runner
2025-08-20T22:40:26.1471687Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-85638485e874916d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1472534Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-2c5aa8d01b9071d4.d' from root:root to runner:runner
2025-08-20T22:40:26.1473593Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-9b130764ef84fab1.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1474537Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1475434Z [00:09:15.533]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-21c40e317ac65b99.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1476471Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1477354Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-1bc0ed0447e2eed4.d' from root:root to runner:runner
2025-08-20T22:40:26.1478267Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-75f1fcc553383d9f.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1479151Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body_util-c4e89396815a40fb.d' from root:root to runner:runner
2025-08-20T22:40:26.1480043Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer_data-fbacb4c49b939b51.d' from root:root to runner:runner
2025-08-20T22:40:26.1480936Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1481919Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-27d235ef8737a305.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1482795Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_relay-51b0b84fd0caef4e.d' from root:root to runner:runner
2025-08-20T22:40:26.1483825Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64ct-e7a97ad0b618a454.d' from root:root to runner:runner
2025-08-20T22:40:26.1484741Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1485628Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-44e481325badd09e.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1486540Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-8abd3b0e14b1861d.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1487399Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/moka-e662617027a3bd39.d' from root:root to runner:runner
2025-08-20T22:40:26.1488298Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-91aaace9f2809dc8.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1489308Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-0683e395fe2cc24f.d' from root:root to runner:runner
2025-08-20T22:40:26.1490208Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1491125Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-c53a37426ec5628c.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1492473Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-907120e7cfe553ac.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1493917Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1495084Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-0683e395fe2cc24f.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1496140Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2ef3c590fd8c8ef9.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1497070Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1498049Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-91c20dd4ece52ff8.rmeta' from root:root to runner:runner
2025-08-20T22:40:26.1498957Z [00:09:15.534]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-efd614a4f6963b07.rlib' from root:root to runner:runner
2025-08-20T22:40:26.1499714Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:40:26.1500710Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1501692Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/lib-generic_array' from root:root to runner:runner
2025-08-20T22:40:26.1502702Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/lib-generic_array.json' from root:root to runner:runner
2025-08-20T22:40:26.1504207Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T22:40:26.1505295Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f' from root:root to runner:runner
2025-08-20T22:40:26.1506261Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/dep-lib-ring' from root:root to runner:runner
2025-08-20T22:40:26.1507206Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/lib-ring.json' from root:root to runner:runner
2025-08-20T22:40:26.1508164Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1509066Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/lib-ring' from root:root to runner:runner
2025-08-20T22:40:26.1509934Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0' from root:root to runner:runner
2025-08-20T22:40:26.1511008Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:40:26.1511978Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1512924Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:40:26.1514073Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:40:26.1514975Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364' from root:root to runner:runner
2025-08-20T22:40:26.1515933Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/lib-foldhash.json' from root:root to runner:runner
2025-08-20T22:40:26.1516894Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1517853Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T22:40:26.1518928Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/lib-foldhash' from root:root to runner:runner
2025-08-20T22:40:26.1519816Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6' from root:root to runner:runner
2025-08-20T22:40:26.1520741Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/dep-lib-moka' from root:root to runner:runner
2025-08-20T22:40:26.1521687Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1522590Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/lib-moka' from root:root to runner:runner
2025-08-20T22:40:26.1523685Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/lib-moka.json' from root:root to runner:runner
2025-08-20T22:40:26.1524863Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39' from root:root to runner:runner
2025-08-20T22:40:26.1525846Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1526788Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/lib-tower.json' from root:root to runner:runner
2025-08-20T22:40:26.1527705Z [00:09:15.535]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/lib-tower' from root:root to runner:runner
2025-08-20T22:40:26.1528636Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/dep-lib-tower' from root:root to runner:runner
2025-08-20T22:40:26.1529508Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533' from root:root to runner:runner
2025-08-20T22:40:26.1530599Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-85c70033dd9224b9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.1531659Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-85c70033dd9224b9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.1532665Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-85c70033dd9224b9' from root:root to runner:runner
2025-08-20T22:40:26.1533829Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/lib-binary_merge' from root:root to runner:runner
2025-08-20T22:40:26.1534824Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1535824Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/dep-lib-binary_merge' from root:root to runner:runner
2025-08-20T22:40:26.1536820Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/lib-binary_merge.json' from root:root to runner:runner
2025-08-20T22:40:26.1537735Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd' from root:root to runner:runner
2025-08-20T22:40:26.1538825Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/lib-time_core.json' from root:root to runner:runner
2025-08-20T22:40:26.1539779Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/lib-time_core' from root:root to runner:runner
2025-08-20T22:40:26.1540751Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1541715Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/dep-lib-time_core' from root:root to runner:runner
2025-08-20T22:40:26.1542603Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf' from root:root to runner:runner
2025-08-20T22:40:26.1543790Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/lib-rustc_demangle' from root:root to runner:runner
2025-08-20T22:40:26.1544782Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1545798Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-20T22:40:26.1546952Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-20T22:40:26.1547871Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb' from root:root to runner:runner
2025-08-20T22:40:26.1549066Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1550027Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-20T22:40:26.1551000Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T22:40:26.1552077Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T22:40:26.1552977Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-20T22:40:26.1554314Z [00:09:15.536]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1555294Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/dep-lib-poly1305' from root:root to runner:runner
2025-08-20T22:40:26.1556268Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/lib-poly1305.json' from root:root to runner:runner
2025-08-20T22:40:26.1557209Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/lib-poly1305' from root:root to runner:runner
2025-08-20T22:40:26.1558102Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd' from root:root to runner:runner
2025-08-20T22:40:26.1559101Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/lib-icu_collections' from root:root to runner:runner
2025-08-20T22:40:26.1560094Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1561258Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T22:40:26.1562262Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T22:40:26.1563375Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c' from root:root to runner:runner
2025-08-20T22:40:26.1564393Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:40:26.1565369Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:40:26.1566552Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1568240Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T22:40:26.1569693Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84' from root:root to runner:runner
2025-08-20T22:40:26.1570682Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1571583Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/lib-h2' from root:root to runner:runner
2025-08-20T22:40:26.1572498Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/lib-h2.json' from root:root to runner:runner
2025-08-20T22:40:26.1573633Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/dep-lib-h2' from root:root to runner:runner
2025-08-20T22:40:26.1574511Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a' from root:root to runner:runner
2025-08-20T22:40:26.1575536Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/lib-icu_locid_transform' from root:root to runner:runner
2025-08-20T22:40:26.1576703Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1577740Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/lib-icu_locid_transform.json' from root:root to runner:runner
2025-08-20T22:40:26.1578781Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/dep-lib-icu_locid_transform' from root:root to runner:runner
2025-08-20T22:40:26.1579710Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961' from root:root to runner:runner
2025-08-20T22:40:26.1580673Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:40:26.1581754Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1582711Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/lib-getrandom' from root:root to runner:runner
2025-08-20T22:40:26.1583932Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:40:26.1584836Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9' from root:root to runner:runner
2025-08-20T22:40:26.1585816Z [00:09:15.537]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:40:26.1586800Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:40:26.1587764Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1588725Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:40:26.1589616Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063' from root:root to runner:runner
2025-08-20T22:40:26.1590770Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T22:40:26.1591765Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T22:40:26.1592778Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T22:40:26.1593891Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1594805Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc' from root:root to runner:runner
2025-08-20T22:40:26.1595879Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/dep-lib-typenum' from root:root to runner:runner
2025-08-20T22:40:26.1596832Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/lib-typenum' from root:root to runner:runner
2025-08-20T22:40:26.1597786Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1598771Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/lib-typenum.json' from root:root to runner:runner
2025-08-20T22:40:26.1599655Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209' from root:root to runner:runner
2025-08-20T22:40:26.1600647Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1601639Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:40:26.1602613Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:40:26.1603824Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:40:26.1626915Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988' from root:root to runner:runner
2025-08-20T22:40:26.1628593Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/dep-lib-reflink_copy' from root:root to runner:runner
2025-08-20T22:40:26.1630301Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/lib-reflink_copy.json' from root:root to runner:runner
2025-08-20T22:40:26.1632064Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1633521Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/lib-reflink_copy' from root:root to runner:runner
2025-08-20T22:40:26.1634690Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50' from root:root to runner:runner
2025-08-20T22:40:26.1635667Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1636583Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/lib-http' from root:root to runner:runner
2025-08-20T22:40:26.1637508Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/dep-lib-http' from root:root to runner:runner
2025-08-20T22:40:26.1638431Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/lib-http.json' from root:root to runner:runner
2025-08-20T22:40:26.1639306Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179' from root:root to runner:runner
2025-08-20T22:40:26.1640249Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/dep-lib-btparse' from root:root to runner:runner
2025-08-20T22:40:26.1641209Z [00:09:15.538]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1642267Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/lib-btparse' from root:root to runner:runner
2025-08-20T22:40:26.1643399Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/lib-btparse.json' from root:root to runner:runner
2025-08-20T22:40:26.1644283Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce' from root:root to runner:runner
2025-08-20T22:40:26.1645593Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/lib-pnet_base' from root:root to runner:runner
2025-08-20T22:40:26.1646832Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/dep-lib-pnet_base' from root:root to runner:runner
2025-08-20T22:40:26.1648001Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1649162Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/lib-pnet_base.json' from root:root to runner:runner
2025-08-20T22:40:26.1650080Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2' from root:root to runner:runner
2025-08-20T22:40:26.1651132Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/lib-netlink_packet_core' from root:root to runner:runner
2025-08-20T22:40:26.1652161Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1653415Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/lib-netlink_packet_core.json' from root:root to runner:runner
2025-08-20T22:40:26.1654491Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/dep-lib-netlink_packet_core' from root:root to runner:runner
2025-08-20T22:40:26.1655425Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c' from root:root to runner:runner
2025-08-20T22:40:26.1656419Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1657532Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/dep-lib-httpdate' from root:root to runner:runner
2025-08-20T22:40:26.1658483Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/lib-httpdate' from root:root to runner:runner
2025-08-20T22:40:26.1659455Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/lib-httpdate.json' from root:root to runner:runner
2025-08-20T22:40:26.1660337Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8' from root:root to runner:runner
2025-08-20T22:40:26.1661250Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/lib-idna' from root:root to runner:runner
2025-08-20T22:40:26.1662188Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1663440Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/lib-idna.json' from root:root to runner:runner
2025-08-20T22:40:26.1664427Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/dep-lib-idna' from root:root to runner:runner
2025-08-20T22:40:26.1665292Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4' from root:root to runner:runner
2025-08-20T22:40:26.1666270Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1667208Z [00:09:15.539]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/lib-base16ct' from root:root to runner:runner
2025-08-20T22:40:26.1668196Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/lib-base16ct.json' from root:root to runner:runner
2025-08-20T22:40:26.1669155Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/dep-lib-base16ct' from root:root to runner:runner
2025-08-20T22:40:26.1670042Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614' from root:root to runner:runner
2025-08-20T22:40:26.1671196Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:40:26.1672192Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1673453Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:40:26.1674809Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:40:26.1675741Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41' from root:root to runner:runner
2025-08-20T22:40:26.1676706Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1677793Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T22:40:26.1678765Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/lib-tinystr.json' from root:root to runner:runner
2025-08-20T22:40:26.1679691Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/lib-tinystr' from root:root to runner:runner
2025-08-20T22:40:26.1680575Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b' from root:root to runner:runner
2025-08-20T22:40:26.1681599Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T22:40:26.1682610Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:40:26.1683950Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1684967Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:40:26.1686025Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f' from root:root to runner:runner
2025-08-20T22:40:26.1687020Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:40:26.1688013Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1688983Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:40:26.1689968Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:40:26.1690869Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1' from root:root to runner:runner
2025-08-20T22:40:26.1691974Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/lib-futures_lite.json' from root:root to runner:runner
2025-08-20T22:40:26.1692960Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/lib-futures_lite' from root:root to runner:runner
2025-08-20T22:40:26.1694067Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/dep-lib-futures_lite' from root:root to runner:runner
2025-08-20T22:40:26.1695049Z [00:09:15.540]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1695965Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09' from root:root to runner:runner
2025-08-20T22:40:26.1697013Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/lib-netlink_packet_utils' from root:root to runner:runner
2025-08-20T22:40:26.1698056Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1699120Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/dep-lib-netlink_packet_utils' from root:root to runner:runner
2025-08-20T22:40:26.1700314Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/lib-netlink_packet_utils.json' from root:root to runner:runner
2025-08-20T22:40:26.1701260Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74' from root:root to runner:runner
2025-08-20T22:40:26.1702236Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:40:26.1703648Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:40:26.1704647Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1705791Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:40:26.1706703Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T22:40:26.1707695Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1708905Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/lib-futures_sink' from root:root to runner:runner
2025-08-20T22:40:26.1709924Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T22:40:26.1710920Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T22:40:26.1711832Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd' from root:root to runner:runner
2025-08-20T22:40:26.1712796Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/lib-cordyceps' from root:root to runner:runner
2025-08-20T22:40:26.1713883Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/lib-cordyceps.json' from root:root to runner:runner
2025-08-20T22:40:26.1715071Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1716036Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/dep-lib-cordyceps' from root:root to runner:runner
2025-08-20T22:40:26.1716939Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864' from root:root to runner:runner
2025-08-20T22:40:26.1717896Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1718843Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/lib-blake3.json' from root:root to runner:runner
2025-08-20T22:40:26.1719894Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/dep-lib-blake3' from root:root to runner:runner
2025-08-20T22:40:26.1720825Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/lib-blake3' from root:root to runner:runner
2025-08-20T22:40:26.1721973Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85' from root:root to runner:runner
2025-08-20T22:40:26.1723963Z [00:09:15.541]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-02198c47a208903d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.1725359Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-02198c47a208903d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.1726270Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-02198c47a208903d' from root:root to runner:runner
2025-08-20T22:40:26.1727211Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/lib-spin.json' from root:root to runner:runner
2025-08-20T22:40:26.1728163Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1729056Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/lib-spin' from root:root to runner:runner
2025-08-20T22:40:26.1730146Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/dep-lib-spin' from root:root to runner:runner
2025-08-20T22:40:26.1731028Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028' from root:root to runner:runner
2025-08-20T22:40:26.1731985Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/dep-lib-object' from root:root to runner:runner
2025-08-20T22:40:26.1732942Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1734141Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/lib-object.json' from root:root to runner:runner
2025-08-20T22:40:26.1735209Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/lib-object' from root:root to runner:runner
2025-08-20T22:40:26.1736092Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43' from root:root to runner:runner
2025-08-20T22:40:26.1737086Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/lib-parking.json' from root:root to runner:runner
2025-08-20T22:40:26.1738046Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/dep-lib-parking' from root:root to runner:runner
2025-08-20T22:40:26.1739013Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1739953Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/lib-parking' from root:root to runner:runner
2025-08-20T22:40:26.1740830Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583' from root:root to runner:runner
2025-08-20T22:40:26.1741779Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1742694Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:40:26.1743946Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:40:26.1744853Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/lib-itoa' from root:root to runner:runner
2025-08-20T22:40:26.1745732Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3' from root:root to runner:runner
2025-08-20T22:40:26.1746709Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1747652Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:40:26.1748745Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:40:26.1749717Z [00:09:15.542]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:40:26.1750616Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93' from root:root to runner:runner
2025-08-20T22:40:26.1751582Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/dep-lib-icu_locid' from root:root to runner:runner
2025-08-20T22:40:26.1752545Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/lib-icu_locid.json' from root:root to runner:runner
2025-08-20T22:40:26.1753627Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1754566Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/lib-icu_locid' from root:root to runner:runner
2025-08-20T22:40:26.1755457Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99' from root:root to runner:runner
2025-08-20T22:40:26.1756426Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1757514Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/dep-lib-match_cfg' from root:root to runner:runner
2025-08-20T22:40:26.1758477Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/lib-match_cfg.json' from root:root to runner:runner
2025-08-20T22:40:26.1759418Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/lib-match_cfg' from root:root to runner:runner
2025-08-20T22:40:26.1760306Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930' from root:root to runner:runner
2025-08-20T22:40:26.1761292Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/dep-lib-sync_wrapper' from root:root to runner:runner
2025-08-20T22:40:26.1762373Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1763450Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/lib-sync_wrapper' from root:root to runner:runner
2025-08-20T22:40:26.1764443Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/lib-sync_wrapper.json' from root:root to runner:runner
2025-08-20T22:40:26.1765341Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1' from root:root to runner:runner
2025-08-20T22:40:26.1766403Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-c7c4a7329bcdb4ec/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T22:40:26.1767474Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-c7c4a7329bcdb4ec/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T22:40:26.1768359Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-c7c4a7329bcdb4ec' from root:root to runner:runner
2025-08-20T22:40:26.1769350Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1770312Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/lib-webpki' from root:root to runner:runner
2025-08-20T22:40:26.1771402Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/dep-lib-webpki' from root:root to runner:runner
2025-08-20T22:40:26.1772386Z [00:09:15.543]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/lib-webpki.json' from root:root to runner:runner
2025-08-20T22:40:26.1773416Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27' from root:root to runner:runner
2025-08-20T22:40:26.1774364Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/lib-arrayref' from root:root to runner:runner
2025-08-20T22:40:26.1775337Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1776402Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/dep-lib-arrayref' from root:root to runner:runner
2025-08-20T22:40:26.1777393Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/lib-arrayref.json' from root:root to runner:runner
2025-08-20T22:40:26.1778287Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed' from root:root to runner:runner
2025-08-20T22:40:26.1779245Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1780456Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/lib-rcgen.json' from root:root to runner:runner
2025-08-20T22:40:26.1781423Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/lib-rcgen' from root:root to runner:runner
2025-08-20T22:40:26.1782367Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/dep-lib-rcgen' from root:root to runner:runner
2025-08-20T22:40:26.1783426Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f' from root:root to runner:runner
2025-08-20T22:40:26.1784459Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1785844Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize' from root:root to runner:runner
2025-08-20T22:40:26.1786841Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/dep-lib-zeroize' from root:root to runner:runner
2025-08-20T22:40:26.1787813Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize.json' from root:root to runner:runner
2025-08-20T22:40:26.1788700Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73' from root:root to runner:runner
2025-08-20T22:40:26.1789711Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/lib-positioned_io.json' from root:root to runner:runner
2025-08-20T22:40:26.1790829Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1791834Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/dep-lib-positioned_io' from root:root to runner:runner
2025-08-20T22:40:26.1792828Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/lib-positioned_io' from root:root to runner:runner
2025-08-20T22:40:26.1793867Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27' from root:root to runner:runner
2025-08-20T22:40:26.1794941Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-aed11c7d0f117454/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.1795968Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-aed11c7d0f117454/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.1796839Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-aed11c7d0f117454' from root:root to runner:runner
2025-08-20T22:40:26.1797816Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/lib-netwatch.json' from root:root to runner:runner
2025-08-20T22:40:26.1798900Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1800538Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/lib-netwatch' from root:root to runner:runner
2025-08-20T22:40:26.1801732Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/dep-lib-netwatch' from root:root to runner:runner
2025-08-20T22:40:26.1802654Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d' from root:root to runner:runner
2025-08-20T22:40:26.1803802Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/lib-universal_hash.json' from root:root to runner:runner
﻿2025-08-20T22:40:26.1807249Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1808468Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/dep-lib-universal_hash' from root:root to runner:runner
2025-08-20T22:40:26.1809486Z [00:09:15.544]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/lib-universal_hash' from root:root to runner:runner
2025-08-20T22:40:26.1810435Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce' from root:root to runner:runner
2025-08-20T22:40:26.1811472Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/lib-hmac_sha256.json' from root:root to runner:runner
2025-08-20T22:40:26.1812473Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/lib-hmac_sha256' from root:root to runner:runner
2025-08-20T22:40:26.1813613Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1814639Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/dep-lib-hmac_sha256' from root:root to runner:runner
2025-08-20T22:40:26.1815546Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731' from root:root to runner:runner
2025-08-20T22:40:26.1816512Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1817558Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/lib-overload.json' from root:root to runner:runner
2025-08-20T22:40:26.1818516Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/dep-lib-overload' from root:root to runner:runner
2025-08-20T22:40:26.1819464Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/lib-overload' from root:root to runner:runner
2025-08-20T22:40:26.1820353Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05' from root:root to runner:runner
2025-08-20T22:40:26.1821467Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/lib-opaque_debug.json' from root:root to runner:runner
2025-08-20T22:40:26.1822612Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1823830Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/dep-lib-opaque_debug' from root:root to runner:runner
2025-08-20T22:40:26.1824851Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/lib-opaque_debug' from root:root to runner:runner
2025-08-20T22:40:26.1825758Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721' from root:root to runner:runner
2025-08-20T22:40:26.1826715Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1827624Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc' from root:root to runner:runner
2025-08-20T22:40:26.1828549Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:40:26.1829480Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc.json' from root:root to runner:runner
2025-08-20T22:40:26.1830342Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709' from root:root to runner:runner
2025-08-20T22:40:26.1831425Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T22:40:26.1832406Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1833493Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T22:40:26.1834473Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/lib-icu_provider' from root:root to runner:runner
2025-08-20T22:40:26.1835451Z [00:09:15.545]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a' from root:root to runner:runner
2025-08-20T22:40:26.1836530Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/lib-block_buffer' from root:root to runner:runner
2025-08-20T22:40:26.1837507Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1838511Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T22:40:26.1839507Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T22:40:26.1840403Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91' from root:root to runner:runner
2025-08-20T22:40:26.1841328Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/lib-pkarr' from root:root to runner:runner
2025-08-20T22:40:26.1842260Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/dep-lib-pkarr' from root:root to runner:runner
2025-08-20T22:40:26.1843313Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1844252Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/lib-pkarr.json' from root:root to runner:runner
2025-08-20T22:40:26.1845191Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264' from root:root to runner:runner
2025-08-20T22:40:26.1846242Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/lib-pnet_macros_support.json' from root:root to runner:runner
2025-08-20T22:40:26.1847284Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/dep-lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T22:40:26.1848305Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1849398Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/lib-pnet_macros_support' from root:root to runner:runner
2025-08-20T22:40:26.1850431Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c' from root:root to runner:runner
2025-08-20T22:40:26.1851434Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/dep-lib-tokio_stream' from root:root to runner:runner
2025-08-20T22:40:26.1852410Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1853497Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/lib-tokio_stream' from root:root to runner:runner
2025-08-20T22:40:26.1854509Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/lib-tokio_stream.json' from root:root to runner:runner
2025-08-20T22:40:26.1855501Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c' from root:root to runner:runner
2025-08-20T22:40:26.1856487Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:40:26.1857628Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:40:26.1858799Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1859767Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/lib-byteorder' from root:root to runner:runner
2025-08-20T22:40:26.1860802Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07' from root:root to runner:runner
2025-08-20T22:40:26.1861824Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/dep-lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:40:26.1863031Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/lib-rustls_pemfile' from root:root to runner:runner
2025-08-20T22:40:26.1864357Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1865398Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/lib-rustls_pemfile.json' from root:root to runner:runner
2025-08-20T22:40:26.1866331Z [00:09:15.546]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8' from root:root to runner:runner
2025-08-20T22:40:26.1867409Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.1868455Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.1869417Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T22:40:26.1870472Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d2357ede2338a762/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.1871513Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d2357ede2338a762/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.1872399Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d2357ede2338a762' from root:root to runner:runner
2025-08-20T22:40:26.1873494Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/lib-tokio_util' from root:root to runner:runner
2025-08-20T22:40:26.1874479Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T22:40:26.1875558Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1877014Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T22:40:26.1878595Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e' from root:root to runner:runner
2025-08-20T22:40:26.1879740Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/dep-lib-spki' from root:root to runner:runner
2025-08-20T22:40:26.1880700Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1881612Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/lib-spki' from root:root to runner:runner
2025-08-20T22:40:26.1882546Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/lib-spki.json' from root:root to runner:runner
2025-08-20T22:40:26.1883578Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737' from root:root to runner:runner
2025-08-20T22:40:26.1884568Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/lib-log' from root:root to runner:runner
2025-08-20T22:40:26.1885485Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/dep-lib-log' from root:root to runner:runner
2025-08-20T22:40:26.1886427Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1887342Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/lib-log.json' from root:root to runner:runner
2025-08-20T22:40:26.1888200Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229' from root:root to runner:runner
2025-08-20T22:40:26.1889106Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/lib-yoke' from root:root to runner:runner
2025-08-20T22:40:26.1890131Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/dep-lib-yoke' from root:root to runner:runner
2025-08-20T22:40:26.1891078Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1892005Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/lib-yoke.json' from root:root to runner:runner
2025-08-20T22:40:26.1892934Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841' from root:root to runner:runner
2025-08-20T22:40:26.1894019Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1894961Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/lib-smallvec' from root:root to runner:runner
2025-08-20T22:40:26.1895917Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:40:26.1896883Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:40:26.1897777Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d' from root:root to runner:runner
2025-08-20T22:40:26.1898785Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/lib-tinyvec' from root:root to runner:runner
2025-08-20T22:40:26.1899736Z [00:09:15.547]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/lib-tinyvec.json' from root:root to runner:runner
2025-08-20T22:40:26.1900699Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1901648Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/dep-lib-tinyvec' from root:root to runner:runner
2025-08-20T22:40:26.1902528Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139' from root:root to runner:runner
2025-08-20T22:40:26.1903826Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/dep-lib-iroh_quinn' from root:root to runner:runner
2025-08-20T22:40:26.1904800Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/lib-iroh_quinn' from root:root to runner:runner
2025-08-20T22:40:26.1905807Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1906841Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/lib-iroh_quinn.json' from root:root to runner:runner
2025-08-20T22:40:26.1907739Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293' from root:root to runner:runner
2025-08-20T22:40:26.1908752Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/dep-lib-async_compat' from root:root to runner:runner
2025-08-20T22:40:26.1909728Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1910710Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/lib-async_compat' from root:root to runner:runner
2025-08-20T22:40:26.1911698Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/lib-async_compat.json' from root:root to runner:runner
2025-08-20T22:40:26.1912664Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb' from root:root to runner:runner
2025-08-20T22:40:26.1913772Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/dep-lib-atomic_waker' from root:root to runner:runner
2025-08-20T22:40:26.1914762Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1915738Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/lib-atomic_waker' from root:root to runner:runner
2025-08-20T22:40:26.1916729Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/lib-atomic_waker.json' from root:root to runner:runner
2025-08-20T22:40:26.1917759Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a' from root:root to runner:runner
2025-08-20T22:40:26.1918869Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-7924f7fdc090e5d0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.1919948Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-7924f7fdc090e5d0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.1920913Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-7924f7fdc090e5d0' from root:root to runner:runner
2025-08-20T22:40:26.1921903Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T22:40:26.1922876Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/lib-signal_hook' from root:root to runner:runner
2025-08-20T22:40:26.1923951Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1924943Z [00:09:15.548]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T22:40:26.1925910Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e' from root:root to runner:runner
2025-08-20T22:40:26.1926897Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T22:40:26.1927891Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1928867Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/lib-sharded_slab' from root:root to runner:runner
2025-08-20T22:40:26.1929865Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T22:40:26.1930770Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d' from root:root to runner:runner
2025-08-20T22:40:26.1931942Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/lib-hickory_resolver' from root:root to runner:runner
2025-08-20T22:40:26.1933286Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1934352Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/lib-hickory_resolver.json' from root:root to runner:runner
2025-08-20T22:40:26.1935485Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/dep-lib-hickory_resolver' from root:root to runner:runner
2025-08-20T22:40:26.1936420Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471' from root:root to runner:runner
2025-08-20T22:40:26.1939710Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-09bd31e599ebdd4b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.1941437Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-09bd31e599ebdd4b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.1942606Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-09bd31e599ebdd4b' from root:root to runner:runner
2025-08-20T22:40:26.1944052Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/dep-lib-data_encoding' from root:root to runner:runner
2025-08-20T22:40:26.1945111Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/lib-data_encoding' from root:root to runner:runner
2025-08-20T22:40:26.1946101Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1947102Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/lib-data_encoding.json' from root:root to runner:runner
2025-08-20T22:40:26.1948015Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b' from root:root to runner:runner
2025-08-20T22:40:26.1948968Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:40:26.1949988Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/lib-serde.json' from root:root to runner:runner
2025-08-20T22:40:26.1950950Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1952588Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/lib-serde' from root:root to runner:runner
2025-08-20T22:40:26.1954446Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4' from root:root to runner:runner
2025-08-20T22:40:26.1956567Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/lib-rustls_platform_verifier.json' from root:root to runner:runner
2025-08-20T22:40:26.1958800Z [00:09:15.549]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/dep-lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:40:26.1960756Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1962697Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/lib-rustls_platform_verifier' from root:root to runner:runner
2025-08-20T22:40:26.1964296Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63' from root:root to runner:runner
2025-08-20T22:40:26.1965323Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1966305Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T22:40:26.1967272Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/lib-zerofrom' from root:root to runner:runner
2025-08-20T22:40:26.1968271Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T22:40:26.1969258Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8' from root:root to runner:runner
2025-08-20T22:40:26.1970232Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1971197Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:40:26.1972221Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:40:26.1973349Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/lib-indexmap' from root:root to runner:runner
2025-08-20T22:40:26.1974268Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273' from root:root to runner:runner
2025-08-20T22:40:26.1975311Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/lib-litemap.json' from root:root to runner:runner
2025-08-20T22:40:26.1976273Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/dep-lib-litemap' from root:root to runner:runner
2025-08-20T22:40:26.1977225Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1978238Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/lib-litemap' from root:root to runner:runner
2025-08-20T22:40:26.1979120Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa' from root:root to runner:runner
2025-08-20T22:40:26.1980165Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/dep-lib-futures_buffered' from root:root to runner:runner
2025-08-20T22:40:26.1981197Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1982220Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/lib-futures_buffered' from root:root to runner:runner
2025-08-20T22:40:26.1983572Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/lib-futures_buffered.json' from root:root to runner:runner
2025-08-20T22:40:26.1984539Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5' from root:root to runner:runner
2025-08-20T22:40:26.1985474Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/lib-chrono' from root:root to runner:runner
2025-08-20T22:40:26.1986517Z [00:09:15.550]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1987463Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/lib-chrono.json' from root:root to runner:runner
2025-08-20T22:40:26.1988406Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/dep-lib-chrono' from root:root to runner:runner
2025-08-20T22:40:26.1989338Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d' from root:root to runner:runner
2025-08-20T22:40:26.1990333Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/dep-lib-resolv_conf' from root:root to runner:runner
2025-08-20T22:40:26.1991306Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1992347Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/lib-resolv_conf.json' from root:root to runner:runner
2025-08-20T22:40:26.1993572Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/lib-resolv_conf' from root:root to runner:runner
2025-08-20T22:40:26.1994723Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657' from root:root to runner:runner
2025-08-20T22:40:26.1995677Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/dep-lib-base64' from root:root to runner:runner
2025-08-20T22:40:26.1996639Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/lib-base64.json' from root:root to runner:runner
2025-08-20T22:40:26.1997676Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.1998603Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/lib-base64' from root:root to runner:runner
2025-08-20T22:40:26.1999479Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc' from root:root to runner:runner
2025-08-20T22:40:26.2000521Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/lib-futures_util' from root:root to runner:runner
2025-08-20T22:40:26.2001499Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2002499Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/lib-futures_util.json' from root:root to runner:runner
2025-08-20T22:40:26.2003785Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/dep-lib-futures_util' from root:root to runner:runner
2025-08-20T22:40:26.2004801Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d' from root:root to runner:runner
2025-08-20T22:40:26.2005799Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/lib-simple_dns' from root:root to runner:runner
2025-08-20T22:40:26.2006849Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2007828Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/dep-lib-simple_dns' from root:root to runner:runner
2025-08-20T22:40:26.2008807Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/lib-simple_dns.json' from root:root to runner:runner
2025-08-20T22:40:26.2009698Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f' from root:root to runner:runner
2025-08-20T22:40:26.2010653Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/lib-ref_cast' from root:root to runner:runner
2025-08-20T22:40:26.2011671Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2012635Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/lib-ref_cast.json' from root:root to runner:runner
2025-08-20T22:40:26.2013779Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/dep-lib-ref_cast' from root:root to runner:runner
2025-08-20T22:40:26.2015032Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f' from root:root to runner:runner
2025-08-20T22:40:26.2016066Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2017093Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/dep-lib-precis_profiles' from root:root to runner:runner
2025-08-20T22:40:26.2018190Z [00:09:15.551]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/lib-precis_profiles' from root:root to runner:runner
2025-08-20T22:40:26.2019249Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/lib-precis_profiles.json' from root:root to runner:runner
2025-08-20T22:40:26.2020435Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc' from root:root to runner:runner
2025-08-20T22:40:26.2021387Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/lib-regex' from root:root to runner:runner
2025-08-20T22:40:26.2022344Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2023637Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:40:26.2024610Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/lib-regex.json' from root:root to runner:runner
2025-08-20T22:40:26.2025497Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674' from root:root to runner:runner
2025-08-20T22:40:26.2026520Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/dep-lib-tokio' from root:root to runner:runner
2025-08-20T22:40:26.2027475Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2028401Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/lib-tokio' from root:root to runner:runner
2025-08-20T22:40:26.2029419Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/lib-tokio.json' from root:root to runner:runner
2025-08-20T22:40:26.2030307Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd' from root:root to runner:runner
2025-08-20T22:40:26.2031283Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/lib-hyper_rustls' from root:root to runner:runner
2025-08-20T22:40:26.2032339Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/dep-lib-hyper_rustls' from root:root to runner:runner
2025-08-20T22:40:26.2033596Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2034921Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/lib-hyper_rustls.json' from root:root to runner:runner
2025-08-20T22:40:26.2036693Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9' from root:root to runner:runner
2025-08-20T22:40:26.2038685Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T22:40:26.2040562Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:40:26.2042397Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2044457Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:40:26.2046241Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c' from root:root to runner:runner
2025-08-20T22:40:26.2047305Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/lib-constant_time_eq.json' from root:root to runner:runner
2025-08-20T22:40:26.2048323Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2049438Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/dep-lib-constant_time_eq' from root:root to runner:runner
2025-08-20T22:40:26.2050467Z [00:09:15.552]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/lib-constant_time_eq' from root:root to runner:runner
2025-08-20T22:40:26.2051408Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4' from root:root to runner:runner
2025-08-20T22:40:26.2052522Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2053936Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2055007Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-8eccf0d1f1f02aae' from root:root to runner:runner
2025-08-20T22:40:26.2055997Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/lib-serde_bytes.json' from root:root to runner:runner
2025-08-20T22:40:26.2056974Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2057943Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/dep-lib-serde_bytes' from root:root to runner:runner
2025-08-20T22:40:26.2058907Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/lib-serde_bytes' from root:root to runner:runner
2025-08-20T22:40:26.2059800Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402' from root:root to runner:runner
2025-08-20T22:40:26.2060847Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T22:40:26.2061818Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T22:40:26.2062841Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2063999Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/lib-arrayvec' from root:root to runner:runner
2025-08-20T22:40:26.2064896Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6' from root:root to runner:runner
2025-08-20T22:40:26.2065929Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2066863Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/lib-digest' from root:root to runner:runner
2025-08-20T22:40:26.2067796Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/dep-lib-digest' from root:root to runner:runner
2025-08-20T22:40:26.2068805Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/lib-digest.json' from root:root to runner:runner
2025-08-20T22:40:26.2069683Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc' from root:root to runner:runner
2025-08-20T22:40:26.2070736Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T22:40:26.2071742Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2072776Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T22:40:26.2074142Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T22:40:26.2075089Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30' from root:root to runner:runner
2025-08-20T22:40:26.2076042Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2077010Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/lib-time' from root:root to runner:runner
2025-08-20T22:40:26.2077940Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/lib-time.json' from root:root to runner:runner
2025-08-20T22:40:26.2078863Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/dep-lib-time' from root:root to runner:runner
2025-08-20T22:40:26.2079780Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2' from root:root to runner:runner
2025-08-20T22:40:26.2080709Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:40:26.2081648Z [00:09:15.553]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2082636Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/lib-clap.json' from root:root to runner:runner
2025-08-20T22:40:26.2083967Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/lib-clap' from root:root to runner:runner
2025-08-20T22:40:26.2085106Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c' from root:root to runner:runner
2025-08-20T22:40:26.2086148Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/lib-futures_executor' from root:root to runner:runner
2025-08-20T22:40:26.2087155Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2088186Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/dep-lib-futures_executor' from root:root to runner:runner
2025-08-20T22:40:26.2089297Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/lib-futures_executor.json' from root:root to runner:runner
2025-08-20T22:40:26.2090227Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739' from root:root to runner:runner
2025-08-20T22:40:26.2091260Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/lib-quick_error' from root:root to runner:runner
2025-08-20T22:40:26.2092249Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/lib-quick_error.json' from root:root to runner:runner
2025-08-20T22:40:26.2093429Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2094563Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/dep-lib-quick_error' from root:root to runner:runner
2025-08-20T22:40:26.2095477Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b' from root:root to runner:runner
2025-08-20T22:40:26.2096425Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/lib-dyn_clone' from root:root to runner:runner
2025-08-20T22:40:26.2097448Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/lib-dyn_clone.json' from root:root to runner:runner
2025-08-20T22:40:26.2098670Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/dep-lib-dyn_clone' from root:root to runner:runner
2025-08-20T22:40:26.2099653Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2100542Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349' from root:root to runner:runner
2025-08-20T22:40:26.2101464Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/lib-mio.json' from root:root to runner:runner
2025-08-20T22:40:26.2102449Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:40:26.2103714Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2104630Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/lib-mio' from root:root to runner:runner
2025-08-20T22:40:26.2105590Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b' from root:root to runner:runner
2025-08-20T22:40:26.2106611Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/lib-hickory_proto' from root:root to runner:runner
2025-08-20T22:40:26.2107614Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/lib-hickory_proto.json' from root:root to runner:runner
2025-08-20T22:40:26.2108662Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2109673Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/dep-lib-hickory_proto' from root:root to runner:runner
2025-08-20T22:40:26.2110583Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d' from root:root to runner:runner
2025-08-20T22:40:26.2111609Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:40:26.2112577Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2113710Z [00:09:15.554]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' from root:root to runner:runner
2025-08-20T22:40:26.2114670Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:40:26.2115556Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2' from root:root to runner:runner
2025-08-20T22:40:26.2116626Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/dep-lib-iroh_quinn_udp' from root:root to runner:runner
2025-08-20T22:40:26.2117615Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/lib-iroh_quinn_udp' from root:root to runner:runner
2025-08-20T22:40:26.2118827Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2120342Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/lib-iroh_quinn_udp.json' from root:root to runner:runner
2025-08-20T22:40:26.2121471Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204' from root:root to runner:runner
2025-08-20T22:40:26.2122472Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/dep-lib-portmapper' from root:root to runner:runner
2025-08-20T22:40:26.2123804Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/lib-portmapper' from root:root to runner:runner
2025-08-20T22:40:26.2124852Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2125856Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/lib-portmapper.json' from root:root to runner:runner
2025-08-20T22:40:26.2126834Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d' from root:root to runner:runner
2025-08-20T22:40:26.2127807Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/lib-scopeguard' from root:root to runner:runner
2025-08-20T22:40:26.2128791Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2129762Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T22:40:26.2130750Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T22:40:26.2131712Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b' from root:root to runner:runner
2025-08-20T22:40:26.2132608Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/lib-fnv' from root:root to runner:runner
2025-08-20T22:40:26.2133794Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2134808Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:40:26.2135734Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:40:26.2136603Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10' from root:root to runner:runner
2025-08-20T22:40:26.2137598Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/lib-xml.json' from root:root to runner:runner
2025-08-20T22:40:26.2138531Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/dep-lib-xml' from root:root to runner:runner
2025-08-20T22:40:26.2139486Z [00:09:15.555]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2140459Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/lib-xml' from root:root to runner:runner
2025-08-20T22:40:26.2141343Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed' from root:root to runner:runner
2025-08-20T22:40:26.2142299Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/lib-chacha20' from root:root to runner:runner
2025-08-20T22:40:26.2143621Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2144679Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/dep-lib-chacha20' from root:root to runner:runner
2025-08-20T22:40:26.2145652Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/lib-chacha20.json' from root:root to runner:runner
2025-08-20T22:40:26.2146621Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb' from root:root to runner:runner
2025-08-20T22:40:26.2147607Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/lib-netlink_sys' from root:root to runner:runner
2025-08-20T22:40:26.2148659Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/dep-lib-netlink_sys' from root:root to runner:runner
2025-08-20T22:40:26.2149639Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2150628Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/lib-netlink_sys.json' from root:root to runner:runner
2025-08-20T22:40:26.2151578Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab' from root:root to runner:runner
2025-08-20T22:40:26.2152537Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/lib-cipher.json' from root:root to runner:runner
2025-08-20T22:40:26.2153710Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2154754Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/dep-lib-cipher' from root:root to runner:runner
2025-08-20T22:40:26.2155692Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/lib-cipher' from root:root to runner:runner
2025-08-20T22:40:26.2156570Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f' from root:root to runner:runner
2025-08-20T22:40:26.2157611Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/lib-inplace_vec_builder' from root:root to runner:runner
2025-08-20T22:40:26.2158664Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/dep-lib-inplace_vec_builder' from root:root to runner:runner
2025-08-20T22:40:26.2159754Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2160815Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/lib-inplace_vec_builder.json' from root:root to runner:runner
2025-08-20T22:40:26.2161754Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78' from root:root to runner:runner
2025-08-20T22:40:26.2162770Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2163793Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/dep-lib-mime' from root:root to runner:runner
2025-08-20T22:40:26.2164729Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/lib-mime.json' from root:root to runner:runner
2025-08-20T22:40:26.2165750Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/lib-mime' from root:root to runner:runner
2025-08-20T22:40:26.2166626Z [00:09:15.556]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795' from root:root to runner:runner
2025-08-20T22:40:26.2167576Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/lib-postcard' from root:root to runner:runner
2025-08-20T22:40:26.2168598Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2169579Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/lib-postcard.json' from root:root to runner:runner
2025-08-20T22:40:26.2170544Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/dep-lib-postcard' from root:root to runner:runner
2025-08-20T22:40:26.2171433Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0' from root:root to runner:runner
2025-08-20T22:40:26.2172514Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-3f4e660146246336/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2173725Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-3f4e660146246336/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2174631Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-3f4e660146246336' from root:root to runner:runner
2025-08-20T22:40:26.2175608Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2176647Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:40:26.2177600Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/lib-thiserror' from root:root to runner:runner
2025-08-20T22:40:26.2178563Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:40:26.2179520Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9' from root:root to runner:runner
2025-08-20T22:40:26.2180592Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2181715Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/lib-hmac_sha1' from root:root to runner:runner
2025-08-20T22:40:26.2182772Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/lib-hmac_sha1.json' from root:root to runner:runner
2025-08-20T22:40:26.2183985Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/dep-lib-hmac_sha1' from root:root to runner:runner
2025-08-20T22:40:26.2184893Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c' from root:root to runner:runner
2025-08-20T22:40:26.2185880Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/lib-stun_rs' from root:root to runner:runner
2025-08-20T22:40:26.2187009Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/lib-stun_rs.json' from root:root to runner:runner
2025-08-20T22:40:26.2188057Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2189006Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/dep-lib-stun_rs' from root:root to runner:runner
2025-08-20T22:40:26.2189891Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06' from root:root to runner:runner
2025-08-20T22:40:26.2190902Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/lib-futures.json' from root:root to runner:runner
2025-08-20T22:40:26.2191857Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/dep-lib-futures' from root:root to runner:runner
2025-08-20T22:40:26.2192809Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2194073Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/lib-futures' from root:root to runner:runner
2025-08-20T22:40:26.2195008Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f' from root:root to runner:runner
2025-08-20T22:40:26.2195904Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/lib-crc' from root:root to runner:runner
2025-08-20T22:40:26.2196913Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2197831Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/dep-lib-crc' from root:root to runner:runner
2025-08-20T22:40:26.2198753Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/lib-crc.json' from root:root to runner:runner
2025-08-20T22:40:26.2199620Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527' from root:root to runner:runner
2025-08-20T22:40:26.2200557Z [00:09:15.557]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/dep-lib-iroh' from root:root to runner:runner
2025-08-20T22:40:26.2202045Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2203409Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/lib-iroh' from root:root to runner:runner
2025-08-20T22:40:26.2204599Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/lib-iroh.json' from root:root to runner:runner
2025-08-20T22:40:26.2205570Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d' from root:root to runner:runner
2025-08-20T22:40:26.2206634Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2207687Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T22:40:26.2208795Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T22:40:26.2209837Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T22:40:26.2210763Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b' from root:root to runner:runner
2025-08-20T22:40:26.2211806Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T22:40:26.2212794Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/lib-derive_more.json' from root:root to runner:runner
2025-08-20T22:40:26.2213871Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2214837Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/lib-derive_more' from root:root to runner:runner
2025-08-20T22:40:26.2215727Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c' from root:root to runner:runner
2025-08-20T22:40:26.2216768Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/dep-lib-n0_future' from root:root to runner:runner
2025-08-20T22:40:26.2217734Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/lib-n0_future' from root:root to runner:runner
2025-08-20T22:40:26.2218707Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2219748Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/lib-n0_future.json' from root:root to runner:runner
2025-08-20T22:40:26.2220643Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e' from root:root to runner:runner
2025-08-20T22:40:26.2221608Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/dep-lib-salsa20' from root:root to runner:runner
2025-08-20T22:40:26.2222623Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2223829Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/lib-salsa20.json' from root:root to runner:runner
2025-08-20T22:40:26.2224781Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/lib-salsa20' from root:root to runner:runner
2025-08-20T22:40:26.2225743Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd' from root:root to runner:runner
2025-08-20T22:40:26.2226716Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2227682Z [00:09:15.558]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:40:26.2228631Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/lib-bitflags' from root:root to runner:runner
2025-08-20T22:40:26.2229599Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:40:26.2230541Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923' from root:root to runner:runner
2025-08-20T22:40:26.2231526Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:40:26.2232505Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:40:26.2233731Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:40:26.2234728Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2235808Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4' from root:root to runner:runner
2025-08-20T22:40:26.2236989Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/lib-icu_locid_transform_data.json' from root:root to runner:runner
2025-08-20T22:40:26.2238025Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2239272Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/dep-lib-icu_locid_transform_data' from root:root to runner:runner
2025-08-20T22:40:26.2240424Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/lib-icu_locid_transform_data' from root:root to runner:runner
2025-08-20T22:40:26.2241366Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3' from root:root to runner:runner
2025-08-20T22:40:26.2242395Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/dep-lib-iroh_quinn_proto' from root:root to runner:runner
2025-08-20T22:40:26.2243510Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2244531Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/lib-iroh_quinn_proto' from root:root to runner:runner
2025-08-20T22:40:26.2245619Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/lib-iroh_quinn_proto.json' from root:root to runner:runner
2025-08-20T22:40:26.2246554Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54' from root:root to runner:runner
2025-08-20T22:40:26.2247499Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2248475Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/dep-lib-pem' from root:root to runner:runner
2025-08-20T22:40:26.2249389Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/lib-pem.json' from root:root to runner:runner
2025-08-20T22:40:26.2250285Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/lib-pem' from root:root to runner:runner
2025-08-20T22:40:26.2251206Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2' from root:root to runner:runner
2025-08-20T22:40:26.2252152Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/lib-pkcs8.json' from root:root to runner:runner
2025-08-20T22:40:26.2253250Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2254196Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/dep-lib-pkcs8' from root:root to runner:runner
2025-08-20T22:40:26.2255108Z [00:09:15.559]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/lib-pkcs8' from root:root to runner:runner
2025-08-20T22:40:26.2255987Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb' from root:root to runner:runner
2025-08-20T22:40:26.2256961Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/lib-tracing_core' from root:root to runner:runner
2025-08-20T22:40:26.2257966Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T22:40:26.2259023Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2260018Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T22:40:26.2261182Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99' from root:root to runner:runner
2025-08-20T22:40:26.2262306Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T22:40:26.2263563Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2264626Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T22:40:26.2265849Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T22:40:26.2266944Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51' from root:root to runner:runner
2025-08-20T22:40:26.2268099Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-dc62535bde917f70/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2269157Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-dc62535bde917f70/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2270052Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-dc62535bde917f70' from root:root to runner:runner
2025-08-20T22:40:26.2271057Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T22:40:26.2272058Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2273058Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T22:40:26.2274364Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/lib-crypto_common' from root:root to runner:runner
2025-08-20T22:40:26.2275293Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f' from root:root to runner:runner
2025-08-20T22:40:26.2276363Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2277299Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/lib-cobs.json' from root:root to runner:runner
2025-08-20T22:40:26.2278218Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/dep-lib-cobs' from root:root to runner:runner
2025-08-20T22:40:26.2279202Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/lib-cobs' from root:root to runner:runner
2025-08-20T22:40:26.2280146Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345' from root:root to runner:runner
2025-08-20T22:40:26.2281802Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/lib-futures_task.json' from root:root to runner:runner
2025-08-20T22:40:26.2283133Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2284277Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/dep-lib-futures_task' from root:root to runner:runner
2025-08-20T22:40:26.2285259Z [00:09:15.560]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/lib-futures_task' from root:root to runner:runner
2025-08-20T22:40:26.2286160Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a' from root:root to runner:runner
2025-08-20T22:40:26.2287198Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/lib-hostname_validator' from root:root to runner:runner
2025-08-20T22:40:26.2288302Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2289495Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/dep-lib-hostname_validator' from root:root to runner:runner
2025-08-20T22:40:26.2290558Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/lib-hostname_validator.json' from root:root to runner:runner
2025-08-20T22:40:26.2291557Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042' from root:root to runner:runner
2025-08-20T22:40:26.2292611Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2293748Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2294700Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13' from root:root to runner:runner
2025-08-20T22:40:26.2295637Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/lib-slab.json' from root:root to runner:runner
2025-08-20T22:40:26.2296580Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2297566Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/dep-lib-slab' from root:root to runner:runner
2025-08-20T22:40:26.2298501Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/lib-slab' from root:root to runner:runner
2025-08-20T22:40:26.2299368Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a' from root:root to runner:runner
2025-08-20T22:40:26.2300296Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/dep-lib-hmac' from root:root to runner:runner
2025-08-20T22:40:26.2301245Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2302238Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/lib-hmac.json' from root:root to runner:runner
2025-08-20T22:40:26.2303249Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/lib-hmac' from root:root to runner:runner
2025-08-20T22:40:26.2304265Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc' from root:root to runner:runner
2025-08-20T22:40:26.2305328Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:40:26.2306310Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' from root:root to runner:runner
2025-08-20T22:40:26.2307279Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2308298Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:40:26.2309196Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba' from root:root to runner:runner
2025-08-20T22:40:26.2310157Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/lib-xmltree.json' from root:root to runner:runner
2025-08-20T22:40:26.2311176Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2312119Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/lib-xmltree' from root:root to runner:runner
2025-08-20T22:40:26.2313069Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/dep-lib-xmltree' from root:root to runner:runner
2025-08-20T22:40:26.2314148Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde' from root:root to runner:runner
2025-08-20T22:40:26.2315262Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2316413Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2317343Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T22:40:26.2318274Z [00:09:15.561]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/dep-lib-z32' from root:root to runner:runner
2025-08-20T22:40:26.2319282Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2320195Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/lib-z32.json' from root:root to runner:runner
2025-08-20T22:40:26.2321094Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/lib-z32' from root:root to runner:runner
2025-08-20T22:40:26.2322015Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99' from root:root to runner:runner
2025-08-20T22:40:26.2322991Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2324064Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/dep-lib-backtrace' from root:root to runner:runner
2025-08-20T22:40:26.2325114Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/lib-backtrace.json' from root:root to runner:runner
2025-08-20T22:40:26.2326074Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/lib-backtrace' from root:root to runner:runner
2025-08-20T22:40:26.2326970Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda' from root:root to runner:runner
2025-08-20T22:40:26.2327945Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/lib-httparse.json' from root:root to runner:runner
2025-08-20T22:40:26.2328904Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/lib-httparse' from root:root to runner:runner
2025-08-20T22:40:26.2329878Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/dep-lib-httparse' from root:root to runner:runner
2025-08-20T22:40:26.2330905Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2331803Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824' from root:root to runner:runner
2025-08-20T22:40:26.2332819Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2333869Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:40:26.2334793Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/lib-rustix' from root:root to runner:runner
2025-08-20T22:40:26.2335813Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:40:26.2336895Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e' from root:root to runner:runner
2025-08-20T22:40:26.2337951Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:40:26.2339051Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:40:26.2340018Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2340947Z [00:09:15.562]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/lib-memchr' from root:root to runner:runner
2025-08-20T22:40:26.2341821Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e' from root:root to runner:runner
2025-08-20T22:40:26.2342794Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' from root:root to runner:runner
2025-08-20T22:40:26.2344340Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2345394Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-20T22:40:26.2346376Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' from root:root to runner:runner
2025-08-20T22:40:26.2347271Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-20T22:40:26.2348232Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/dep-lib-try_lock' from root:root to runner:runner
2025-08-20T22:40:26.2349168Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/lib-try_lock' from root:root to runner:runner
2025-08-20T22:40:26.2350130Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2351146Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/lib-try_lock.json' from root:root to runner:runner
2025-08-20T22:40:26.2352031Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305' from root:root to runner:runner
2025-08-20T22:40:26.2353353Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c5d60f5ef3ce81e6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2354467Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c5d60f5ef3ce81e6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2355358Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c5d60f5ef3ce81e6' from root:root to runner:runner
2025-08-20T22:40:26.2356325Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/lib-self_cell.json' from root:root to runner:runner
2025-08-20T22:40:26.2357286Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/dep-lib-self_cell' from root:root to runner:runner
2025-08-20T22:40:26.2358754Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/lib-self_cell' from root:root to runner:runner
2025-08-20T22:40:26.2360661Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2362387Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1' from root:root to runner:runner
2025-08-20T22:40:26.2364482Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:40:26.2366344Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2368209Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:40:26.2370137Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:40:26.2371106Z [00:09:15.563]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f' from root:root to runner:runner
2025-08-20T22:40:26.2372211Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-0f71418d8eb1fbfd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2373592Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-0f71418d8eb1fbfd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2374534Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-0f71418d8eb1fbfd' from root:root to runner:runner
2025-08-20T22:40:26.2375555Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/dep-lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T22:40:26.2376556Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2377644Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T22:40:26.2378731Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/lib-serde_urlencoded.json' from root:root to runner:runner
2025-08-20T22:40:26.2379657Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f' from root:root to runner:runner
2025-08-20T22:40:26.2380720Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2381766Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2382637Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-20T22:40:26.2383821Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/dep-lib-genawaiter' from root:root to runner:runner
2025-08-20T22:40:26.2384880Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/lib-genawaiter' from root:root to runner:runner
2025-08-20T22:40:26.2385861Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2386904Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/lib-genawaiter.json' from root:root to runner:runner
2025-08-20T22:40:26.2387797Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43' from root:root to runner:runner
2025-08-20T22:40:26.2388831Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/lib-portable_atomic.json' from root:root to runner:runner
2025-08-20T22:40:26.2389841Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2390856Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/dep-lib-portable_atomic' from root:root to runner:runner
2025-08-20T22:40:26.2391981Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/lib-portable_atomic' from root:root to runner:runner
2025-08-20T22:40:26.2392955Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631' from root:root to runner:runner
2025-08-20T22:40:26.2394170Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/lib-const_oid.json' from root:root to runner:runner
2025-08-20T22:40:26.2395156Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2396105Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/lib-const_oid' from root:root to runner:runner
2025-08-20T22:40:26.2397061Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/dep-lib-const_oid' from root:root to runner:runner
2025-08-20T22:40:26.2398027Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a' from root:root to runner:runner
2025-08-20T22:40:26.2399047Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2399993Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/lib-hyper.json' from root:root to runner:runner
2025-08-20T22:40:26.2400926Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/dep-lib-hyper' from root:root to runner:runner
2025-08-20T22:40:26.2401840Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/lib-hyper' from root:root to runner:runner
2025-08-20T22:40:26.2402763Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4' from root:root to runner:runner
2025-08-20T22:40:26.2404032Z [00:09:15.564]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/lib-signature' from root:root to runner:runner
2025-08-20T22:40:26.2405010Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2406096Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/dep-lib-signature' from root:root to runner:runner
2025-08-20T22:40:26.2407075Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/lib-signature.json' from root:root to runner:runner
2025-08-20T22:40:26.2407962Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5' from root:root to runner:runner
2025-08-20T22:40:26.2408929Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/lib-pin_utils.json' from root:root to runner:runner
2025-08-20T22:40:26.2409904Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2410850Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/lib-pin_utils' from root:root to runner:runner
2025-08-20T22:40:26.2411874Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/dep-lib-pin_utils' from root:root to runner:runner
2025-08-20T22:40:26.2412822Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677' from root:root to runner:runner
2025-08-20T22:40:26.2413977Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2414966Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted.json' from root:root to runner:runner
2025-08-20T22:40:26.2415932Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/dep-lib-untrusted' from root:root to runner:runner
2025-08-20T22:40:26.2416944Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted' from root:root to runner:runner
2025-08-20T22:40:26.2417838Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0' from root:root to runner:runner
2025-08-20T22:40:26.2418918Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-2640dfa1a0cd103b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2420037Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-2640dfa1a0cd103b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2420929Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-2640dfa1a0cd103b' from root:root to runner:runner
2025-08-20T22:40:26.2421910Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/lib-pem_rfc7468.json' from root:root to runner:runner
2025-08-20T22:40:26.2422888Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2424311Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T22:40:26.2425312Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/dep-lib-pem_rfc7468' from root:root to runner:runner
2025-08-20T22:40:26.2426310Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5' from root:root to runner:runner
2025-08-20T22:40:26.2427307Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/lib-socket2' from root:root to runner:runner
2025-08-20T22:40:26.2428333Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2429436Z [00:09:15.565]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/dep-lib-socket2' from root:root to runner:runner
2025-08-20T22:40:26.2430406Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/lib-socket2.json' from root:root to runner:runner
2025-08-20T22:40:26.2431363Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe' from root:root to runner:runner
2025-08-20T22:40:26.2432353Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/lib-tracing_error' from root:root to runner:runner
2025-08-20T22:40:26.2433645Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2434797Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/dep-lib-tracing_error' from root:root to runner:runner
2025-08-20T22:40:26.2435808Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/lib-tracing_error.json' from root:root to runner:runner
2025-08-20T22:40:26.2436722Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4' from root:root to runner:runner
2025-08-20T22:40:26.2437683Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:40:26.2438624Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/lib-rand_core' from root:root to runner:runner
2025-08-20T22:40:26.2439581Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2440615Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:40:26.2441556Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597' from root:root to runner:runner
2025-08-20T22:40:26.2442556Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/lib-futures_io' from root:root to runner:runner
2025-08-20T22:40:26.2444441Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/lib-futures_io.json' from root:root to runner:runner
2025-08-20T22:40:26.2445741Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T22:40:26.2446825Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2447725Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc' from root:root to runner:runner
2025-08-20T22:40:26.2448716Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T22:40:26.2449782Z [00:09:15.566]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2450753Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:40:26.2451741Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:40:26.2452638Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe' from root:root to runner:runner
2025-08-20T22:40:26.2453890Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/dep-lib-tokio_rustls' from root:root to runner:runner
2025-08-20T22:40:26.2454886Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2456010Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/lib-tokio_rustls.json' from root:root to runner:runner
2025-08-20T22:40:26.2457024Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/lib-tokio_rustls' from root:root to runner:runner
2025-08-20T22:40:26.2457930Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb' from root:root to runner:runner
2025-08-20T22:40:26.2458866Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/lib-redb.json' from root:root to runner:runner
2025-08-20T22:40:26.2459825Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2460782Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/lib-redb' from root:root to runner:runner
2025-08-20T22:40:26.2461704Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/dep-lib-redb' from root:root to runner:runner
2025-08-20T22:40:26.2462569Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a' from root:root to runner:runner
2025-08-20T22:40:26.2463800Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/lib-num_enum' from root:root to runner:runner
2025-08-20T22:40:26.2464768Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/dep-lib-num_enum' from root:root to runner:runner
2025-08-20T22:40:26.2465732Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2466697Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/lib-num_enum.json' from root:root to runner:runner
2025-08-20T22:40:26.2467577Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35' from root:root to runner:runner
2025-08-20T22:40:26.2468534Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/lib-iroh_base' from root:root to runner:runner
2025-08-20T22:40:26.2469590Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2470617Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/dep-lib-iroh_base' from root:root to runner:runner
2025-08-20T22:40:26.2471591Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/lib-iroh_base.json' from root:root to runner:runner
2025-08-20T22:40:26.2472479Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00' from root:root to runner:runner
2025-08-20T22:40:26.2473715Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/dep-lib-color_backtrace' from root:root to runner:runner
2025-08-20T22:40:26.2474800Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2475832Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/lib-color_backtrace.json' from root:root to runner:runner
2025-08-20T22:40:26.2476841Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/lib-color_backtrace' from root:root to runner:runner
2025-08-20T22:40:26.2477825Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511' from root:root to runner:runner
2025-08-20T22:40:26.2478858Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T22:40:26.2479876Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2480993Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T22:40:26.2482052Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T22:40:26.2483047Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de' from root:root to runner:runner
2025-08-20T22:40:26.2484118Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/dep-lib-snafu' from root:root to runner:runner
2025-08-20T22:40:26.2485070Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2485985Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/lib-snafu' from root:root to runner:runner
2025-08-20T22:40:26.2486915Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/lib-snafu.json' from root:root to runner:runner
2025-08-20T22:40:26.2487795Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1' from root:root to runner:runner
2025-08-20T22:40:26.2488868Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:40:26.2489863Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2490855Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:40:26.2491921Z [00:09:15.567]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T22:40:26.2492832Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04' from root:root to runner:runner
2025-08-20T22:40:26.2493860Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/dep-lib-lru' from root:root to runner:runner
2025-08-20T22:40:26.2494821Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/lib-lru' from root:root to runner:runner
2025-08-20T22:40:26.2495775Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2496792Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/lib-lru.json' from root:root to runner:runner
2025-08-20T22:40:26.2497673Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d' from root:root to runner:runner
2025-08-20T22:40:26.2498629Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/lib-n0_watcher' from root:root to runner:runner
2025-08-20T22:40:26.2499599Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2500743Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/lib-n0_watcher.json' from root:root to runner:runner
2025-08-20T22:40:26.2501828Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/dep-lib-n0_watcher' from root:root to runner:runner
2025-08-20T22:40:26.2502814Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8' from root:root to runner:runner
2025-08-20T22:40:26.2504021Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2505168Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2506317Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T22:40:26.2507339Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/dep-lib-ed25519_dalek' from root:root to runner:runner
2025-08-20T22:40:26.2508333Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2509409Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/lib-ed25519_dalek.json' from root:root to runner:runner
2025-08-20T22:40:26.2510411Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/lib-ed25519_dalek' from root:root to runner:runner
2025-08-20T22:40:26.2511386Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c' from root:root to runner:runner
2025-08-20T22:40:26.2512308Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/dep-lib-md5' from root:root to runner:runner
2025-08-20T22:40:26.2513443Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/lib-md5' from root:root to runner:runner
2025-08-20T22:40:26.2514398Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2515333Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/lib-md5.json' from root:root to runner:runner
2025-08-20T22:40:26.2516201Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c' from root:root to runner:runner
2025-08-20T22:40:26.2517336Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-455fd002e397c5b5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2518376Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-455fd002e397c5b5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2519335Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-455fd002e397c5b5' from root:root to runner:runner
2025-08-20T22:40:26.2521077Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2522388Z [00:09:15.568]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2523994Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-2ba0d54f96f80b6d' from root:root to runner:runner
2025-08-20T22:40:26.2525019Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/lib-lock_api.json' from root:root to runner:runner
2025-08-20T22:40:26.2525980Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2527002Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T22:40:26.2527948Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/lib-lock_api' from root:root to runner:runner
2025-08-20T22:40:26.2528835Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1' from root:root to runner:runner
2025-08-20T22:40:26.2529792Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/lib-crypto_box' from root:root to runner:runner
2025-08-20T22:40:26.2530763Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/dep-lib-crypto_box' from root:root to runner:runner
2025-08-20T22:40:26.2531726Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2532760Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/lib-crypto_box.json' from root:root to runner:runner
2025-08-20T22:40:26.2533847Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7' from root:root to runner:runner
2025-08-20T22:40:26.2534922Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/dep-lib-tower_layer' from root:root to runner:runner
2025-08-20T22:40:26.2535899Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2536871Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/lib-tower_layer' from root:root to runner:runner
2025-08-20T22:40:26.2537905Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/lib-tower_layer.json' from root:root to runner:runner
2025-08-20T22:40:26.2538817Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca' from root:root to runner:runner
2025-08-20T22:40:26.2539807Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/lib-ntimestamp.json' from root:root to runner:runner
2025-08-20T22:40:26.2540846Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/dep-lib-ntimestamp' from root:root to runner:runner
2025-08-20T22:40:26.2541810Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/lib-ntimestamp' from root:root to runner:runner
2025-08-20T22:40:26.2542780Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2543885Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935' from root:root to runner:runner
2025-08-20T22:40:26.2544845Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle.json' from root:root to runner:runner
2025-08-20T22:40:26.2545880Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2546830Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/dep-lib-subtle' from root:root to runner:runner
2025-08-20T22:40:26.2547755Z [00:09:15.569]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle' from root:root to runner:runner
2025-08-20T22:40:26.2548703Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466' from root:root to runner:runner
2025-08-20T22:40:26.2549652Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2550579Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:40:26.2551541Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/lib-pest' from root:root to runner:runner
2025-08-20T22:40:26.2552472Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/lib-pest.json' from root:root to runner:runner
2025-08-20T22:40:26.2553625Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4' from root:root to runner:runner
2025-08-20T22:40:26.2554759Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T22:40:26.2555792Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T22:40:26.2556791Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2557799Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/lib-futures_channel' from root:root to runner:runner
2025-08-20T22:40:26.2558721Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e' from root:root to runner:runner
2025-08-20T22:40:26.2559806Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T22:40:26.2560813Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2561831Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:40:26.2562898Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:40:26.2563945Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670' from root:root to runner:runner
2025-08-20T22:40:26.2564916Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/lib-hostname.json' from root:root to runner:runner
2025-08-20T22:40:26.2565950Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2566901Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/lib-hostname' from root:root to runner:runner
2025-08-20T22:40:26.2567861Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/dep-lib-hostname' from root:root to runner:runner
2025-08-20T22:40:26.2568809Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3' from root:root to runner:runner
2025-08-20T22:40:26.2569831Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:40:26.2570835Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:40:26.2571813Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:40:26.2572805Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2573870Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec' from root:root to runner:runner
2025-08-20T22:40:26.2574865Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/lib-enumflags2.json' from root:root to runner:runner
2025-08-20T22:40:26.2575828Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/lib-enumflags2' from root:root to runner:runner
2025-08-20T22:40:26.2576864Z [00:09:15.570]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2578109Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/dep-lib-enumflags2' from root:root to runner:runner
2025-08-20T22:40:26.2579027Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539' from root:root to runner:runner
2025-08-20T22:40:26.2580091Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T22:40:26.2581076Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/lib-termcolor.json' from root:root to runner:runner
2025-08-20T22:40:26.2582039Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2583354Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/lib-termcolor' from root:root to runner:runner
2025-08-20T22:40:26.2584271Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56' from root:root to runner:runner
2025-08-20T22:40:26.2585211Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/dep-lib-inout' from root:root to runner:runner
2025-08-20T22:40:26.2586172Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2587109Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/lib-inout.json' from root:root to runner:runner
2025-08-20T22:40:26.2588106Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/lib-inout' from root:root to runner:runner
2025-08-20T22:40:26.2588982Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d' from root:root to runner:runner
2025-08-20T22:40:26.2590012Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/lib-genawaiter_macro' from root:root to runner:runner
2025-08-20T22:40:26.2591120Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/lib-genawaiter_macro.json' from root:root to runner:runner
2025-08-20T22:40:26.2592141Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2593372Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/dep-lib-genawaiter_macro' from root:root to runner:runner
2025-08-20T22:40:26.2594425Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3' from root:root to runner:runner
2025-08-20T22:40:26.2595409Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2596779Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:40:26.2598130Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/lib-once_cell' from root:root to runner:runner
2025-08-20T22:40:26.2599326Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:40:26.2600240Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c' from root:root to runner:runner
2025-08-20T22:40:26.2601218Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/lib-heapless.json' from root:root to runner:runner
2025-08-20T22:40:26.2602190Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/dep-lib-heapless' from root:root to runner:runner
2025-08-20T22:40:26.2603400Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2604373Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/lib-heapless' from root:root to runner:runner
2025-08-20T22:40:26.2605262Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25' from root:root to runner:runner
2025-08-20T22:40:26.2606311Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:40:26.2607270Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2608196Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T22:40:26.2609237Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:40:26.2610130Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T22:40:26.2611084Z [00:09:15.571]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/lib-no_std_net' from root:root to runner:runner
2025-08-20T22:40:26.2612108Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2613080Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/dep-lib-no_std_net' from root:root to runner:runner
2025-08-20T22:40:26.2614168Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/lib-no_std_net.json' from root:root to runner:runner
2025-08-20T22:40:26.2615061Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20' from root:root to runner:runner
2025-08-20T22:40:26.2616008Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/dep-lib-rustls' from root:root to runner:runner
2025-08-20T22:40:26.2616996Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/lib-rustls' from root:root to runner:runner
2025-08-20T22:40:26.2617974Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2618920Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/lib-rustls.json' from root:root to runner:runner
2025-08-20T22:40:26.2619865Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8' from root:root to runner:runner
2025-08-20T22:40:26.2620802Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/dep-lib-netdev' from root:root to runner:runner
2025-08-20T22:40:26.2621759Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2622746Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/lib-netdev' from root:root to runner:runner
2025-08-20T22:40:26.2623815Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/lib-netdev.json' from root:root to runner:runner
2025-08-20T22:40:26.2624696Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1' from root:root to runner:runner
2025-08-20T22:40:26.2625835Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9de926f4afc3d58b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2626899Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9de926f4afc3d58b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2627783Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9de926f4afc3d58b' from root:root to runner:runner
2025-08-20T22:40:26.2628735Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2629680Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/dep-lib-hash32' from root:root to runner:runner
2025-08-20T22:40:26.2630653Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/lib-hash32' from root:root to runner:runner
2025-08-20T22:40:26.2631625Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/lib-hash32.json' from root:root to runner:runner
2025-08-20T22:40:26.2632508Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd' from root:root to runner:runner
2025-08-20T22:40:26.2633704Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/dep-lib-yasna' from root:root to runner:runner
2025-08-20T22:40:26.2634680Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2635617Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/lib-yasna.json' from root:root to runner:runner
2025-08-20T22:40:26.2636604Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/lib-yasna' from root:root to runner:runner
2025-08-20T22:40:26.2637488Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac' from root:root to runner:runner
2025-08-20T22:40:26.2638478Z [00:09:15.572]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:40:26.2639545Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T22:40:26.2640536Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2641554Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T22:40:26.2642460Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06' from root:root to runner:runner
2025-08-20T22:40:26.2643562Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/lib-igd_next.json' from root:root to runner:runner
2025-08-20T22:40:26.2644614Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2645559Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/lib-igd_next' from root:root to runner:runner
2025-08-20T22:40:26.2646526Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/dep-lib-igd_next' from root:root to runner:runner
2025-08-20T22:40:26.2647473Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9' from root:root to runner:runner
2025-08-20T22:40:26.2648472Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2649468Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T22:40:26.2650494Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/lib-futures_core' from root:root to runner:runner
2025-08-20T22:40:26.2651737Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/lib-futures_core.json' from root:root to runner:runner
2025-08-20T22:40:26.2652661Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147' from root:root to runner:runner
2025-08-20T22:40:26.2653833Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2654772Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/lib-url.json' from root:root to runner:runner
2025-08-20T22:40:26.2655699Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/dep-lib-url' from root:root to runner:runner
2025-08-20T22:40:26.2656804Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/lib-url' from root:root to runner:runner
2025-08-20T22:40:26.2657708Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0' from root:root to runner:runner
2025-08-20T22:40:26.2658832Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T22:40:26.2659863Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:40:26.2660880Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2661960Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:40:26.2662878Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5' from root:root to runner:runner
2025-08-20T22:40:26.2664007Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/dep-lib-http_body' from root:root to runner:runner
2025-08-20T22:40:26.2665050Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/lib-http_body.json' from root:root to runner:runner
2025-08-20T22:40:26.2666036Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2666989Z [00:09:15.573]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/lib-http_body' from root:root to runner:runner
2025-08-20T22:40:26.2667939Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a' from root:root to runner:runner
2025-08-20T22:40:26.2668986Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2670681Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:40:26.2672744Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:40:26.2675014Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:40:26.2677092Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355' from root:root to runner:runner
2025-08-20T22:40:26.2678991Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T22:40:26.2680808Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2681957Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/lib-zerovec.json' from root:root to runner:runner
2025-08-20T22:40:26.2683033Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/lib-zerovec' from root:root to runner:runner
2025-08-20T22:40:26.2684375Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05' from root:root to runner:runner
2025-08-20T22:40:26.2685455Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/lib-write16' from root:root to runner:runner
2025-08-20T22:40:26.2686493Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/dep-lib-write16' from root:root to runner:runner
2025-08-20T22:40:26.2687495Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2688647Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/lib-write16.json' from root:root to runner:runner
2025-08-20T22:40:26.2689633Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270' from root:root to runner:runner
2025-08-20T22:40:26.2690692Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:40:26.2691769Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2692857Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T22:40:26.2694250Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:40:26.2695281Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c' from root:root to runner:runner
2025-08-20T22:40:26.2696253Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/dep-lib-want' from root:root to runner:runner
2025-08-20T22:40:26.2697309Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/lib-want.json' from root:root to runner:runner
2025-08-20T22:40:26.2698326Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2699353Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/lib-want' from root:root to runner:runner
2025-08-20T22:40:26.2700378Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec' from root:root to runner:runner
2025-08-20T22:40:26.2701371Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2702357Z [00:09:15.574]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:40:26.2703706Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:40:26.2704814Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:40:26.2705790Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753' from root:root to runner:runner
2025-08-20T22:40:26.2707239Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/dep-lib-range_collections' from root:root to runner:runner
2025-08-20T22:40:26.2708500Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/lib-range_collections.json' from root:root to runner:runner
2025-08-20T22:40:26.2709664Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2710837Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/lib-range_collections' from root:root to runner:runner
2025-08-20T22:40:26.2713425Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2' from root:root to runner:runner
2025-08-20T22:40:26.2714898Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2716069Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T22:40:26.2717170Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:40:26.2718420Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:40:26.2719466Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8' from root:root to runner:runner
2025-08-20T22:40:26.2720558Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/lib-powerfmt' from root:root to runner:runner
2025-08-20T22:40:26.2721596Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T22:40:26.2722598Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2723900Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T22:40:26.2724894Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a' from root:root to runner:runner
2025-08-20T22:40:26.2726026Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2727259Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2728204Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T22:40:26.2729378Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/lib-bytes' from root:root to runner:runner
2025-08-20T22:40:26.2730670Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2731657Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:40:26.2732667Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:40:26.2733989Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7' from root:root to runner:runner
2025-08-20T22:40:26.2735311Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2736470Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/lib-tagptr' from root:root to runner:runner
2025-08-20T22:40:26.2737473Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/lib-tagptr.json' from root:root to runner:runner
2025-08-20T22:40:26.2738489Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/dep-lib-tagptr' from root:root to runner:runner
2025-08-20T22:40:26.2739400Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0' from root:root to runner:runner
2025-08-20T22:40:26.2740546Z [00:09:15.575]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2741635Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:40:26.2742717Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:40:26.2744021Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:40:26.2745051Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9' from root:root to runner:runner
2025-08-20T22:40:26.2746075Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/lib-aead' from root:root to runner:runner
2025-08-20T22:40:26.2747075Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2748437Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/dep-lib-aead' from root:root to runner:runner
2025-08-20T22:40:26.2750453Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/lib-aead.json' from root:root to runner:runner
2025-08-20T22:40:26.2752182Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e' from root:root to runner:runner
2025-08-20T22:40:26.2754552Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T22:40:26.2756438Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2758232Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/lib-fastrand' from root:root to runner:runner
2025-08-20T22:40:26.2759876Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/lib-fastrand.json' from root:root to runner:runner
2025-08-20T22:40:26.2760816Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb' from root:root to runner:runner
2025-08-20T22:40:26.2761906Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/lib-gimli' from root:root to runner:runner
2025-08-20T22:40:26.2762976Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/dep-lib-gimli' from root:root to runner:runner
2025-08-20T22:40:26.2764363Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2765453Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/lib-gimli.json' from root:root to runner:runner
2025-08-20T22:40:26.2766460Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0' from root:root to runner:runner
2025-08-20T22:40:26.2767639Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/lib-critical_section' from root:root to runner:runner
2025-08-20T22:40:26.2768713Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/lib-critical_section.json' from root:root to runner:runner
2025-08-20T22:40:26.2769884Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2770989Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/dep-lib-critical_section' from root:root to runner:runner
2025-08-20T22:40:26.2771992Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4' from root:root to runner:runner
2025-08-20T22:40:26.2773079Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/dep-lib-strum' from root:root to runner:runner
2025-08-20T22:40:26.2774368Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2775416Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/lib-strum.json' from root:root to runner:runner
2025-08-20T22:40:26.2776400Z [00:09:15.576]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/lib-strum' from root:root to runner:runner
2025-08-20T22:40:26.2777291Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528' from root:root to runner:runner
2025-08-20T22:40:26.2778498Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/dep-lib-rustc_hash' from root:root to runner:runner
2025-08-20T22:40:26.2779522Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2780572Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/lib-rustc_hash.json' from root:root to runner:runner
2025-08-20T22:40:26.2781621Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/lib-rustc_hash' from root:root to runner:runner
2025-08-20T22:40:26.2782567Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509' from root:root to runner:runner
2025-08-20T22:40:26.2784172Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-08976f83b9e129c1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2785406Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-08976f83b9e129c1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2786403Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-08976f83b9e129c1' from root:root to runner:runner
2025-08-20T22:40:26.2787482Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix' from root:root to runner:runner
2025-08-20T22:40:26.2788531Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2789665Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/dep-lib-number_prefix' from root:root to runner:runner
2025-08-20T22:40:26.2790691Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix.json' from root:root to runner:runner
2025-08-20T22:40:26.2791667Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0' from root:root to runner:runner
2025-08-20T22:40:26.2792817Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c589e3f086074e21/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2794431Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c589e3f086074e21/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2795522Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c589e3f086074e21' from root:root to runner:runner
2025-08-20T22:40:26.2796642Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2797699Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:40:26.2798695Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/lib-thiserror' from root:root to runner:runner
2025-08-20T22:40:26.2799782Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:40:26.2800832Z [00:09:15.577]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e' from root:root to runner:runner
2025-08-20T22:40:26.2801913Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/dep-lib-fallible_iterator' from root:root to runner:runner
2025-08-20T22:40:26.2803062Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2804376Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/lib-fallible_iterator' from root:root to runner:runner
2025-08-20T22:40:26.2805488Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/lib-fallible_iterator.json' from root:root to runner:runner
2025-08-20T22:40:26.2806597Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97' from root:root to runner:runner
2025-08-20T22:40:26.2807902Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/dep-lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:40:26.2809057Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2810101Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/lib-webpki_roots' from root:root to runner:runner
2025-08-20T22:40:26.2811165Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/lib-webpki_roots.json' from root:root to runner:runner
2025-08-20T22:40:26.2812469Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5' from root:root to runner:runner
2025-08-20T22:40:26.2813728Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/lib-hyper_util.json' from root:root to runner:runner
2025-08-20T22:40:26.2814829Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/dep-lib-hyper_util' from root:root to runner:runner
2025-08-20T22:40:26.2815912Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/lib-hyper_util' from root:root to runner:runner
2025-08-20T22:40:26.2816965Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2818020Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931' from root:root to runner:runner
2025-08-20T22:40:26.2819110Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2820172Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/lib-pnet_packet.json' from root:root to runner:runner
2025-08-20T22:40:26.2821166Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/lib-pnet_packet' from root:root to runner:runner
2025-08-20T22:40:26.2822200Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/dep-lib-pnet_packet' from root:root to runner:runner
2025-08-20T22:40:26.2823470Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793' from root:root to runner:runner
2025-08-20T22:40:26.2824691Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:40:26.2826279Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/lib-equivalent' from root:root to runner:runner
2025-08-20T22:40:26.2828220Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2830363Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:40:26.2832226Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986' from root:root to runner:runner
2025-08-20T22:40:26.2834300Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/lib-num_traits' from root:root to runner:runner
2025-08-20T22:40:26.2836274Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/lib-num_traits.json' from root:root to runner:runner
2025-08-20T22:40:26.2837493Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2838623Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T22:40:26.2839724Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415' from root:root to runner:runner
2025-08-20T22:40:26.2840883Z [00:09:15.578]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2842042Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2842990Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T22:40:26.2844179Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/dep-lib-ryu' from root:root to runner:runner
2025-08-20T22:40:26.2845315Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/lib-ryu' from root:root to runner:runner
2025-08-20T22:40:26.2846303Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2847292Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/lib-ryu.json' from root:root to runner:runner
2025-08-20T22:40:26.2848256Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086' from root:root to runner:runner
2025-08-20T22:40:26.2849295Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/dep-lib-serdect' from root:root to runner:runner
2025-08-20T22:40:26.2850353Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2851458Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/lib-serdect.json' from root:root to runner:runner
2025-08-20T22:40:26.2852466Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/lib-serdect' from root:root to runner:runner
2025-08-20T22:40:26.2853737Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd' from root:root to runner:runner
2025-08-20T22:40:26.2854800Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T22:40:26.2855898Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2856989Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T22:40:26.2858061Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T22:40:26.2859034Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d' from root:root to runner:runner
2025-08-20T22:40:26.2860120Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/lib-iroh_io.json' from root:root to runner:runner
2025-08-20T22:40:26.2861176Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2862210Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/dep-lib-iroh_io' from root:root to runner:runner
2025-08-20T22:40:26.2863529Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/lib-iroh_io' from root:root to runner:runner
2025-08-20T22:40:26.2864452Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90' from root:root to runner:runner
2025-08-20T22:40:26.2865441Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/lib-sha2.json' from root:root to runner:runner
2025-08-20T22:40:26.2866517Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/lib-sha2' from root:root to runner:runner
2025-08-20T22:40:26.2867542Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/dep-lib-sha2' from root:root to runner:runner
2025-08-20T22:40:26.2868664Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2869574Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4' from root:root to runner:runner
2025-08-20T22:40:26.2870622Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:40:26.2871705Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:40:26.2872777Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2874134Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:40:26.2875214Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae' from root:root to runner:runner
2025-08-20T22:40:26.2876249Z [00:09:15.579]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2877292Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:40:26.2878453Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:40:26.2879440Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:40:26.2880400Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349' from root:root to runner:runner
2025-08-20T22:40:26.2881565Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/dep-lib-curve25519_dalek' from root:root to runner:runner
2025-08-20T22:40:26.2882658Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2884302Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/lib-curve25519_dalek' from root:root to runner:runner
2025-08-20T22:40:26.2885621Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/lib-curve25519_dalek.json' from root:root to runner:runner
2025-08-20T22:40:26.2886648Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51' from root:root to runner:runner
2025-08-20T22:40:26.2887681Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/dep-lib-derive_more' from root:root to runner:runner
2025-08-20T22:40:26.2888807Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/lib-derive_more.json' from root:root to runner:runner
2025-08-20T22:40:26.2889884Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2891157Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/lib-derive_more' from root:root to runner:runner
2025-08-20T22:40:26.2892144Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e' from root:root to runner:runner
2025-08-20T22:40:26.2893489Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2894659Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/lib-crypto_secretbox.json' from root:root to runner:runner
2025-08-20T22:40:26.2895753Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/lib-crypto_secretbox' from root:root to runner:runner
2025-08-20T22:40:26.2896887Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/dep-lib-crypto_secretbox' from root:root to runner:runner
2025-08-20T22:40:26.2897934Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e' from root:root to runner:runner
2025-08-20T22:40:26.2899078Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fbfe9050c6fd8aa9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2900289Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fbfe9050c6fd8aa9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2901275Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fbfe9050c6fd8aa9' from root:root to runner:runner
2025-08-20T22:40:26.2902302Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:40:26.2904007Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2905319Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:40:26.2906726Z [00:09:15.580]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T22:40:26.2907757Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6' from root:root to runner:runner
2025-08-20T22:40:26.2908753Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/lib-reqwest.json' from root:root to runner:runner
2025-08-20T22:40:26.2909890Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2910880Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/lib-reqwest' from root:root to runner:runner
2025-08-20T22:40:26.2911919Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/dep-lib-reqwest' from root:root to runner:runner
2025-08-20T22:40:26.2912984Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e' from root:root to runner:runner
2025-08-20T22:40:26.2914232Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2915275Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/lib-precis_core' from root:root to runner:runner
2025-08-20T22:40:26.2916399Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/dep-lib-precis_core' from root:root to runner:runner
2025-08-20T22:40:26.2917508Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/lib-precis_core.json' from root:root to runner:runner
2025-08-20T22:40:26.2918534Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51' from root:root to runner:runner
2025-08-20T22:40:26.2919604Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2920757Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2921910Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2923053Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.2924325Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T22:40:26.2925415Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/lib-netlink_packet_route' from root:root to runner:runner
2025-08-20T22:40:26.2926545Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/dep-lib-netlink_packet_route' from root:root to runner:runner
2025-08-20T22:40:26.2927656Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/lib-netlink_packet_route.json' from root:root to runner:runner
2025-08-20T22:40:26.2928870Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2929921Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef' from root:root to runner:runner
2025-08-20T22:40:26.2931000Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/dep-lib-pin_project' from root:root to runner:runner
2025-08-20T22:40:26.2932042Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/lib-pin_project' from root:root to runner:runner
2025-08-20T22:40:26.2933070Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2934462Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/lib-pin_project.json' from root:root to runner:runner
2025-08-20T22:40:26.2935478Z [00:09:15.581]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07' from root:root to runner:runner
2025-08-20T22:40:26.2936542Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/lib-n0_snafu' from root:root to runner:runner
2025-08-20T22:40:26.2937630Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2938697Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/lib-n0_snafu.json' from root:root to runner:runner
2025-08-20T22:40:26.2939738Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/dep-lib-n0_snafu' from root:root to runner:runner
2025-08-20T22:40:26.2940704Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369' from root:root to runner:runner
2025-08-20T22:40:26.2941671Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/lib-socket2' from root:root to runner:runner
2025-08-20T22:40:26.2942762Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2944043Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/dep-lib-socket2' from root:root to runner:runner
2025-08-20T22:40:26.2945105Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/lib-socket2.json' from root:root to runner:runner
2025-08-20T22:40:26.2946164Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a' from root:root to runner:runner
2025-08-20T22:40:26.2947139Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:40:26.2948201Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2949181Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:40:26.2950247Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:40:26.2951278Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939' from root:root to runner:runner
2025-08-20T22:40:26.2952314Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/dep-lib-ed25519' from root:root to runner:runner
2025-08-20T22:40:26.2953617Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2954774Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/lib-ed25519' from root:root to runner:runner
2025-08-20T22:40:26.2955891Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/lib-ed25519.json' from root:root to runner:runner
2025-08-20T22:40:26.2956871Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94' from root:root to runner:runner
2025-08-20T22:40:26.2958117Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-0dd1a35ab760997a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2959610Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-0dd1a35ab760997a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2960611Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-0dd1a35ab760997a' from root:root to runner:runner
2025-08-20T22:40:26.2961766Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/lib-bounded_integer' from root:root to runner:runner
2025-08-20T22:40:26.2962858Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2964380Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/dep-lib-bounded_integer' from root:root to runner:runner
2025-08-20T22:40:26.2965537Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/lib-bounded_integer.json' from root:root to runner:runner
2025-08-20T22:40:26.2966502Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746' from root:root to runner:runner
2025-08-20T22:40:26.2967805Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-ae0dd198124fd535/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.2969016Z [00:09:15.582]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-ae0dd198124fd535/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.2969976Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-ae0dd198124fd535' from root:root to runner:runner
2025-08-20T22:40:26.2971032Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2972056Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T22:40:26.2973442Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/lib-tracing_log' from root:root to runner:runner
2025-08-20T22:40:26.2974645Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T22:40:26.2975591Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6' from root:root to runner:runner
2025-08-20T22:40:26.2976712Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/lib-rand.json' from root:root to runner:runner
2025-08-20T22:40:26.2978521Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2980533Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/lib-rand' from root:root to runner:runner
2025-08-20T22:40:26.2982552Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:40:26.2984443Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc' from root:root to runner:runner
2025-08-20T22:40:26.2986446Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:40:26.2988349Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs.json' from root:root to runner:runner
2025-08-20T22:40:26.2989534Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2990694Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/dep-lib-rustls_native_certs' from root:root to runner:runner
2025-08-20T22:40:26.2991674Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea' from root:root to runner:runner
2025-08-20T22:40:26.2992799Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:40:26.2994166Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.2995405Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:40:26.2996525Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T22:40:26.2997477Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107' from root:root to runner:runner
2025-08-20T22:40:26.2998505Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T22:40:26.2999564Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3000616Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/lib-utf8_iter' from root:root to runner:runner
2025-08-20T22:40:26.3001663Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T22:40:26.3002691Z [00:09:15.583]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0' from root:root to runner:runner
2025-08-20T22:40:26.3004111Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-6eee8191a5c1bd98/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3005230Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-6eee8191a5c1bd98/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3012167Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-6eee8191a5c1bd98' from root:root to runner:runner
2025-08-20T22:40:26.3013529Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/lib-der' from root:root to runner:runner
2025-08-20T22:40:26.3014516Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/dep-lib-der' from root:root to runner:runner
2025-08-20T22:40:26.3015613Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3016617Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/lib-der.json' from root:root to runner:runner
2025-08-20T22:40:26.3017499Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e' from root:root to runner:runner
2025-08-20T22:40:26.3018572Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-d3ee42044fa93843/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3019620Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-d3ee42044fa93843/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3020582Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-d3ee42044fa93843' from root:root to runner:runner
2025-08-20T22:40:26.3021534Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/lib-base32.json' from root:root to runner:runner
2025-08-20T22:40:26.3022497Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3023857Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/lib-base32' from root:root to runner:runner
2025-08-20T22:40:26.3024839Z [00:09:15.584]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/dep-lib-base32' from root:root to runner:runner
2025-08-20T22:40:26.3025739Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d' from root:root to runner:runner
2025-08-20T22:40:26.3026665Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/lib-rand.json' from root:root to runner:runner
2025-08-20T22:40:26.3027639Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3028542Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/lib-rand' from root:root to runner:runner
2025-08-20T22:40:26.3029553Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:40:26.3030492Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c' from root:root to runner:runner
2025-08-20T22:40:26.3031485Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/lib-crossterm.json' from root:root to runner:runner
2025-08-20T22:40:26.3032439Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/lib-crossterm' from root:root to runner:runner
2025-08-20T22:40:26.3033619Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3034681Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T22:40:26.3035684Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4' from root:root to runner:runner
2025-08-20T22:40:26.3036919Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e136146c81343a9a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3038068Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e136146c81343a9a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3038963Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e136146c81343a9a' from root:root to runner:runner
2025-08-20T22:40:26.3039938Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:40:26.3041031Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/lib-rand_core' from root:root to runner:runner
2025-08-20T22:40:26.3042016Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3042974Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:40:26.3044148Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4' from root:root to runner:runner
2025-08-20T22:40:26.3045188Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3046123Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/dep-lib-irpc' from root:root to runner:runner
2025-08-20T22:40:26.3047035Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/lib-irpc' from root:root to runner:runner
2025-08-20T22:40:26.3047957Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/lib-irpc.json' from root:root to runner:runner
2025-08-20T22:40:26.3048830Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697' from root:root to runner:runner
2025-08-20T22:40:26.3049815Z [00:09:15.585]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/lib-ipnet' from root:root to runner:runner
2025-08-20T22:40:26.3050759Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/dep-lib-ipnet' from root:root to runner:runner
2025-08-20T22:40:26.3051757Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/lib-ipnet.json' from root:root to runner:runner
2025-08-20T22:40:26.3052707Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3054014Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637' from root:root to runner:runner
2025-08-20T22:40:26.3055610Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-1d9a19981fa44c22/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3056909Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-1d9a19981fa44c22/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3057802Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-1d9a19981fa44c22' from root:root to runner:runner
2025-08-20T22:40:26.3058902Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/dep-lib-crc_catalog' from root:root to runner:runner
2025-08-20T22:40:26.3059941Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/lib-crc_catalog' from root:root to runner:runner
2025-08-20T22:40:26.3060917Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3061906Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/lib-crc_catalog.json' from root:root to runner:runner
2025-08-20T22:40:26.3062807Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f' from root:root to runner:runner
2025-08-20T22:40:26.3064338Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/lib-unicode_normalization' from root:root to runner:runner
2025-08-20T22:40:26.3065399Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3066477Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/dep-lib-unicode_normalization' from root:root to runner:runner
2025-08-20T22:40:26.3067627Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/lib-unicode_normalization.json' from root:root to runner:runner
2025-08-20T22:40:26.3068582Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8' from root:root to runner:runner
2025-08-20T22:40:26.3069547Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/dep-lib-utf16_iter' from root:root to runner:runner
2025-08-20T22:40:26.3070558Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/lib-utf16_iter' from root:root to runner:runner
2025-08-20T22:40:26.3071536Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3072526Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/lib-utf16_iter.json' from root:root to runner:runner
2025-08-20T22:40:26.3073721Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884' from root:root to runner:runner
2025-08-20T22:40:26.3074705Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3075671Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/dep-lib-deranged' from root:root to runner:runner
2025-08-20T22:40:26.3076628Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/lib-deranged.json' from root:root to runner:runner
2025-08-20T22:40:26.3077581Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/lib-deranged' from root:root to runner:runner
2025-08-20T22:40:26.3078538Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1' from root:root to runner:runner
2025-08-20T22:40:26.3079572Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3080635Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/lib-quoted_string_parser' from root:root to runner:runner
2025-08-20T22:40:26.3081776Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/dep-lib-quoted_string_parser' from root:root to runner:runner
2025-08-20T22:40:26.3082852Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/lib-quoted_string_parser.json' from root:root to runner:runner
2025-08-20T22:40:26.3084102Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68' from root:root to runner:runner
2025-08-20T22:40:26.3085234Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/lib-netlink_proto.json' from root:root to runner:runner
2025-08-20T22:40:26.3086237Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/lib-netlink_proto' from root:root to runner:runner
2025-08-20T22:40:26.3087304Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/dep-lib-netlink_proto' from root:root to runner:runner
2025-08-20T22:40:26.3088305Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3089218Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9' from root:root to runner:runner
2025-08-20T22:40:26.3090144Z [00:09:15.586]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/dep-lib-uuid' from root:root to runner:runner
2025-08-20T22:40:26.3091099Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3092029Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/lib-uuid.json' from root:root to runner:runner
2025-08-20T22:40:26.3093045Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/lib-uuid' from root:root to runner:runner
2025-08-20T22:40:26.3094136Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65' from root:root to runner:runner
2025-08-20T22:40:26.3095182Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/dep-lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T22:40:26.3096272Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3097307Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/lib-stable_deref_trait.json' from root:root to runner:runner
2025-08-20T22:40:26.3098406Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T22:40:26.3099334Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c' from root:root to runner:runner
2025-08-20T22:40:26.3100332Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:40:26.3101386Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3102387Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:40:26.3103700Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:40:26.3104633Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7' from root:root to runner:runner
2025-08-20T22:40:26.3105702Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-71f8cc27aec24b39/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3106863Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-71f8cc27aec24b39/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3107760Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-71f8cc27aec24b39' from root:root to runner:runner
2025-08-20T22:40:26.3108883Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/lib-matchers' from root:root to runner:runner
2025-08-20T22:40:26.3109959Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3110937Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/lib-matchers.json' from root:root to runner:runner
2025-08-20T22:40:26.3111895Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/dep-lib-matchers' from root:root to runner:runner
2025-08-20T22:40:26.3112847Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69' from root:root to runner:runner
2025-08-20T22:40:26.3114410Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/dep-lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:40:26.3115458Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3116605Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types.json' from root:root to runner:runner
2025-08-20T22:40:26.3117626Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T22:40:26.3118553Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30' from root:root to runner:runner
2025-08-20T22:40:26.3119508Z [00:09:15.587]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3120418Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/lib-http' from root:root to runner:runner
2025-08-20T22:40:26.3121408Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/dep-lib-http' from root:root to runner:runner
2025-08-20T22:40:26.3122340Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/lib-http.json' from root:root to runner:runner
2025-08-20T22:40:26.3123433Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9' from root:root to runner:runner
2025-08-20T22:40:26.3124660Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:40:26.3125771Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3126813Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/lib-getrandom' from root:root to runner:runner
2025-08-20T22:40:26.3128626Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:40:26.3130378Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2' from root:root to runner:runner
2025-08-20T22:40:26.3132127Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/lib-backon' from root:root to runner:runner
2025-08-20T22:40:26.3134231Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3136017Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/dep-lib-backon' from root:root to runner:runner
2025-08-20T22:40:26.3137686Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/lib-backon.json' from root:root to runner:runner
2025-08-20T22:40:26.3138787Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870' from root:root to runner:runner
2025-08-20T22:40:26.3139764Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/lib-base64ct' from root:root to runner:runner
2025-08-20T22:40:26.3140862Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3141824Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/dep-lib-base64ct' from root:root to runner:runner
2025-08-20T22:40:26.3142801Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/lib-base64ct.json' from root:root to runner:runner
2025-08-20T22:40:26.3144007Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454' from root:root to runner:runner
2025-08-20T22:40:26.3144973Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/lib-sha1_smol' from root:root to runner:runner
2025-08-20T22:40:26.3145954Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/lib-sha1_smol.json' from root:root to runner:runner
2025-08-20T22:40:26.3146987Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3147960Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/dep-lib-sha1_smol' from root:root to runner:runner
2025-08-20T22:40:26.3148860Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796' from root:root to runner:runner
2025-08-20T22:40:26.3149909Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T22:40:26.3150902Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3151891Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/lib-thread_local.json' from root:root to runner:runner
2025-08-20T22:40:26.3152862Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/lib-thread_local' from root:root to runner:runner
2025-08-20T22:40:26.3153955Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0' from root:root to runner:runner
2025-08-20T22:40:26.3155376Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T22:40:26.3156997Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3157991Z [00:09:15.588]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/lib-parking_lot' from root:root to runner:runner
2025-08-20T22:40:26.3159094Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T22:40:26.3159992Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274' from root:root to runner:runner
2025-08-20T22:40:26.3160977Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/lib-num_conv.json' from root:root to runner:runner
2025-08-20T22:40:26.3162016Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T22:40:26.3163007Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3164245Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/lib-num_conv' from root:root to runner:runner
2025-08-20T22:40:26.3165218Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6' from root:root to runner:runner
2025-08-20T22:40:26.3166184Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3167100Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/lib-sha1' from root:root to runner:runner
2025-08-20T22:40:26.3168021Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/lib-sha1.json' from root:root to runner:runner
2025-08-20T22:40:26.3168946Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/dep-lib-sha1' from root:root to runner:runner
2025-08-20T22:40:26.3169889Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3' from root:root to runner:runner
2025-08-20T22:40:26.3170913Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/dep-lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T22:40:26.3171906Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3172972Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/lib-tinyvec_macros.json' from root:root to runner:runner
2025-08-20T22:40:26.3174150Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T22:40:26.3175062Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5' from root:root to runner:runner
2025-08-20T22:40:26.3176124Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T22:40:26.3177102Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/lib-idna_adapter' from root:root to runner:runner
2025-08-20T22:40:26.3178083Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3179139Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T22:40:26.3180048Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe' from root:root to runner:runner
2025-08-20T22:40:26.3180998Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/lib-tracing' from root:root to runner:runner
2025-08-20T22:40:26.3181954Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/lib-tracing.json' from root:root to runner:runner
2025-08-20T22:40:26.3182913Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/dep-lib-tracing' from root:root to runner:runner
2025-08-20T22:40:26.3184199Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3185296Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee' from root:root to runner:runner
2025-08-20T22:40:26.3186283Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:40:26.3187344Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:40:26.3188329Z [00:09:15.589]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:40:26.3189296Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3190416Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded' from root:root to runner:runner
2025-08-20T22:40:26.3191363Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/dep-lib-hex' from root:root to runner:runner
2025-08-20T22:40:26.3192303Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3193500Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/lib-hex' from root:root to runner:runner
2025-08-20T22:40:26.3194671Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/lib-hex.json' from root:root to runner:runner
2025-08-20T22:40:26.3195547Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304' from root:root to runner:runner
2025-08-20T22:40:26.3196513Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/dep-lib-addr2line' from root:root to runner:runner
2025-08-20T22:40:26.3197481Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3198517Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/lib-addr2line' from root:root to runner:runner
2025-08-20T22:40:26.3199490Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/lib-addr2line.json' from root:root to runner:runner
2025-08-20T22:40:26.3200386Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f' from root:root to runner:runner
2025-08-20T22:40:26.3201426Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/dep-lib-iroh_relay' from root:root to runner:runner
2025-08-20T22:40:26.3202396Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3204083Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/lib-iroh_relay.json' from root:root to runner:runner
2025-08-20T22:40:26.3206112Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/lib-iroh_relay' from root:root to runner:runner
2025-08-20T22:40:26.3207861Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e' from root:root to runner:runner
2025-08-20T22:40:26.3209594Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/lib-bao_tree' from root:root to runner:runner
2025-08-20T22:40:26.3211580Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/dep-lib-bao_tree' from root:root to runner:runner
2025-08-20T22:40:26.3213515Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3214981Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/lib-bao_tree.json' from root:root to runner:runner
2025-08-20T22:40:26.3215887Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f' from root:root to runner:runner
2025-08-20T22:40:26.3216922Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/dep-lib-tokio_websockets' from root:root to runner:runner
2025-08-20T22:40:26.3218061Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3219096Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/lib-tokio_websockets' from root:root to runner:runner
2025-08-20T22:40:26.3220159Z [00:09:15.590]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/lib-tokio_websockets.json' from root:root to runner:runner
2025-08-20T22:40:26.3221164Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42' from root:root to runner:runner
2025-08-20T22:40:26.3222087Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/lib-anyhow' from root:root to runner:runner
2025-08-20T22:40:26.3223052Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3224309Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:40:26.3225268Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:40:26.3226144Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7' from root:root to runner:runner
2025-08-20T22:40:26.3227171Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/lib-num_cpus.json' from root:root to runner:runner
2025-08-20T22:40:26.3228118Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/lib-num_cpus' from root:root to runner:runner
2025-08-20T22:40:26.3229068Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3230018Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/dep-lib-num_cpus' from root:root to runner:runner
2025-08-20T22:40:26.3230896Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac' from root:root to runner:runner
2025-08-20T22:40:26.3231896Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/dep-bin-sendme' from root:root to runner:runner
2025-08-20T22:40:26.3232852Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3234109Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/bin-sendme.json' from root:root to runner:runner
2025-08-20T22:40:26.3235145Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/bin-sendme' from root:root to runner:runner
2025-08-20T22:40:26.3236028Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492' from root:root to runner:runner
2025-08-20T22:40:26.3237004Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/dep-lib-attohttpc' from root:root to runner:runner
2025-08-20T22:40:26.3238035Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3239016Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/lib-attohttpc.json' from root:root to runner:runner
2025-08-20T22:40:26.3239969Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/lib-attohttpc' from root:root to runner:runner
2025-08-20T22:40:26.3240926Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f' from root:root to runner:runner
2025-08-20T22:40:26.3241920Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3242897Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/lib-iroh_metrics' from root:root to runner:runner
2025-08-20T22:40:26.3244102Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/lib-iroh_metrics.json' from root:root to runner:runner
2025-08-20T22:40:26.3245109Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/dep-lib-iroh_metrics' from root:root to runner:runner
2025-08-20T22:40:26.3246087Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc' from root:root to runner:runner
2025-08-20T22:40:26.3247171Z [00:09:15.591]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-de4fa88dc7a529d3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3248218Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-de4fa88dc7a529d3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3249174Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-de4fa88dc7a529d3' from root:root to runner:runner
2025-08-20T22:40:26.3250154Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3251112Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/lib-indicatif' from root:root to runner:runner
2025-08-20T22:40:26.3252149Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/lib-indicatif.json' from root:root to runner:runner
2025-08-20T22:40:26.3253118Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/dep-lib-indicatif' from root:root to runner:runner
2025-08-20T22:40:26.3254230Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb' from root:root to runner:runner
2025-08-20T22:40:26.3256007Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b9e64b7a41d8d1fd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3257329Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b9e64b7a41d8d1fd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3258268Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b9e64b7a41d8d1fd' from root:root to runner:runner
2025-08-20T22:40:26.3259201Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/lib-console' from root:root to runner:runner
2025-08-20T22:40:26.3260168Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/lib-console.json' from root:root to runner:runner
2025-08-20T22:40:26.3261413Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3262377Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/dep-lib-console' from root:root to runner:runner
2025-08-20T22:40:26.3263533Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f' from root:root to runner:runner
2025-08-20T22:40:26.3264612Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/dep-lib-writeable' from root:root to runner:runner
2025-08-20T22:40:26.3265627Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/lib-writeable.json' from root:root to runner:runner
2025-08-20T22:40:26.3266789Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3267831Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/lib-writeable' from root:root to runner:runner
2025-08-20T22:40:26.3268740Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d' from root:root to runner:runner
2025-08-20T22:40:26.3269727Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/lib-diatomic_waker' from root:root to runner:runner
2025-08-20T22:40:26.3270786Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3271800Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/lib-diatomic_waker.json' from root:root to runner:runner
2025-08-20T22:40:26.3272804Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/dep-lib-diatomic_waker' from root:root to runner:runner
2025-08-20T22:40:26.3274192Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5' from root:root to runner:runner
2025-08-20T22:40:26.3275193Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3276239Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/lib-iroh_blobs' from root:root to runner:runner
2025-08-20T22:40:26.3277218Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/lib-iroh_blobs.json' from root:root to runner:runner
2025-08-20T22:40:26.3278190Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/dep-lib-iroh_blobs' from root:root to runner:runner
2025-08-20T22:40:26.3279638Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6' from root:root to runner:runner
2025-08-20T22:40:26.3281375Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/lib-adler2' from root:root to runner:runner
2025-08-20T22:40:26.3283390Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/dep-lib-adler2' from root:root to runner:runner
2025-08-20T22:40:26.3285332Z [00:09:15.592]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3287123Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/lib-adler2.json' from root:root to runner:runner
2025-08-20T22:40:26.3288801Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa' from root:root to runner:runner
2025-08-20T22:40:26.3290410Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:40:26.3291443Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:40:26.3292427Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:40:26.3293659Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3294575Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc' from root:root to runner:runner
2025-08-20T22:40:26.3295663Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/lib-icu_properties' from root:root to runner:runner
2025-08-20T22:40:26.3296688Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T22:40:26.3297668Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3298737Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T22:40:26.3299639Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e' from root:root to runner:runner
2025-08-20T22:40:26.3300640Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T22:40:26.3301696Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T22:40:26.3302680Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3303989Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/lib-cpufeatures' from root:root to runner:runner
2025-08-20T22:40:26.3304911Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4' from root:root to runner:runner
2025-08-20T22:40:26.3305883Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:40:26.3306891Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3307881Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:40:26.3308873Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:40:26.3309860Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6' from root:root to runner:runner
2025-08-20T22:40:26.3310848Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/lib-simdutf8.json' from root:root to runner:runner
2025-08-20T22:40:26.3311876Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3312827Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/lib-simdutf8' from root:root to runner:runner
2025-08-20T22:40:26.3314021Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/dep-lib-simdutf8' from root:root to runner:runner
2025-08-20T22:40:26.3314911Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea' from root:root to runner:runner
2025-08-20T22:40:26.3316096Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-0ece8ffed605fa66/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:40:26.3317186Z [00:09:15.593]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-0ece8ffed605fa66/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:40:26.3318173Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-0ece8ffed605fa66' from root:root to runner:runner
2025-08-20T22:40:26.3319156Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/dep-lib-surge_ping' from root:root to runner:runner
2025-08-20T22:40:26.3320122Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3321077Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/lib-surge_ping' from root:root to runner:runner
2025-08-20T22:40:26.3322045Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/lib-surge_ping.json' from root:root to runner:runner
2025-08-20T22:40:26.3322998Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c' from root:root to runner:runner
2025-08-20T22:40:26.3324198Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/lib-tower_service' from root:root to runner:runner
2025-08-20T22:40:26.3325214Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/dep-lib-tower_service' from root:root to runner:runner
2025-08-20T22:40:26.3326281Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3327278Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/lib-tower_service.json' from root:root to runner:runner
2025-08-20T22:40:26.3328185Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998' from root:root to runner:runner
2025-08-20T22:40:26.3329257Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T22:40:26.3330227Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/lib-lazy_static' from root:root to runner:runner
2025-08-20T22:40:26.3331196Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3332221Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T22:40:26.3333118Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d' from root:root to runner:runner
2025-08-20T22:40:26.3334342Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:40:26.3335367Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/dep-lib-http_body_util' from root:root to runner:runner
2025-08-20T22:40:26.3336397Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/lib-http_body_util.json' from root:root to runner:runner
2025-08-20T22:40:26.3337727Z [00:09:15.594]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/lib-http_body_util' from root:root to runner:runner
2025-08-20T22:40:26.3338663Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb' from root:root to runner:runner
2025-08-20T22:40:26.3339448Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:40:26.3340293Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/sendme.d' from root:root to runner:runner
2025-08-20T22:40:26.3341026Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:40:26.3341927Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:40:26.3342656Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:40:26.3343699Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:40:26.3344478Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:40:26.3345101Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:40:26.3345763Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO' from root:root to runner:runner
2025-08-20T22:40:26.3346288Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4' from root:root to runner:runner
2025-08-20T22:40:26.3346795Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:40:26.3347289Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sendme' from runner:docker to runner:runner
2025-08-20T22:40:26.3347793Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:40:26.3348320Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:40:26.3348788Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:40:26.3349239Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:40:26.3349690Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme' from runner:docker to runner:runner
2025-08-20T22:40:26.3350176Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.version' from runner:docker to runner:runner
2025-08-20T22:40:26.3350707Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:40:26.3351221Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.static.version' from runner:docker to runner:runner
2025-08-20T22:40:26.3351659Z [00:09:15.595]➜  changed ownership of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:40:26.3352350Z [00:09:15.605]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3353029Z [00:09:15.612]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3353889Z [00:09:15.620]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3354534Z [00:09:15.627]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3355540Z [00:09:15.635]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/tests/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3356799Z [00:09:15.643]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3357799Z [00:09:15.651]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3358529Z [00:09:15.658]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3359307Z [00:09:15.665]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3359955Z [00:09:15.672]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3360583Z [00:09:15.680]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3361246Z [00:09:15.688]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3361840Z [00:09:15.695]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3362458Z [00:09:15.703]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3363100Z [00:09:15.710]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3363950Z [00:09:15.718]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3364632Z [00:09:15.726]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3365267Z [00:09:15.734]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3365883Z [00:09:15.741]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3366479Z [00:09:15.749]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3367176Z [00:09:15.757]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3367805Z [00:09:15.764]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3368460Z [00:09:15.772]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3369137Z [00:09:15.780]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3369923Z [00:09:15.788]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3370545Z [00:09:15.795]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3371201Z [00:09:15.803]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3371958Z [00:09:15.811]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3372604Z [00:09:15.818]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3373455Z [00:09:15.826]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3374105Z [00:09:15.833]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3374715Z [00:09:15.841]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3375617Z [00:09:15.850]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3376506Z [00:09:15.857]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3377461Z [00:09:15.865]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3378340Z [00:09:15.873]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3379211Z [00:09:15.880]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3380139Z [00:09:15.888]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3381038Z [00:09:15.895]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-e1e0978be9d55de74be5ff7c53d040b707f5a739.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3381907Z [00:09:15.904]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/objects/pack/pack-725bc1b7bb8c99fa94c42c906b300d7c0ee08662.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3382563Z [00:09:15.912]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3383460Z [00:09:15.920]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3384185Z [00:09:15.928]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3384895Z [00:09:15.936]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3385756Z [00:09:15.945]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3386706Z [00:09:15.952]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3387542Z [00:09:15.960]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3388346Z [00:09:15.967]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3389295Z [00:09:15.975]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3390168Z [00:09:15.983]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3391004Z [00:09:15.991]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3391837Z [00:09:15.998]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f/build_script_build-1ec32fcecdc4558f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3392765Z [00:09:16.006]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-1ec32fcecdc4558f/build_script_build-1ec32fcecdc4558f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3393843Z [00:09:16.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3394694Z [00:09:16.021]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3395613Z [00:09:16.028]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3396511Z [00:09:16.036]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build_script_build-c22483514f20c33d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3430203Z [00:09:16.043]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3505058Z [00:09:16.051]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/generic-array-c22483514f20c33d/build_script_build-c22483514f20c33d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3577054Z [00:09:16.058]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3649687Z [00:09:16.065]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f/build_script_build-eb5a48ac48e9236f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3722590Z [00:09:16.072]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ring-eb5a48ac48e9236f/build_script_build-eb5a48ac48e9236f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3794722Z [00:09:16.080]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3868055Z [00:09:16.087]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.3942138Z [00:09:16.094]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4014788Z [00:09:16.102]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4088870Z [00:09:16.109]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4162582Z [00:09:16.116]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c/build_script_build-8f3e3e596af6dc6c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4236417Z [00:09:16.124]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustls-8f3e3e596af6dc6c/build_script_build-8f3e3e596af6dc6c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4311288Z [00:09:16.131]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4387753Z [00:09:16.139]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627/build_script_build-1c1bb64ed5af5627' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4463892Z [00:09:16.146]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-1c1bb64ed5af5627/build_script_build-1c1bb64ed5af5627.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4539944Z [00:09:16.154]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4611699Z [00:09:16.161]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4684842Z [00:09:16.169]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4756669Z [00:09:16.176]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-d278ab11e9c2516e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4827903Z [00:09:16.183]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4899017Z [00:09:16.190]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90/build_script_build-31b34c23b521ea90' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.4971128Z [00:09:16.197]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/num-traits-31b34c23b521ea90/build_script_build-31b34c23b521ea90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5042139Z [00:09:16.204]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5114145Z [00:09:16.211]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5184911Z [00:09:16.219]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/serde-26122a162310513a/build_script_build-26122a162310513a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5257978Z [00:09:16.226]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5328861Z [00:09:16.233]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8/build_script_build-f42b8536196226f8' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5400411Z [00:09:16.240]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/zerocopy-f42b8536196226f8/build_script_build-f42b8536196226f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5471681Z [00:09:16.247]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5542706Z [00:09:16.254]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5614281Z [00:09:16.262]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/libc-36e21ec43fe2a66a/build_script_build-36e21ec43fe2a66a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5686756Z [00:09:16.269]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5758683Z [00:09:16.276]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5832419Z [00:09:16.283]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/moka-be5419609833fd8a/build_script_build-be5419609833fd8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5911206Z [00:09:16.291]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.5988038Z [00:09:16.299]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build_script_build-e96d69173af72e21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6065332Z [00:09:16.306]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-e96d69173af72e21/build_script_build-e96d69173af72e21' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6140897Z [00:09:16.314]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6213124Z [00:09:16.321]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300/build_script_build-b6618f4fae44a300' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6286494Z [00:09:16.329]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/heapless-b6618f4fae44a300/build_script_build-b6618f4fae44a300.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6360034Z [00:09:16.336]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6433742Z [00:09:16.343]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc/build_script_build-b36cc0782c8654dc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6507472Z [00:09:16.351]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-b36cc0782c8654dc/build_script_build-b36cc0782c8654dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6581210Z [00:09:16.358]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6654042Z [00:09:16.365]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6726745Z [00:09:16.373]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6800963Z [00:09:16.380]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6872720Z [00:09:16.387]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.6943488Z [00:09:16.394]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7014644Z [00:09:16.402]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-195751d174a2b079/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7087612Z [00:09:16.409]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7158583Z [00:09:16.416]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7230838Z [00:09:16.423]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7302483Z [00:09:16.430]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/syn-e9471f0376afeda0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7375505Z [00:09:16.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7447654Z [00:09:16.445]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16/build_script_build-9044c0cd8a82cc16' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7520108Z [00:09:16.452]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-profiles-9044c0cd8a82cc16/build_script_build-9044c0cd8a82cc16.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7591193Z [00:09:16.459]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7664319Z [00:09:16.466]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/signal-hook-e9753c9fcdca61cc/build_script_build-e9753c9fcdca61cc' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7736425Z [00:09:16.474]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.7808001Z [00:09:16.481]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab/build_script_main-0d3ec98810ead5ab' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7880946Z [00:09:16.488]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab/build_script_main-0d3ec98810ead5ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.7952781Z [00:09:16.495]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/typenum-0d3ec98810ead5ab/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8024558Z [00:09:16.503]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8095849Z [00:09:16.510]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build_script_build-c9fa196059b28a3e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8167093Z [00:09:16.517]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/netwatch-c9fa196059b28a3e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8238202Z [00:09:16.524]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8312698Z [00:09:16.531]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8384682Z [00:09:16.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8454575Z [00:09:16.546]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/semver-62ceeefeb7872fec/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8524831Z [00:09:16.553]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8593624Z [00:09:16.559]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3/build_script_build-5847e83b8b0abbb3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8664190Z [00:09:16.567]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-5847e83b8b0abbb3/build_script_build-5847e83b8b0abbb3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8737995Z [00:09:16.574]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8809538Z [00:09:16.581]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592/build_script_build-b738cbb10aa41592.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8878867Z [00:09:16.588]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/rustix-b738cbb10aa41592/build_script_build-b738cbb10aa41592' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.8947481Z [00:09:16.595]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9018143Z [00:09:16.602]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2/build_script_build-b14547690dc911d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9087555Z [00:09:16.609]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/portable-atomic-b14547690dc911d2/build_script_build-b14547690dc911d2' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9157068Z [00:09:16.616]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9225864Z [00:09:16.623]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9295137Z [00:09:16.630]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:26.9364416Z [00:09:16.637]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9434132Z [00:09:16.644]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42/build_script_build-6f50737f7e251a42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9503295Z [00:09:16.650]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-relay-6f50737f7e251a42/build_script_build-6f50737f7e251a42' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9572307Z [00:09:16.657]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9641465Z [00:09:16.664]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build_script_build-fb67fca51f35cb53' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9710422Z [00:09:16.671]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/n0-future-fb67fca51f35cb53/build_script_build-fb67fca51f35cb53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9779556Z [00:09:16.678]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9848710Z [00:09:16.685]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9920508Z [00:09:16.692]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:26.9995454Z [00:09:16.700]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0066192Z [00:09:16.707]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c/build_script_build-188e99e9d1a94b2c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0140370Z [00:09:16.714]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/pkarr-188e99e9d1a94b2c/build_script_build-188e99e9d1a94b2c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0210756Z [00:09:16.721]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0283911Z [00:09:16.728]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0356311Z [00:09:16.736]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0430251Z [00:09:16.743]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0502151Z [00:09:16.750]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0575192Z [00:09:16.758]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0645695Z [00:09:16.765]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-b7bdf0dd07fc8d57/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0716800Z [00:09:16.772]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0789472Z [00:09:16.779]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa/build_script_build-aba08fc7638b1efa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0865124Z [00:09:16.787]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/getrandom-aba08fc7638b1efa/build_script_build-aba08fc7638b1efa' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.0935573Z [00:09:16.794]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1008866Z [00:09:16.801]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1080495Z [00:09:16.808]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1150235Z [00:09:16.815]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1218883Z [00:09:16.822]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1287315Z [00:09:16.829]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527/build_script_build-c19958caecbdb527.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1356900Z [00:09:16.836]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/httparse-c19958caecbdb527/build_script_build-c19958caecbdb527' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1428059Z [00:09:16.843]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1500893Z [00:09:16.850]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1573353Z [00:09:16.857]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1642169Z [00:09:16.864]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-3d83e70d7e77dc37/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1715888Z [00:09:16.872]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1788878Z [00:09:16.879]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd/build_script_build-f7f26d35760a2edd' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1861482Z [00:09:16.886]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/curve25519-dalek-f7f26d35760a2edd/build_script_build-f7f26d35760a2edd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.1931131Z [00:09:16.893]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2002382Z [00:09:16.900]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build_script_build-b95ab72ee230b1b8' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2074764Z [00:09:16.907]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/iroh-quinn-udp-b95ab72ee230b1b8/build_script_build-b95ab72ee230b1b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2143838Z [00:09:16.915]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2215297Z [00:09:16.922]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef/build_script_build-a20cfa67f7a455ef' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2283748Z [00:09:16.928]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/precis-core-a20cfa67f7a455ef/build_script_build-a20cfa67f7a455ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2372868Z [00:09:16.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2444819Z [00:09:16.945]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2520793Z [00:09:16.952]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/redb-a782b76090a31b30/build_script_build-a782b76090a31b30' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2597400Z [00:09:16.960]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2668889Z [00:09:16.967]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2742928Z [00:09:16.974]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2814075Z [00:09:16.981]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0/build_script_build-fa11817ba9c928e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2883512Z [00:09:16.988]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.2952443Z [00:09:16.995]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-error-attr-fa11817ba9c928e0/build_script_build-fa11817ba9c928e0' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3022519Z [00:09:17.002]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3092600Z [00:09:17.009]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3164514Z [00:09:17.017]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3236159Z [00:09:17.024]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3/build_script_build-a55597fa715fd2f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3307201Z [00:09:17.031]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3378709Z [00:09:17.038]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/ref-cast-a55597fa715fd2f3/build_script_build-a55597fa715fd2f3' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3452695Z [00:09:17.045]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3525454Z [00:09:17.053]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6/build_script_build-97298a945240a6a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3594407Z [00:09:17.060]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/proc-macro-hack-97298a945240a6a6/build_script_build-97298a945240a6a6' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3665063Z [00:09:17.067]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566/build_script_build-6599099c63449566' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3733486Z [00:09:17.073]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3803008Z [00:09:17.080]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/blake3-6599099c63449566/build_script_build-6599099c63449566.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3871708Z [00:09:17.087]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.3941428Z [00:09:17.094]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4012155Z [00:09:17.101]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/build/anyhow-84f2e12a512fad9e/build_script_build-84f2e12a512fad9e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4081713Z [00:09:17.108]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/librustc_version-acace87eef25ae97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4149788Z [00:09:17.115]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4217858Z [00:09:17.122]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4286388Z [00:09:17.129]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/aho_corasick-ce205e9d23255fa0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4355390Z [00:09:17.136]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/ucd_parse-d50dac1c9619486d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4426554Z [00:09:17.143]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/num_enum_derive-ed44ae8a0bdb7bc0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4495991Z [00:09:17.150]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_error-0380a566f6e12a49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4565342Z [00:09:17.157]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libder_derive-8a16cef20215719c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4634261Z [00:09:17.164]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4702382Z [00:09:17.170]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/thiserror-95052fbf5ac28089.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4772225Z [00:09:17.177]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libprecis_tools-199c4aeb63169c5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4840631Z [00:09:17.184]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_datetime-16168353f997e013.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4910252Z [00:09:17.191]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/tokio_macros-7825515ab268a7c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.4980357Z [00:09:17.198]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/der_derive-8a16cef20215719c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5050920Z [00:09:17.205]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest-c84682b65b6f11ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5123409Z [00:09:17.212]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libderive_more_impl-c2fda9ebaa640269.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5193342Z [00:09:17.219]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/genawaiter_proc_macro-4f3688e83c2d59c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5262257Z [00:09:17.226]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/clap_derive-9ec224102e30aa44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5333761Z [00:09:17.233]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/serde_derive-7ffa9f50b68ed9ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5405569Z [00:09:17.241]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5477701Z [00:09:17.248]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/semver-39065f5b015681ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5549769Z [00:09:17.255]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5621892Z [00:09:17.262]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libasync_trait-1c946d3595fe2c6b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5692087Z [00:09:17.269]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest_meta-5c453a7b06c072ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5761935Z [00:09:17.276]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerocopy_derive-4ddce41c9cfecce3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5833775Z [00:09:17.283]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5905937Z [00:09:17.291]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libfutures_macro-0d52c88d0d00e24e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.5977000Z [00:09:17.298]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libaho_corasick-ce205e9d23255fa0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6046729Z [00:09:17.305]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6117916Z [00:09:17.312]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/syn-3c8050a12085d9c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6190459Z [00:09:17.319]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/curve25519_dalek_derive-cf3d57fefac516d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6260741Z [00:09:17.326]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex-4ad8bee23e5571eb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6330084Z [00:09:17.333]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6399881Z [00:09:17.340]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/zerovec_derive-3b2e591ee1707b7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6470310Z [00:09:17.347]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6546059Z [00:09:17.355]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/displaydoc-e4b2e5ae12994c38.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6616432Z [00:09:17.362]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libenum_as_inner-d4fc841b08adddf6.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6686032Z [00:09:17.369]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libenumflags2_derive-77001a605a413ec2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6755300Z [00:09:17.376]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6824942Z [00:09:17.383]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest-c84682b65b6f11ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6893537Z [00:09:17.389]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.6962903Z [00:09:17.396]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/syn_mid-790a5138136bcb24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7032379Z [00:09:17.403]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/indexmap-12cccc78370e5250.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7102100Z [00:09:17.410]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsynstructure-cc1fec7066af36f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7170612Z [00:09:17.417]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/quote-c06a74acd0bc78a9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7239123Z [00:09:17.424]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerovec_derive-3b2e591ee1707b7d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7307772Z [00:09:17.431]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcc-e4b8839e9e89896f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7374976Z [00:09:17.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror_impl-eb67b496872c3cf6.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7443648Z [00:09:17.444]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7512353Z [00:09:17.451]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_ident-0e5303d89b22b0d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7580610Z [00:09:17.458]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_ident-0e5303d89b22b0d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7650391Z [00:09:17.465]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_hack-21dd71a89c169bd7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7718249Z [00:09:17.472]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7786613Z [00:09:17.479]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror_impl-edae18b8ac786a4e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7854653Z [00:09:17.486]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7922297Z [00:09:17.492]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpin_project_internal-a8520cd064d079fa.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.7991709Z [00:09:17.499]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8059411Z [00:09:17.506]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/litrs-6cc7a3a6964c1385.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8127147Z [00:09:17.513]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/snafu_derive-4f20c33407ec6e51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8197451Z [00:09:17.520]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8267645Z [00:09:17.527]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8336317Z [00:09:17.534]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8406225Z [00:09:17.541]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_crate-dc14df6316f34ce3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8474649Z [00:09:17.548]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libserde_derive-7ffa9f50b68ed9ce.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8543989Z [00:09:17.555]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex_automata-362a3df8a309a8d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8612611Z [00:09:17.561]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/librustc_version-acace87eef25ae97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8682036Z [00:09:17.568]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8751038Z [00:09:17.575]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn_mid-790a5138136bcb24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8819274Z [00:09:17.582]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_derive-ad7db9910f722487.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8889762Z [00:09:17.589]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_syntax-6e8c13dee0a493bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.8960250Z [00:09:17.596]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9029396Z [00:09:17.603]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/convert_case-3b4af8e6efd11cb7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9098489Z [00:09:17.610]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_edit-d64ff5663f366205.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9173592Z [00:09:17.617]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_automata-362a3df8a309a8d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9244008Z [00:09:17.624]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9314409Z [00:09:17.632]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/unicode_xid-6339c36d0c7ebba4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9384234Z [00:09:17.639]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9457169Z [00:09:17.646]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsemver-39065f5b015681ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9528909Z [00:09:17.653]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/thiserror_impl-eb67b496872c3cf6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9599618Z [00:09:17.660]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdisplaydoc-e4b2e5ae12994c38.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9668978Z [00:09:17.667]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex_lite-b2630d4d6aa364e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9739511Z [00:09:17.674]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9809393Z [00:09:17.681]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-22463715a1cf1998.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9880089Z [00:09:17.688]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsynstructure-cc1fec7066af36f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:27.9950658Z [00:09:17.695]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libindexmap-12cccc78370e5250.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0019991Z [00:09:17.702]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/cc-e4b8839e9e89896f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0090658Z [00:09:17.709]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libref_cast_impl-fc538036dde80ef9.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0160456Z [00:09:17.716]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/async_trait-1c946d3595fe2c6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0229311Z [00:09:17.723]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pnet_macros-c465cc93e005fbd2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0299226Z [00:09:17.730]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/tracing_attributes-370d373a51aed435.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0368170Z [00:09:17.737]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libdocument_features-d142194e6a381e9c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0437946Z [00:09:17.744]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblitrs-6cc7a3a6964c1385.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0506360Z [00:09:17.751]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/iroh_metrics_derive-cccd399ff6b97cb0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0574038Z [00:09:17.758]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libaho_corasick-ce205e9d23255fa0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0643322Z [00:09:17.764]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/syn-22463715a1cf1998.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0712226Z [00:09:17.771]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error-0380a566f6e12a49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0782150Z [00:09:17.778]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/synstructure-cc1fec7066af36f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0851901Z [00:09:17.785]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_crate-dc14df6316f34ce3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0921505Z [00:09:17.792]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_generator-989231293054678f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.0990822Z [00:09:17.799]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1060693Z [00:09:17.806]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/zerofrom_derive-8d9e341492b345ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1129291Z [00:09:17.813]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/document_features-d142194e6a381e9c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1197435Z [00:09:17.820]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1265858Z [00:09:17.827]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest-c84682b65b6f11ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1334941Z [00:09:17.834]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror-95052fbf5ac28089.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1403762Z [00:09:17.840]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_lite-b2630d4d6aa364e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1473078Z [00:09:17.847]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1542844Z [00:09:17.854]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libmemchr-b2b2fbaef1fb2137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1611575Z [00:09:17.861]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_error_attr-3b592c2c667604a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1681493Z [00:09:17.868]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcurve25519_dalek_derive-cf3d57fefac516d7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1750623Z [00:09:17.875]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/toml_datetime-16168353f997e013.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1819309Z [00:09:17.882]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex_syntax-6e8c13dee0a493bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1888784Z [00:09:17.889]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.1957139Z [00:09:17.896]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_edit-d64ff5663f366205.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2025586Z [00:09:17.903]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/thiserror_impl-edae18b8ac786a4e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2093060Z [00:09:17.909]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/regex-4ad8bee23e5571eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2162310Z [00:09:17.916]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_segmentation-9ef60f77c2b57782.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2231753Z [00:09:17.923]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/unicode_segmentation-9ef60f77c2b57782.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2301828Z [00:09:17.930]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex_automata-362a3df8a309a8d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2371156Z [00:09:17.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/lazy_static-386955e475fc3d57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2441683Z [00:09:17.944]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libregex-4ad8bee23e5571eb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2511831Z [00:09:17.951]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/rustc_version-acace87eef25ae97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2581919Z [00:09:17.958]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2656825Z [00:09:17.966]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro_crate-dc14df6316f34ce3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2727051Z [00:09:17.973]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtracing_attributes-370d373a51aed435.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2796038Z [00:09:17.980]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libyoke_derive-762142043919d49d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2865583Z [00:09:17.987]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/enumflags2_derive-77001a605a413ec2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.2933845Z [00:09:17.993]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libgenawaiter_proc_macro-4f3688e83c2d59c7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3002429Z [00:09:18.000]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error_attr-3b592c2c667604a5.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3071018Z [00:09:18.007]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtoml_datetime-16168353f997e013.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3139830Z [00:09:18.014]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libthiserror-95052fbf5ac28089.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3208861Z [00:09:18.021]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libtokio_macros-7825515ab268a7c8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3279053Z [00:09:18.028]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libicu_provider_macros-5e83c355d1eadde5.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3349015Z [00:09:18.035]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libirpc_derive-88b1faf3def47b59.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3418105Z [00:09:18.042]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/strum_macros-c4cb1adac374783f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3487700Z [00:09:18.049]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/nested_enum_utils-935ab7884e92a322.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3557391Z [00:09:18.056]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libzerofrom_derive-8d9e341492b345ed.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3627271Z [00:09:18.063]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libconvert_case-3b4af8e6efd11cb7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3697532Z [00:09:18.070]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/derive_more_impl-c2fda9ebaa640269.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3768119Z [00:09:18.077]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest_derive-ad7db9910f722487.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3839166Z [00:09:18.084]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/proc_macro2-e80871dc6cb5da46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3907853Z [00:09:18.091]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/equivalent-d4141b76549b3f53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.3977681Z [00:09:18.098]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libhashbrown-10981cdeda8a48db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4048077Z [00:09:18.105]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/once_cell-4f22faca5dda740e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4117895Z [00:09:18.112]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/icu_provider_macros-5e83c355d1eadde5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4185698Z [00:09:18.119]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libhashbrown-10981cdeda8a48db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4255065Z [00:09:18.126]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/ref_cast_impl-fc538036dde80ef9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4323887Z [00:09:18.133]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpnet_macros-c465cc93e005fbd2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4392904Z [00:09:18.139]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/postcard_derive-e5ea9e6d4bb61ac0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4463948Z [00:09:18.147]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libclap_derive-9ec224102e30aa44.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4532353Z [00:09:18.153]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/enum_as_inner-d4fc841b08adddf6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4600928Z [00:09:18.160]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/irpc_derive-88b1faf3def47b59.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4669037Z [00:09:18.167]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pin_project_internal-a8520cd064d079fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4737409Z [00:09:18.174]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnum_enum_derive-ed44ae8a0bdb7bc0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4806145Z [00:09:18.181]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libstrum_macros-c4cb1adac374783f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4876159Z [00:09:18.188]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/liblazy_static-386955e475fc3d57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.4945165Z [00:09:18.195]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/hashbrown-10981cdeda8a48db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5012986Z [00:09:18.201]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libwinnow-f943c049d93820e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5081493Z [00:09:18.208]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_hack-21dd71a89c169bd7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5149595Z [00:09:18.215]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libquote-c06a74acd0bc78a9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5217565Z [00:09:18.222]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/pest_generator-989231293054678f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5286261Z [00:09:18.229]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/zerocopy_derive-4ddce41c9cfecce3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5354680Z [00:09:18.236]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5421999Z [00:09:18.242]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libprecis_tools-199c4aeb63169c5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5489678Z [00:09:18.249]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_generator-989231293054678f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5557540Z [00:09:18.256]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/toml_edit-d64ff5663f366205.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5626484Z [00:09:18.263]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libindexmap-12cccc78370e5250.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5694056Z [00:09:18.270]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5761813Z [00:09:18.276]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5830124Z [00:09:18.283]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/unicode_ident-0e5303d89b22b0d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5902484Z [00:09:18.290]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/winnow-f943c049d93820e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.5971985Z [00:09:18.297]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libderive_more_impl-159a6270cd96f3e2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6040732Z [00:09:18.304]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6108993Z [00:09:18.311]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/derive_more_impl-159a6270cd96f3e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6178236Z [00:09:18.318]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libwinnow-f943c049d93820e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6246852Z [00:09:18.325]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsnafu_derive-4f20c33407ec6e51.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6315428Z [00:09:18.332]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6383068Z [00:09:18.338]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_meta-5c453a7b06c072ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6452587Z [00:09:18.345]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpest_meta-5c453a7b06c072ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6520294Z [00:09:18.352]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/futures_macro-0d52c88d0d00e24e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6588453Z [00:09:18.359]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/yoke_derive-762142043919d49d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6657244Z [00:09:18.366]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro2-e80871dc6cb5da46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6726997Z [00:09:18.373]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libucd_parse-d50dac1c9619486d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6796341Z [00:09:18.380]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn_mid-790a5138136bcb24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6863981Z [00:09:18.387]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsyn-3c8050a12085d9c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.6932585Z [00:09:18.393]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libsemver-39065f5b015681ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7001178Z [00:09:18.400]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libequivalent-d4141b76549b3f53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7070114Z [00:09:18.407]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libunicode_xid-6339c36d0c7ebba4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7139220Z [00:09:18.414]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libnested_enum_utils-935ab7884e92a322.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7206939Z [00:09:18.421]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libpostcard_derive-e5ea9e6d4bb61ac0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7275241Z [00:09:18.428]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/memchr-b2b2fbaef1fb2137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7344220Z [00:09:18.435]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7414041Z [00:09:18.441]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libproc_macro_error-0380a566f6e12a49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7482046Z [00:09:18.448]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libiroh_metrics_derive-cccd399ff6b97cb0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7549934Z [00:09:18.455]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/ucd_trie-56344b5ef67d5053.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7618966Z [00:09:18.462]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7686628Z [00:09:18.469]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/precis_tools-199c4aeb63169c5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7755373Z [00:09:18.476]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/deps/libcc-e4b8839e9e89896f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7826329Z [00:09:18.483]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.7896535Z [00:09:18.490]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:28.7964024Z [00:09:18.497]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8032792Z [00:09:18.503]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:28.8101700Z [00:09:18.510]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8171299Z [00:09:18.517]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8241040Z [00:09:18.524]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8310202Z [00:09:18.531]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8380864Z [00:09:18.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8449228Z [00:09:18.545]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8517411Z [00:09:18.552]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8586667Z [00:09:18.559]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-1ec32fcecdc4558f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8656243Z [00:09:18.566]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/dep-lib-der_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8725071Z [00:09:18.573]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/lib-der_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8794800Z [00:09:18.580]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8862577Z [00:09:18.586]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/der_derive-8a16cef20215719c/lib-der_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.8932586Z [00:09:18.593]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9001808Z [00:09:18.600]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9070020Z [00:09:18.607]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9139847Z [00:09:18.614]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9209349Z [00:09:18.621]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9278582Z [00:09:18.628]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9351005Z [00:09:18.635]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9420509Z [00:09:18.642]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/memchr-b2b2fbaef1fb2137/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9494068Z [00:09:18.650]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9564896Z [00:09:18.657]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9635405Z [00:09:18.664]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9704700Z [00:09:18.671]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-22463715a1cf1998/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9774114Z [00:09:18.677]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9844756Z [00:09:18.685]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9917143Z [00:09:18.692]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:28.9989032Z [00:09:18.699]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/generic-array-c22483514f20c33d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0058648Z [00:09:18.706]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0128759Z [00:09:18.713]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0197030Z [00:09:18.720]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0266061Z [00:09:18.727]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0334047Z [00:09:18.734]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0402629Z [00:09:18.740]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0470494Z [00:09:18.747]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/dep-lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0539698Z [00:09:18.754]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-c2fda9ebaa640269/lib-derive_more_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0608176Z [00:09:18.761]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0677028Z [00:09:18.768]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0747260Z [00:09:18.775]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0817656Z [00:09:18.782]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ring-eb5a48ac48e9236f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0887517Z [00:09:18.789]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/lib-num_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.0955556Z [00:09:18.796]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1024059Z [00:09:18.802]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/lib-num_enum_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1092200Z [00:09:18.809]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num_enum_derive-ed44ae8a0bdb7bc0/dep-lib-num_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1161216Z [00:09:18.816]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1229031Z [00:09:18.823]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1298483Z [00:09:18.830]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1366272Z [00:09:18.837]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tokio-macros-7825515ab268a7c8/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1435502Z [00:09:18.844]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:29.1506628Z [00:09:18.851]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:29.1574987Z [00:09:18.858]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1645232Z [00:09:18.865]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1714303Z [00:09:18.872]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/lib-proc_macro_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1784660Z [00:09:18.879]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-0380a566f6e12a49/dep-lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1854551Z [00:09:18.886]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1924232Z [00:09:18.892]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.1992496Z [00:09:18.899]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2060659Z [00:09:18.906]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustls-8f3e3e596af6dc6c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2130871Z [00:09:18.913]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2200708Z [00:09:18.920]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2269829Z [00:09:18.927]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2339592Z [00:09:18.934]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-segmentation-9ef60f77c2b57782/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2409126Z [00:09:18.941]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2480458Z [00:09:18.948]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2547459Z [00:09:18.955]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2616040Z [00:09:18.962]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-1c1bb64ed5af5627/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2684278Z [00:09:18.969]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2751035Z [00:09:18.975]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2818862Z [00:09:18.982]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2888257Z [00:09:18.989]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/aho-corasick-ce205e9d23255fa0/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.2956896Z [00:09:18.996]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-d278ab11e9c2516e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3026333Z [00:09:19.003]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-d278ab11e9c2516e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3093951Z [00:09:19.009]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3162958Z [00:09:19.016]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/dep-lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3231638Z [00:09:19.023]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3300839Z [00:09:19.030]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_derive-ad7db9910f722487/lib-pest_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3370378Z [00:09:19.037]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3439965Z [00:09:19.044]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3508030Z [00:09:19.051]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3578552Z [00:09:19.058]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/synstructure-cc1fec7066af36f5/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3648304Z [00:09:19.065]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/dep-lib-convert_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3717542Z [00:09:19.072]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3785893Z [00:09:19.079]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3854564Z [00:09:19.086]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/convert_case-3b4af8e6efd11cb7/lib-convert_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3922233Z [00:09:19.092]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.3989584Z [00:09:19.099]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4057118Z [00:09:19.106]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4124622Z [00:09:19.113]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/num-traits-31b34c23b521ea90/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4191675Z [00:09:19.119]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4260638Z [00:09:19.126]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/lib-litrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4332207Z [00:09:19.133]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4400167Z [00:09:19.140]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/litrs-6cc7a3a6964c1385/dep-lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4470253Z [00:09:19.147]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4538485Z [00:09:19.154]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4608754Z [00:09:19.161]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4676872Z [00:09:19.168]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde-26122a162310513a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4747536Z [00:09:19.175]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/lib-ref_cast_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4818277Z [00:09:19.182]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4890075Z [00:09:19.189]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/dep-lib-ref_cast_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.4961058Z [00:09:19.196]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-impl-fc538036dde80ef9/lib-ref_cast_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5032132Z [00:09:19.203]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5102306Z [00:09:19.210]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5174686Z [00:09:19.217]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5243929Z [00:09:19.224]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-f42b8536196226f8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5311550Z [00:09:19.231]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/dep-lib-curve25519_dalek_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5380400Z [00:09:19.238]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/lib-curve25519_dalek_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5449593Z [00:09:19.245]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5519859Z [00:09:19.252]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-derive-cf3d57fefac516d7/lib-curve25519_dalek_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5589885Z [00:09:19.259]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5660224Z [00:09:19.266]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:29.5730925Z [00:09:19.273]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/libc-36e21ec43fe2a66a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5803131Z [00:09:19.280]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:29.5875804Z [00:09:19.288]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.5946700Z [00:09:19.295]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6015262Z [00:09:19.302]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6085062Z [00:09:19.309]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-4ad8bee23e5571eb/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6156789Z [00:09:19.316]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6227298Z [00:09:19.323]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6298169Z [00:09:19.330]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6366290Z [00:09:19.337]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-39065f5b015681ea/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6435952Z [00:09:19.344]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6506250Z [00:09:19.351]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6575751Z [00:09:19.358]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6643669Z [00:09:19.364]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/moka-be5419609833fd8a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6711307Z [00:09:19.371]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6781111Z [00:09:19.378]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6849758Z [00:09:19.385]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6918225Z [00:09:19.392]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-eb67b496872c3cf6/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.6987355Z [00:09:19.399]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7056343Z [00:09:19.406]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7126616Z [00:09:19.413]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7195684Z [00:09:19.420]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-ident-0e5303d89b22b0d6/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7266505Z [00:09:19.427]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/lib-irpc_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7334913Z [00:09:19.434]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7402940Z [00:09:19.440]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/dep-lib-irpc_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7472069Z [00:09:19.447]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/irpc-derive-88b1faf3def47b59/lib-irpc_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7540430Z [00:09:19.454]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7608253Z [00:09:19.461]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7677885Z [00:09:19.468]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7747995Z [00:09:19.475]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_datetime-16168353f997e013/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7818596Z [00:09:19.482]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7888409Z [00:09:19.489]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/dep-lib-pnet_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.7957323Z [00:09:19.496]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8025715Z [00:09:19.503]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pnet_macros-c465cc93e005fbd2/lib-pnet_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8093928Z [00:09:19.509]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/lib-enum_as_inner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8167667Z [00:09:19.517]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8246402Z [00:09:19.525]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8316274Z [00:09:19.532]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enum-as-inner-d4fc841b08adddf6/dep-lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8386874Z [00:09:19.539]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8456077Z [00:09:19.546]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8525900Z [00:09:19.553]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8596830Z [00:09:19.560]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-e96d69173af72e21/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8665686Z [00:09:19.567]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8734909Z [00:09:19.574]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8804994Z [00:09:19.580]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8873119Z [00:09:19.587]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/toml_edit-d64ff5663f366205/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.8941759Z [00:09:19.594]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9011079Z [00:09:19.601]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9080098Z [00:09:19.608]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9148625Z [00:09:19.615]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9217109Z [00:09:19.622]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/lib-pest_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9287260Z [00:09:19.629]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9355305Z [00:09:19.636]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9424393Z [00:09:19.643]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_generator-989231293054678f/dep-lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9495286Z [00:09:19.650]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9563763Z [00:09:19.656]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9631637Z [00:09:19.663]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9700604Z [00:09:19.670]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lazy_static-386955e475fc3d57/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9769492Z [00:09:19.677]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9839223Z [00:09:19.684]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9908683Z [00:09:19.691]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/dep-lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:29.9978345Z [00:09:19.698]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest_meta-5c453a7b06c072ef/lib-pest_meta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0048960Z [00:09:19.705]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0118156Z [00:09:19.712]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0187078Z [00:09:19.719]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0256773Z [00:09:19.726]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerofrom-derive-8d9e341492b345ed/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0326589Z [00:09:19.733]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0396277Z [00:09:19.740]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0466700Z [00:09:19.747]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0536407Z [00:09:19.754]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-automata-362a3df8a309a8d6/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0606312Z [00:09:19.761]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/dep-lib-zerocopy_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0678110Z [00:09:19.768]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0752674Z [00:09:19.775]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/lib-zerocopy_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0824046Z [00:09:19.782]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerocopy-derive-4ddce41c9cfecce3/lib-zerocopy_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0895387Z [00:09:19.790]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.0964982Z [00:09:19.797]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1035212Z [00:09:19.804]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1106799Z [00:09:19.811]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1177326Z [00:09:19.818]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1247276Z [00:09:19.825]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1316434Z [00:09:19.832]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1385004Z [00:09:19.839]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heapless-b6618f4fae44a300/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1454236Z [00:09:19.846]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1524481Z [00:09:19.853]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1595455Z [00:09:19.860]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/dep-lib-derive_more_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1665639Z [00:09:19.867]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/derive_more-impl-159a6270cd96f3e2/lib-derive_more_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1735829Z [00:09:19.874]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/lib-proc_macro_error_attr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1805298Z [00:09:19.881]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1875541Z [00:09:19.888]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.1948275Z [00:09:19.895]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b592c2c667604a5/dep-lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2016884Z [00:09:19.902]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2086794Z [00:09:19.909]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2154718Z [00:09:19.916]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2222992Z [00:09:19.922]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-b36cc0782c8654dc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2290823Z [00:09:19.929]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2359748Z [00:09:19.936]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2428654Z [00:09:19.943]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2498342Z [00:09:19.950]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/serde_derive-7ffa9f50b68ed9ce/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2567962Z [00:09:19.957]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2635904Z [00:09:19.964]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2703906Z [00:09:19.970]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2773535Z [00:09:19.977]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-syntax-6e8c13dee0a493bc/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2843062Z [00:09:19.984]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2912781Z [00:09:19.991]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.2986136Z [00:09:19.999]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3055275Z [00:09:20.006]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/tracing-attributes-370d373a51aed435/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3125553Z [00:09:20.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3195329Z [00:09:20.020]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.3264657Z [00:09:20.027]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3334345Z [00:09:20.033]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.3404553Z [00:09:20.040]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-195751d174a2b079/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3477130Z [00:09:20.048]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-195751d174a2b079/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3548361Z [00:09:20.055]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3619613Z [00:09:20.062]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3691680Z [00:09:20.069]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3762571Z [00:09:20.076]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/indexmap-12cccc78370e5250/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3836129Z [00:09:20.084]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3907793Z [00:09:20.091]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.3979553Z [00:09:20.098]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4051623Z [00:09:20.105]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/zerovec-derive-3b2e591ee1707b7d/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4122556Z [00:09:20.112]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4194832Z [00:09:20.120]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4266017Z [00:09:20.127]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4336763Z [00:09:20.134]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/async-trait-1c946d3595fe2c6b/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4405612Z [00:09:20.141]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4475729Z [00:09:20.148]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4547773Z [00:09:20.155]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4618274Z [00:09:20.162]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/hashbrown-10981cdeda8a48db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4690069Z [00:09:20.169]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-e9471f0376afeda0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4760857Z [00:09:20.176]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-e9471f0376afeda0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4832084Z [00:09:20.183]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4904146Z [00:09:20.190]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.4974899Z [00:09:20.198]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5045359Z [00:09:20.205]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-profiles-9044c0cd8a82cc16/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5114290Z [00:09:20.212]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5184076Z [00:09:20.218]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5253588Z [00:09:20.225]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5321682Z [00:09:20.232]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-e80871dc6cb5da46/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5392076Z [00:09:20.239]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.5461550Z [00:09:20.246]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.5529419Z [00:09:20.253]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/signal-hook-e9753c9fcdca61cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5598024Z [00:09:20.260]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.5666724Z [00:09:20.267]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5736531Z [00:09:20.274]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5806039Z [00:09:20.281]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5876719Z [00:09:20.288]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/typenum-0d3ec98810ead5ab/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.5946743Z [00:09:20.295]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6016044Z [00:09:20.302]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6085533Z [00:09:20.309]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6153905Z [00:09:20.315]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/netwatch-c9fa196059b28a3e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6224255Z [00:09:20.322]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6293795Z [00:09:20.329]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6362679Z [00:09:20.336]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6432383Z [00:09:20.343]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-95052fbf5ac28089/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6501322Z [00:09:20.350]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6570854Z [00:09:20.357]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6639147Z [00:09:20.364]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6708124Z [00:09:20.371]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6779379Z [00:09:20.378]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/lib-nested_enum_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6848949Z [00:09:20.385]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/dep-lib-nested_enum_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6918761Z [00:09:20.392]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/lib-nested_enum_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.6989992Z [00:09:20.399]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/nested_enum_utils-935ab7884e92a322/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7060513Z [00:09:20.406]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-62ceeefeb7872fec/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7131601Z [00:09:20.413]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/semver-62ceeefeb7872fec/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7203654Z [00:09:20.420]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7274101Z [00:09:20.427]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7344023Z [00:09:20.434]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/dep-lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7414679Z [00:09:20.442]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustc_version-acace87eef25ae97/lib-rustc_version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7484639Z [00:09:20.449]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/lib-icu_provider_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7553718Z [00:09:20.455]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/dep-lib-icu_provider_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7624176Z [00:09:20.462]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7692913Z [00:09:20.469]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/icu_provider_macros-5e83c355d1eadde5/lib-icu_provider_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7762966Z [00:09:20.476]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7832904Z [00:09:20.483]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7905049Z [00:09:20.491]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.7978915Z [00:09:20.498]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-5847e83b8b0abbb3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8051112Z [00:09:20.505]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8122804Z [00:09:20.512]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8192534Z [00:09:20.519]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8263747Z [00:09:20.526]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/rustix-b738cbb10aa41592/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8336291Z [00:09:20.534]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8406275Z [00:09:20.541]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8475497Z [00:09:20.548]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8544595Z [00:09:20.555]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/portable-atomic-b14547690dc911d2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8613115Z [00:09:20.561]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/lib-iroh_metrics_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8681812Z [00:09:20.568]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8750913Z [00:09:20.575]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/lib-iroh_metrics_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8831595Z [00:09:20.583]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-metrics-derive-cccd399ff6b97cb0/dep-lib-iroh_metrics_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8907132Z [00:09:20.591]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.8982233Z [00:09:20.598]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9059346Z [00:09:20.606]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9131495Z [00:09:20.613]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9206780Z [00:09:20.621]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9282809Z [00:09:20.628]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9359017Z [00:09:20.636]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9437496Z [00:09:20.644]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/yoke-derive-762142043919d49d/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9512089Z [00:09:20.651]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.9593736Z [00:09:20.659]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.9676694Z [00:09:20.668]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9761422Z [00:09:20.676]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:30.9833638Z [00:09:20.683]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9906884Z [00:09:20.691]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:30.9976460Z [00:09:20.698]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0047632Z [00:09:20.705]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-relay-6f50737f7e251a42/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0118402Z [00:09:20.712]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0188385Z [00:09:20.719]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0259424Z [00:09:20.726]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0330202Z [00:09:20.733]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/n0-future-fb67fca51f35cb53/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0401479Z [00:09:20.740]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0471254Z [00:09:20.747]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0541228Z [00:09:20.754]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0611851Z [00:09:20.761]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0682705Z [00:09:20.768]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/lib-precis_tools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0752368Z [00:09:20.775]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0822130Z [00:09:20.782]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/lib-precis_tools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0894142Z [00:09:20.789]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-tools-199c4aeb63169c5c/dep-lib-precis_tools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.0965070Z [00:09:20.797]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1034854Z [00:09:20.804]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1104358Z [00:09:20.811]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1172341Z [00:09:20.817]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pkarr-188e99e9d1a94b2c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1240546Z [00:09:20.824]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1309946Z [00:09:20.831]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1378787Z [00:09:20.838]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/lib-enumflags2_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1447447Z [00:09:20.845]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/enumflags2_derive-77001a605a413ec2/dep-lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1516657Z [00:09:20.852]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1586190Z [00:09:20.859]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1652554Z [00:09:20.865]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1722515Z [00:09:20.872]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1792659Z [00:09:20.879]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-b7bdf0dd07fc8d57/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1861974Z [00:09:20.886]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-b7bdf0dd07fc8d57/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1929897Z [00:09:20.893]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.1996823Z [00:09:20.900]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2065706Z [00:09:20.907]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2134214Z [00:09:20.914]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/getrandom-aba08fc7638b1efa/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2203738Z [00:09:20.920]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2277904Z [00:09:20.928]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2345939Z [00:09:20.935]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2412806Z [00:09:20.941]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2480703Z [00:09:20.948]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2547157Z [00:09:20.955]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/equivalent-d4141b76549b3f53/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2614478Z [00:09:20.962]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2683875Z [00:09:20.968]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2754525Z [00:09:20.976]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/lib-unicode_xid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2823479Z [00:09:20.982]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/unicode-xid-6339c36d0c7ebba4/dep-lib-unicode_xid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2894106Z [00:09:20.989]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.2962393Z [00:09:20.996]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3032477Z [00:09:21.003]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3104446Z [00:09:21.011]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/httparse-c19958caecbdb527/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3173909Z [00:09:21.017]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3243131Z [00:09:21.024]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-3d83e70d7e77dc37/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3314432Z [00:09:21.032]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/lib-snafu_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3383068Z [00:09:21.038]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/lib-snafu_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3451997Z [00:09:21.045]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3520734Z [00:09:21.052]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/snafu-derive-4f20c33407ec6e51/dep-lib-snafu_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3589885Z [00:09:21.059]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3658324Z [00:09:21.066]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3726365Z [00:09:21.073]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3795516Z [00:09:21.080]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/curve25519-dalek-f7f26d35760a2edd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3866298Z [00:09:21.087]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.3933864Z [00:09:21.093]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4001221Z [00:09:21.100]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4068561Z [00:09:21.107]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/iroh-quinn-udp-b95ab72ee230b1b8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4137128Z [00:09:21.114]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4204276Z [00:09:21.121]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4271123Z [00:09:21.127]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4338698Z [00:09:21.134]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/quote-c06a74acd0bc78a9/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4406744Z [00:09:21.141]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4474536Z [00:09:21.148]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4542551Z [00:09:21.154]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4609971Z [00:09:21.161]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4679612Z [00:09:21.168]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4746080Z [00:09:21.175]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4814298Z [00:09:21.182]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4884471Z [00:09:21.189]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.4954050Z [00:09:21.195]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/dep-lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5022673Z [00:09:21.202]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5091952Z [00:09:21.209]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/lib-document_features.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5161115Z [00:09:21.216]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/document-features-d142194e6a381e9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5230471Z [00:09:21.223]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5299439Z [00:09:21.230]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5368225Z [00:09:21.237]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5438205Z [00:09:21.244]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/cc-e4b8839e9e89896f/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5508241Z [00:09:21.251]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/lib-pin_project_internal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5578810Z [00:09:21.258]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5649216Z [00:09:21.265]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5719541Z [00:09:21.272]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pin-project-internal-a8520cd064d079fa/dep-lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5791700Z [00:09:21.279]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5860926Z [00:09:21.286]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.5932693Z [00:09:21.293]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6002763Z [00:09:21.300]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/precis-core-a20cfa67f7a455ef/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6073990Z [00:09:21.307]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6144255Z [00:09:21.315]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6212302Z [00:09:21.321]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6282074Z [00:09:21.328]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/redb-a782b76090a31b30/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6350310Z [00:09:21.335]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6419258Z [00:09:21.342]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:31.6488044Z [00:09:21.349]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6556439Z [00:09:21.356]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:31.6624982Z [00:09:21.363]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/dep-lib-ucd_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6693501Z [00:09:21.369]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6762429Z [00:09:21.376]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6831948Z [00:09:21.383]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ucd-parse-d50dac1c9619486d/lib-ucd_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6904092Z [00:09:21.390]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.6973107Z [00:09:21.397]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7043103Z [00:09:21.404]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7112907Z [00:09:21.411]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-fa11817ba9c928e0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7184478Z [00:09:21.419]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7254138Z [00:09:21.425]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7323310Z [00:09:21.432]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7393830Z [00:09:21.439]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/strum_macros-c4cb1adac374783f/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7464956Z [00:09:21.447]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7534005Z [00:09:21.453]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7603058Z [00:09:21.460]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7671350Z [00:09:21.467]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7740933Z [00:09:21.474]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7811104Z [00:09:21.481]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7881567Z [00:09:21.488]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.7949817Z [00:09:21.495]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/clap_derive-9ec224102e30aa44/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8018183Z [00:09:21.502]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8086003Z [00:09:21.509]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8153498Z [00:09:21.515]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8221195Z [00:09:21.522]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/winnow-f943c049d93820e5/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8290699Z [00:09:21.529]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8359095Z [00:09:21.536]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8428017Z [00:09:21.543]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8497445Z [00:09:21.550]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/ref-cast-a55597fa715fd2f3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8568057Z [00:09:21.557]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8635790Z [00:09:21.564]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8704385Z [00:09:21.571]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8772672Z [00:09:21.577]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-97298a945240a6a6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8842087Z [00:09:21.584]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8909251Z [00:09:21.591]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/dep-lib-proc_macro_hack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.8977100Z [00:09:21.598]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/lib-proc_macro_hack.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9045198Z [00:09:21.605]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-hack-21dd71a89c169bd7/lib-proc_macro_hack' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9113610Z [00:09:21.611]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9182333Z [00:09:21.618]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/dep-lib-genawaiter_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9249744Z [00:09:21.625]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/lib-genawaiter_proc_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9317740Z [00:09:21.632]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/genawaiter-proc-macro-4f3688e83c2d59c7/lib-genawaiter_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9384910Z [00:09:21.639]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9453129Z [00:09:21.645]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/dep-lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9522607Z [00:09:21.652]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9591456Z [00:09:21.659]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/regex-lite-b2630d4d6aa364e7/lib-regex_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9659769Z [00:09:21.666]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/lib-syn_mid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9728796Z [00:09:21.673]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9797231Z [00:09:21.680]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/dep-lib-syn_mid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9865331Z [00:09:21.687]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-mid-790a5138136bcb24/lib-syn_mid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:31.9934177Z [00:09:21.694]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0000996Z [00:09:21.700]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0069261Z [00:09:21.707]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0137432Z [00:09:21.714]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/blake3-6599099c63449566/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0205072Z [00:09:21.721]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0271334Z [00:09:21.727]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0338916Z [00:09:21.734]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/lib-futures_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0406280Z [00:09:21.741]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/futures-macro-0d52c88d0d00e24e/dep-lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0473344Z [00:09:21.747]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0539275Z [00:09:21.754]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0608163Z [00:09:21.761]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0674706Z [00:09:21.768]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0742607Z [00:09:21.774]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0811774Z [00:09:21.781]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0878464Z [00:09:21.788]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.0946041Z [00:09:21.795]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/thiserror-impl-edae18b8ac786a4e/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1012972Z [00:09:21.801]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1079659Z [00:09:21.808]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1150202Z [00:09:21.815]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1216322Z [00:09:21.822]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/anyhow-84f2e12a512fad9e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1284928Z [00:09:21.829]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/dep-lib-postcard_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1353055Z [00:09:21.835]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1419835Z [00:09:21.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/lib-postcard_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1486413Z [00:09:21.849]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/postcard-derive-e5ea9e6d4bb61ac0/lib-postcard_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1554607Z [00:09:21.856]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1622844Z [00:09:21.862]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1690077Z [00:09:21.869]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1757819Z [00:09:21.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/syn-3c8050a12085d9c5/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1827650Z [00:09:21.883]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1897092Z [00:09:21.890]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.1964181Z [00:09:21.897]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2031671Z [00:09:21.903]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/pest-c84682b65b6f11ec/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2099221Z [00:09:21.910]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2166671Z [00:09:21.917]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2234203Z [00:09:21.924]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2300682Z [00:09:21.930]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/displaydoc-e4b2e5ae12994c38/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2368480Z [00:09:21.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/dep-lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2434396Z [00:09:21.944]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/lib-proc_macro_crate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2502486Z [00:09:21.950]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2570235Z [00:09:21.957]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/release/.fingerprint/proc-macro-crate-dc14df6316f34ce3/lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2636671Z [00:09:21.964]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2702077Z [00:09:21.970]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/sendme' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2770109Z [00:09:21.977]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2837812Z [00:09:21.984]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2903989Z [00:09:21.991]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.2971331Z [00:09:21.997]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-relay-85c70033dd9224b9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3037364Z [00:09:22.004]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3104196Z [00:09:22.011]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3172460Z [00:09:22.017]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3237693Z [00:09:22.024]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/pkarr-02198c47a208903d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3305236Z [00:09:22.031]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/out/consts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3372781Z [00:09:22.037]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3440859Z [00:09:22.044]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/out/op.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3508583Z [00:09:22.051]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3575478Z [00:09:22.058]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3642977Z [00:09:22.064]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3710435Z [00:09:22.071]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-c7c4a7329bcdb4ec/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3780023Z [00:09:22.078]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-aesni-gcm-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3846731Z [00:09:22.085]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/00c879ee3285a50d-montgomery.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3913448Z [00:09:22.091]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-cpu_intel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.3982422Z [00:09:22.098]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-gfp_p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4049524Z [00:09:22.105]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/aaa1ba3e455ee2e1-limbs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4119499Z [00:09:22.112]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-crypto.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4187495Z [00:09:22.119]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-x86_64-mont-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4254897Z [00:09:22.126]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/25ac62e5b3c53843-curve25519_64_adx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4322048Z [00:09:22.132]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-p256-x86_64-asm-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4389892Z [00:09:22.139]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4457548Z [00:09:22.146]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/libring_core_0_17_9__test.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4527792Z [00:09:22.153]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/e165cd818145c705-fiat_curve25519_adx_mul.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4595998Z [00:09:22.160]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-sha512-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4664325Z [00:09:22.167]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-vpaes-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4731464Z [00:09:22.173]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/25ac62e5b3c53843-curve25519.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4798653Z [00:09:22.180]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-ecp_nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4866937Z [00:09:22.187]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-p256-nistz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.4934750Z [00:09:22.194]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/00c879ee3285a50d-montgomery_inv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5003556Z [00:09:22.200]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/e165cd818145c705-fiat_curve25519_adx_square.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5071915Z [00:09:22.207]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-chacha20_poly1305_x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5140152Z [00:09:22.214]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-aesni-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5208263Z [00:09:22.221]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/libring_core_0_17_9_.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5275817Z [00:09:22.228]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-gfp_p384.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5347279Z [00:09:22.235]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a0330e891e733f4e-p256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5414733Z [00:09:22.242]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-sha256-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5481768Z [00:09:22.248]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-ghash-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5550408Z [00:09:22.255]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/d5a9841f3dc6e253-poly1305.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5619311Z [00:09:22.262]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-x86_64-mont5-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5687732Z [00:09:22.269]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/c322a0bcc369f531-chacha-x86_64-elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5756623Z [00:09:22.276]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/a4019cc0736b0423-constant_time_test.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5824702Z [00:09:22.283]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/out/0bbbd18bda93c05b-aes_nohw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5894184Z [00:09:22.289]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.5961283Z [00:09:22.296]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6029422Z [00:09:22.303]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6097363Z [00:09:22.310]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ring-aed11c7d0f117454/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6165685Z [00:09:22.317]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_2eb1da1dd76cca33_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6233571Z [00:09:22.323]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6300418Z [00:09:22.330]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6367585Z [00:09:22.337]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6435121Z [00:09:22.344]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6504503Z [00:09:22.351]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6572634Z [00:09:22.357]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6641879Z [00:09:22.364]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6709841Z [00:09:22.371]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d2357ede2338a762/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6778561Z [00:09:22.378]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/out/public.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6846483Z [00:09:22.385]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/out/precis_tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6912518Z [00:09:22.391]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/out/context_tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.6979787Z [00:09:22.398]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7047863Z [00:09:22.405]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7115901Z [00:09:22.412]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7183978Z [00:09:22.419]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-core-7924f7fdc090e5d0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7254691Z [00:09:22.426]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7321747Z [00:09:22.432]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7390055Z [00:09:22.439]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7457559Z [00:09:22.446]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/moka-09bd31e599ebdd4b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7526616Z [00:09:22.453]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.7595416Z [00:09:22.460]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.7664109Z [00:09:22.466]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.7731455Z [00:09:22.473]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.7800561Z [00:09:22.480]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7869580Z [00:09:22.487]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.7938561Z [00:09:22.494]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8007090Z [00:09:22.501]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-3f4e660146246336/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8075721Z [00:09:22.508]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8145314Z [00:09:22.515]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8215518Z [00:09:22.522]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8282823Z [00:09:22.528]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/netwatch-dc62535bde917f70/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8352558Z [00:09:22.535]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/out/autocfg_48aa2f04c7d8948b_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8420361Z [00:09:22.542]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8488493Z [00:09:22.549]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8556968Z [00:09:22.556]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8625574Z [00:09:22.563]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.8694302Z [00:09:22.569]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.8761939Z [00:09:22.576]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.8830761Z [00:09:22.583]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.8899304Z [00:09:22.590]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:32.8967313Z [00:09:22.597]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9036286Z [00:09:22.604]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9105151Z [00:09:22.611]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9173337Z [00:09:22.617]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c5d60f5ef3ce81e6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9243131Z [00:09:22.624]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9314528Z [00:09:22.632]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9383138Z [00:09:22.638]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9450354Z [00:09:22.645]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-0f71418d8eb1fbfd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9520931Z [00:09:22.652]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9589531Z [00:09:22.659]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9659247Z [00:09:22.666]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9726735Z [00:09:22.673]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9793578Z [00:09:22.679]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9860315Z [00:09:22.686]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9928073Z [00:09:22.693]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:32.9995548Z [00:09:22.700]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/n0-future-2640dfa1a0cd103b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.0064555Z [00:09:22.707]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0136127Z [00:09:22.714]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0204024Z [00:09:22.720]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0270911Z [00:09:22.727]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0340269Z [00:09:22.734]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.0409717Z [00:09:22.741]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.0478874Z [00:09:22.748]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.0546912Z [00:09:22.755]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/redb-455fd002e397c5b5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.0615590Z [00:09:22.762]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0683337Z [00:09:22.768]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0751632Z [00:09:22.775]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0819115Z [00:09:22.782]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.0887066Z [00:09:22.789]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_avx512_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.0954844Z [00:09:22.796]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/libblake3_avx512_assembly.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1024545Z [00:09:22.803]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_sse2_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1091887Z [00:09:22.809]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1159378Z [00:09:22.816]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/flag_check' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1228153Z [00:09:22.823]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_sse41_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1295982Z [00:09:22.830]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/libblake3_sse2_sse41_avx2_assembly.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1364420Z [00:09:22.837]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/out/b8423798394d5395-blake3_avx2_x86-64_unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1432093Z [00:09:22.843]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1500601Z [00:09:22.850]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1569158Z [00:09:22.857]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1637774Z [00:09:22.864]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/blake3-9de926f4afc3d58b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.1706721Z [00:09:22.871]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.1774988Z [00:09:22.878]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.1843428Z [00:09:22.884]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.1911742Z [00:09:22.891]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.1981650Z [00:09:22.898]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2050138Z [00:09:22.905]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2118637Z [00:09:22.912]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2187450Z [00:09:22.919]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-quinn-udp-08976f83b9e129c1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2255661Z [00:09:22.926]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2324437Z [00:09:22.933]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2393804Z [00:09:22.939]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2461969Z [00:09:22.946]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-c589e3f086074e21/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2531231Z [00:09:22.953]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2600462Z [00:09:22.960]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2668570Z [00:09:22.967]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2736758Z [00:09:22.974]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2805504Z [00:09:22.981]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2872981Z [00:09:22.987]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.2941013Z [00:09:22.994]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3010511Z [00:09:23.001]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-fbfe9050c6fd8aa9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3079365Z [00:09:23.008]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3149506Z [00:09:23.015]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3217929Z [00:09:23.022]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3287217Z [00:09:23.029]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-0dd1a35ab760997a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3356162Z [00:09:23.036]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/bidi_class.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3424545Z [00:09:23.043]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/space_separator.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3492936Z [00:09:23.049]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/width_mapping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3560862Z [00:09:23.056]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/out/unicode_version.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3629581Z [00:09:23.063]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3697504Z [00:09:23.070]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3764569Z [00:09:23.077]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3832970Z [00:09:23.083]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/precis-profiles-ae0dd198124fd535/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3901589Z [00:09:23.090]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.3970627Z [00:09:23.097]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4038128Z [00:09:23.104]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4106192Z [00:09:23.111]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-6eee8191a5c1bd98/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4174516Z [00:09:23.118]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4243786Z [00:09:23.124]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4311345Z [00:09:23.131]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4379513Z [00:09:23.138]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ref-cast-d3ee42044fa93843/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4448695Z [00:09:23.145]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/out/autocfg_3aa293d30910536d_1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4521473Z [00:09:23.152]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/out/autocfg_3aa293d30910536d_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4589589Z [00:09:23.159]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4657955Z [00:09:23.166]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4726897Z [00:09:23.173]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4796448Z [00:09:23.180]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-e136146c81343a9a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4866115Z [00:09:23.187]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.4935461Z [00:09:23.194]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5004932Z [00:09:23.201]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5074013Z [00:09:23.207]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/iroh-1d9a19981fa44c22/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5142432Z [00:09:23.214]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5212057Z [00:09:23.221]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5281331Z [00:09:23.228]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5350390Z [00:09:23.235]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustls-71f8cc27aec24b39/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5419506Z [00:09:23.242]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5488359Z [00:09:23.249]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5557675Z [00:09:23.256]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5625753Z [00:09:23.263]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/heapless-de4fa88dc7a529d3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5696326Z [00:09:23.270]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5764031Z [00:09:23.276]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5834015Z [00:09:23.283]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5907211Z [00:09:23.291]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/portable-atomic-b9e64b7a41d8d1fd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.5977954Z [00:09:23.298]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6047341Z [00:09:23.305]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6115721Z [00:09:23.312]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6184863Z [00:09:23.319]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curve25519-dalek-0ece8ffed605fa66/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6260574Z [00:09:23.326]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-4de097a70295917d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6329737Z [00:09:23.333]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-9abc7147082cf264.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6398720Z [00:09:23.340]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6467994Z [00:09:23.347]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/binary_merge-3d197ab36e436dcd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6538427Z [00:09:23.354]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6606881Z [00:09:23.361]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-8bbf7cc89ebcf209.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6675624Z [00:09:23.368]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-da45ed22c208d22c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6744300Z [00:09:23.375]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-34413e2646a1dbf2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6812972Z [00:09:23.381]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/match_cfg-30739fc7c1190930.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6881739Z [00:09:23.388]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_conv-c669c3d448cfbda6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.6950332Z [00:09:23.395]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-5a251e1d21410db3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7019441Z [00:09:23.402]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-2858ad426ce613cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7088761Z [00:09:23.409]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7157299Z [00:09:23.416]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7224964Z [00:09:23.423]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7293617Z [00:09:23.429]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-2fbe14ddc69a96d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7361701Z [00:09:23.436]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serdect-49cca9424b92e7cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7430172Z [00:09:23.443]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_future-38a167e4412b6b2e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7499573Z [00:09:23.450]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:33.7568491Z [00:09:23.457]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-80ca302f7afc8864.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7636172Z [00:09:23.464]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7703911Z [00:09:23.470]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7772138Z [00:09:23.477]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quick_error-0e7041586d946b3b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7841555Z [00:09:23.484]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7911397Z [00:09:23.491]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-9c1c055b506748de.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.7980054Z [00:09:23.498]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8047815Z [00:09:23.505]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-27bba45991047b06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8115810Z [00:09:23.512]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8184553Z [00:09:23.519]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fba7bc69c96e80a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8252745Z [00:09:23.525]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-ac4fcfa9a206c539.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8322402Z [00:09:23.532]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-36e6ab3d681550bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8390669Z [00:09:23.539]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-0e4c3e5701b84739.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8460017Z [00:09:23.546]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8528830Z [00:09:23.553]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8598470Z [00:09:23.560]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8668111Z [00:09:23.567]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_error-e99dc38f194b9fc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8738500Z [00:09:23.574]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh-8714233198e0c73d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8807081Z [00:09:23.581]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-d670d9bed71d8e35.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8875508Z [00:09:23.588]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-16ff4bd6d186bb41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.8946154Z [00:09:23.595]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-8a1d63b4d4c5365a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9014936Z [00:09:23.602]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-d7a40ad81367aed6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9085710Z [00:09:23.609]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-91aaace9f2809dc8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9154002Z [00:09:23.615]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-b485ceab5f5cb86e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9222057Z [00:09:23.622]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-fe8267b2b287432e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9290919Z [00:09:23.629]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-5f6bba963fa74670.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9359586Z [00:09:23.636]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9427679Z [00:09:23.643]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-0dc518d7123dbdce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9496256Z [00:09:23.650]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-67ebc5fd98ebeb9d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9566982Z [00:09:23.657]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-fe8267b2b287432e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9636661Z [00:09:23.664]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-0c437587e1abfdb5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9705748Z [00:09:23.671]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf16_iter-ffb105b7d3d97884.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9775265Z [00:09:23.678]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9842044Z [00:09:23.684]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libredb-ea416682ef586c2a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9910004Z [00:09:23.691]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1-5a251e1d21410db3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:33.9979630Z [00:09:23.698]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-192ed597567887e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0046948Z [00:09:23.705]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-e662617027a3bd39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0115036Z [00:09:23.712]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a148a786e238856b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0183609Z [00:09:23.718]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-ef9e1d9e2660075a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0251709Z [00:09:23.725]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0319276Z [00:09:23.732]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkcs8-0dee15bebe5179fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0387949Z [00:09:23.739]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-9c1c055b506748de.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0455651Z [00:09:23.746]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-9b2e8d6de3c98b2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0524037Z [00:09:23.752]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zeroize-9d7a6fb98124bc73.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0593910Z [00:09:23.759]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-bf421eca1ac0a415.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0661273Z [00:09:23.766]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-49cca9424b92e7cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0729876Z [00:09:23.773]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-bb21a5ca4d342ad7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0799485Z [00:09:23.780]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:34.0868180Z [00:09:23.787]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem_rfc7468-2252f5f9d5ded9e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.0936530Z [00:09:23.794]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_buffered-2fb8e6cb719453b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1004408Z [00:09:23.801]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1072305Z [00:09:23.807]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_utils-4dad1fa539981f74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1140469Z [00:09:23.814]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-16ff4bd6d186bb41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1209529Z [00:09:23.821]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1278861Z [00:09:23.828]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1347262Z [00:09:23.835]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-7df83deca44c37c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1415433Z [00:09:23.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-b66eac053281ba0c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1483516Z [00:09:23.848]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-3d780639246d5a8f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1552566Z [00:09:23.855]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerofrom-437820184a5a36b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1621433Z [00:09:23.862]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1690793Z [00:09:23.869]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-8bbf7cc89ebcf209.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1759689Z [00:09:23.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbinary_merge-3d197ab36e436dcd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1828884Z [00:09:23.883]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_compat-0d54096f151017bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1898090Z [00:09:23.890]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-8c27b18df1bbab69.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.1969131Z [00:09:23.897]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-2d2fc735404d4795.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2038765Z [00:09:23.904]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2108455Z [00:09:23.911]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-086903c298412eaa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2178595Z [00:09:23.918]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-0e4c3e5701b84739.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2247887Z [00:09:23.925]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-1cb57cfeaf04a471.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2315781Z [00:09:23.932]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-87a63e205864e107.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2383574Z [00:09:23.938]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2450391Z [00:09:23.945]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-28a318f4828a0528.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2519423Z [00:09:23.952]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5feba56202d4b086.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2588961Z [00:09:23.959]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2657992Z [00:09:23.966]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-f9c019a310a5856f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2726309Z [00:09:23.973]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/powerfmt-df48f36396c0b41a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2794415Z [00:09:23.980]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-0d54096f151017bb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2864362Z [00:09:23.987]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.2933017Z [00:09:23.993]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna_adapter-0bfc050fc825cdfe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3002091Z [00:09:24.000]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3068651Z [00:09:24.007]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-85638485e874916d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3136173Z [00:09:24.014]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-6411853a298388cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3204765Z [00:09:24.021]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_hash-d021aafb2ce11509.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3272878Z [00:09:24.027]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-961b43c3b259ba65.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3340445Z [00:09:24.034]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-e7a97ad0b618a454.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3408771Z [00:09:24.041]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-f0920d604078170c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3477406Z [00:09:24.048]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid-583d56dcf56d3c99.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3544400Z [00:09:24.055]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-69df7537c1b61304.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3611139Z [00:09:24.061]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-40ebdc764a824eee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3678699Z [00:09:24.068]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-9aa767b6b040fbdb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3748142Z [00:09:24.075]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:34.3816525Z [00:09:24.082]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-bc2f378c135017cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3885125Z [00:09:24.089]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_stream-79e9e929548a551c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.3954376Z [00:09:24.096]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4022288Z [00:09:24.102]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-21c40e317ac65b99.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4090995Z [00:09:24.109]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4159134Z [00:09:24.116]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4228316Z [00:09:24.123]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4296858Z [00:09:24.130]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-410c25fdcc43a737.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4365751Z [00:09:24.137]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-0fff23f05dda4edc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4435416Z [00:09:24.144]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8_iter-39c5b28120e165c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4507129Z [00:09:24.151]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-5f09f5ffe8ad7bcc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4574433Z [00:09:24.158]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-18d0e6e01cd438fa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4643846Z [00:09:24.164]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:34.4712048Z [00:09:24.171]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4779936Z [00:09:24.178]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae949fbb5ca914c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4847179Z [00:09:24.185]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-c5c32618f2410274.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4915228Z [00:09:24.192]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-8f27c28c08da8597.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.4983002Z [00:09:24.198]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspki-410c25fdcc43a737.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5052037Z [00:09:24.205]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5121791Z [00:09:24.212]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-1e3d1287bd8a084f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5191304Z [00:09:24.219]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5260727Z [00:09:24.226]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5330368Z [00:09:24.233]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-ca6f4e7b25f8b86a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5398094Z [00:09:24.240]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5465786Z [00:09:24.247]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-91c20dd4ece52ff8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5534666Z [00:09:24.254]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-7e1ced85b0c386f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5602649Z [00:09:24.260]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-c1e0b2c63b3062b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5671974Z [00:09:24.267]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/write16-6132783960610270.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5739982Z [00:09:24.274]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/redb-ea416682ef586c2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5808538Z [00:09:24.281]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5876540Z [00:09:24.288]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-d26bafa81276286e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.5949392Z [00:09:24.295]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6015692Z [00:09:24.302]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pemfile-99e41f7c07f33fa8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6082904Z [00:09:24.308]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6149194Z [00:09:24.315]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6217414Z [00:09:24.322]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/const_oid-d2cc2a0850b7a26a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6283547Z [00:09:24.328]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-5bb53690db0d1c51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6352143Z [00:09:24.335]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkarr-9abc7147082cf264.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6419364Z [00:09:24.342]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-1501e86cec664063.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6485855Z [00:09:24.349]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/color_backtrace-7b826e7c226fe511.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6552434Z [00:09:24.355]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-907120e7cfe553ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6618802Z [00:09:24.362]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter-92137f4949b53e43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6685868Z [00:09:24.369]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf16_iter-ffb105b7d3d97884.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6752799Z [00:09:24.375]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6819935Z [00:09:24.382]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6887249Z [00:09:24.389]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.6954015Z [00:09:24.395]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netdev-9b130764ef84fab1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7021793Z [00:09:24.402]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d5b911a79544635f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7090070Z [00:09:24.409]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-8985678cfd4f3402.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7160821Z [00:09:24.416]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netwatch-85638485e874916d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7229440Z [00:09:24.423]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-3cd4f67ca25abf7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7297258Z [00:09:24.430]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-6a5909e4f0cccded.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7365239Z [00:09:24.437]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-2c5aa8d01b9071d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7434629Z [00:09:24.443]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-1db9d9056f431527.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7502029Z [00:09:24.450]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time-0f83c0efa3d18cf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7570697Z [00:09:24.457]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7640336Z [00:09:24.464]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7709703Z [00:09:24.471]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-81cb4273c0ade89a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7778607Z [00:09:24.478]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-7e81c8c9a0158c30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7847959Z [00:09:24.485]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-f3ef9adfb5348674.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7916779Z [00:09:24.492]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-8abd3b0e14b1861d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.7985431Z [00:09:24.499]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_provider-d255ee9aa30b920a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8055481Z [00:09:24.506]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-30739fc7c1190930.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8125179Z [00:09:24.513]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-7a1ae249034bdbfe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8195426Z [00:09:24.520]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8264604Z [00:09:24.527]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8334324Z [00:09:24.534]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8404122Z [00:09:24.541]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-d255ee9aa30b920a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8474011Z [00:09:24.547]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-e1cfd7fdaa275a25.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8543346Z [00:09:24.554]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8612949Z [00:09:24.561]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-46600b8b850450ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8682048Z [00:09:24.568]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-30739fc7c1190930.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8751237Z [00:09:24.575]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-91c20dd4ece52ff8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8819404Z [00:09:24.582]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8f27c28c08da8597.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8888960Z [00:09:24.589]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-92adac5fadb113e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.8957616Z [00:09:24.596]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-6a5909e4f0cccded.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9026085Z [00:09:24.603]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-c9f34b14ce84119e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9093424Z [00:09:24.609]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_enum-d670d9bed71d8e35.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9162351Z [00:09:24.616]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-2f0f1960565e2870.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9229129Z [00:09:24.623]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9295994Z [00:09:24.630]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/untrusted-df20551f16bb03b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9364647Z [00:09:24.637]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/genawaiter-92137f4949b53e43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9433386Z [00:09:24.643]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9501346Z [00:09:24.650]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9572674Z [00:09:24.657]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-08d82e1aa9feb824.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9642248Z [00:09:24.664]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backon-2f0f1960565e2870.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9711189Z [00:09:24.671]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-3207c3631fb6cf93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9779324Z [00:09:24.678]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-9c1c055b506748de.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9847208Z [00:09:24.685]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-546f6b8ad3ac57c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9917236Z [00:09:24.692]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-0e7041586d946b3b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:34.9986464Z [00:09:24.699]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/diatomic_waker-d4f36cd08c9874f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0054920Z [00:09:24.706]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-88cd2d15568d3988.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0121408Z [00:09:24.712]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_proto-192ed597567887e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0189093Z [00:09:24.719]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0256279Z [00:09:24.726]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0324942Z [00:09:24.733]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha1-b66eac053281ba0c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0393305Z [00:09:24.739]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_snafu-09c652645556f369.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0460540Z [00:09:24.746]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-880299646fe9b028.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0529031Z [00:09:24.753]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-4584cfe84772fa05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0597192Z [00:09:24.760]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simple_dns-3d780639246d5a8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0666211Z [00:09:24.767]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librange_collections-0d8aeb6e13fa17f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0735255Z [00:09:24.774]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-c216a833e3ea000c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0802984Z [00:09:24.780]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-ab681ad227162bc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0872445Z [00:09:24.787]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-7609a1ebb6113a8e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.0940781Z [00:09:24.794]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-16ff4bd6d186bb41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1009251Z [00:09:24.801]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform-e0c989f2c9220961.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1077872Z [00:09:24.808]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-5ee3b295f772711e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1148462Z [00:09:24.815]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1216871Z [00:09:24.822]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_service-b2bd347f1c765998.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1284504Z [00:09:24.829]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_iterator-7d317ded3d3bbb97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1352759Z [00:09:24.835]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-4b47afaaa340347f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1420557Z [00:09:24.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-af12ca26b03e134b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1488991Z [00:09:24.849]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-6f1474549448c9c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1557666Z [00:09:24.856]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-a87e488f4109a7eb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1625880Z [00:09:24.863]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-db4510250c8d6935.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1694334Z [00:09:24.870]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-9e0651951a82845f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1761524Z [00:09:24.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1829055Z [00:09:24.883]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1897351Z [00:09:24.890]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.1964999Z [00:09:24.897]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-dfad14b44929d6ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2031791Z [00:09:24.903]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-f9756388f8c7316c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2100474Z [00:09:24.910]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-b6a3425f1543ca56.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2169037Z [00:09:24.917]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/subtle-86ec28a99f44b466.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2237786Z [00:09:24.924]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-efd614a4f6963b07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2305816Z [00:09:24.931]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-c5c32618f2410274.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2372754Z [00:09:24.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2439763Z [00:09:24.944]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/deranged-195fca63612370c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2508365Z [00:09:24.951]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-169b62cf7a91e631.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2577503Z [00:09:24.958]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/self_cell-ae949fbb5ca914c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2645520Z [00:09:24.965]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-aa443dd6ff56234e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2715019Z [00:09:24.972]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base32-70dbff10eaac799d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2782906Z [00:09:24.978]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ad2b5921bc2bfd42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2850888Z [00:09:24.985]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportmapper-67ebc5fd98ebeb9d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2919199Z [00:09:24.992]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_relay-51b0b84fd0caef4e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.2987107Z [00:09:24.999]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-66a87107a2054841.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3055433Z [00:09:25.006]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3124020Z [00:09:25.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-f14ff98ac3d0f1ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3192266Z [00:09:25.019]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hostname-dcdd153cb247d4d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3261498Z [00:09:25.026]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-c53a37426ec5628c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3329276Z [00:09:25.033]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac-a589344ddb87fbdc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3399010Z [00:09:25.040]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-693af71edac4e345.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3467555Z [00:09:25.047]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/heapless-e1cfd7fdaa275a25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3537225Z [00:09:25.054]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_rustls-061401fa34301cbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3607138Z [00:09:25.061]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-2c3c25b572b2c19c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3675439Z [00:09:25.068]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3744223Z [00:09:25.074]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-b6a3425f1543ca56.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3813073Z [00:09:25.081]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-164e9d78dbc707b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3881778Z [00:09:25.088]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpositioned_io-ecc9416b34759b27.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.3951087Z [00:09:25.095]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-195fca63612370c1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4019815Z [00:09:25.102]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-7e81c8c9a0158c30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4089464Z [00:09:25.109]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-afceb2c5d0833709.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4158626Z [00:09:25.116]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a629143761e06349.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4227414Z [00:09:25.123]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_util-4d63646b82289931.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4295845Z [00:09:25.130]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-e8f3ed2f69f412fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4364868Z [00:09:25.137]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-220a9b3fb31a8139.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4434208Z [00:09:25.143]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4502064Z [00:09:25.150]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reqwest-d26bafa81276286e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4571503Z [00:09:25.157]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chacha20-a87e488f4109a7eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4640104Z [00:09:25.164]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4708225Z [00:09:25.171]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-8c11894fb0e2f793.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4776556Z [00:09:25.178]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsurge_ping-da45ed22c208d22c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4844773Z [00:09:25.185]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4911801Z [00:09:25.191]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-cde335ae341d1bd9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.4980080Z [00:09:25.198]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libref_cast-9afb51e3d0ef227f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5048554Z [00:09:25.205]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_websockets-ad2b5921bc2bfd42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5118290Z [00:09:25.212]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curve25519_dalek-6e65fd0eb907dc51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5188890Z [00:09:25.219]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-27d235ef8737a305.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5256009Z [00:09:25.226]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/resolv_conf-3619310e98f76657.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5324431Z [00:09:25.233]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5392487Z [00:09:25.239]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/try_lock-27d235ef8737a305.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5460631Z [00:09:25.246]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quoted_string_parser-4c8d8b7a71c0db68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5529737Z [00:09:25.253]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-2d2fc735404d4795.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5599044Z [00:09:25.260]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-bf421eca1ac0a415.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5666424Z [00:09:25.267]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_route-46600b8b850450ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5734427Z [00:09:25.274]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_box-c1e0b2c63b3062b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5802159Z [00:09:25.280]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5868732Z [00:09:25.287]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_layer-5b76469351e43aca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.5939811Z [00:09:25.294]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-0c437587e1abfdb5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6006913Z [00:09:25.301]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/z32-3aeeaa4f64cdce99.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6074788Z [00:09:25.308]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:35.6142782Z [00:09:25.314]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-355d02a9b26506ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6211424Z [00:09:25.321]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmd5-4309eb78ee8fc10c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6280791Z [00:09:25.328]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-88cd2d15568d3988.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6348866Z [00:09:25.335]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-23685ebd8bdfb986.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6417392Z [00:09:25.342]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6487411Z [00:09:25.349]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6556489Z [00:09:25.356]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6625343Z [00:09:25.363]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerovec-44bb6ec2cd54fe05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6693918Z [00:09:25.369]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6762554Z [00:09:25.376]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-c1d14aeca8fbc77b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6830384Z [00:09:25.383]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.6899239Z [00:09:25.390]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:35.6968344Z [00:09:25.397]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-7e1ced85b0c386f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7037746Z [00:09:25.404]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-34413e2646a1dbf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7106318Z [00:09:25.411]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7174405Z [00:09:25.418]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7243788Z [00:09:25.424]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/blake3-b5601fd118571d85.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7312652Z [00:09:25.431]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-44e481325badd09e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7380359Z [00:09:25.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_packet-8c11894fb0e2f793.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7448897Z [00:09:25.445]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-3619310e98f76657.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7517436Z [00:09:25.452]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-7df83deca44c37c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7589223Z [00:09:25.459]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bounded_integer-03e9cf1ded675746.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7668271Z [00:09:25.467]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7739138Z [00:09:25.474]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_platform_verifier-9c2b479135ff1e63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7810435Z [00:09:25.481]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pem-97b10dbf55b4dda2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7880001Z [00:09:25.488]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-79293cc8c220f35e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.7951178Z [00:09:25.495]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-08d82e1aa9feb824.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8025656Z [00:09:25.503]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libirpc-16c29c3d245f8697.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8095911Z [00:09:25.510]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyoke-66a87107a2054841.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8168402Z [00:09:25.517]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-0bfc050fc825cdfe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8236531Z [00:09:25.524]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_udp-246703969a126204.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8305838Z [00:09:25.531]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-03b54c00dfe31731.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8377512Z [00:09:25.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8450632Z [00:09:25.545]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/positioned_io-ecc9416b34759b27.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8520202Z [00:09:25.552]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer-102fab1c1b92628d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8591593Z [00:09:25.559]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-4dad1fa539981f74.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8660985Z [00:09:25.566]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-c216a833e3ea000c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8728891Z [00:09:25.573]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8796513Z [00:09:25.580]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8864674Z [00:09:25.587]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-5fae158572bcfda4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.8934313Z [00:09:25.594]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindicatif-e8f3ed2f69f412fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9005077Z [00:09:25.601]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties_data-c1d14aeca8fbc77b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9080381Z [00:09:25.608]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hostname_validator-4aecbb2699db7042.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9158681Z [00:09:25.616]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-2fbe14ddc69a96d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9232712Z [00:09:25.623]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cobs-693af71edac4e345.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9306504Z [00:09:25.631]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9376555Z [00:09:25.638]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9445990Z [00:09:25.645]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsalsa20-36e6ab3d681550bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9514277Z [00:09:25.652]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9587252Z [00:09:25.659]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body-ca6f4e7b25f8b86a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9659217Z [00:09:25.666]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9729080Z [00:09:25.673]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_native_certs-615034de367b59ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9799863Z [00:09:25.680]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_packet_core-a00007b4914d154c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9872895Z [00:09:25.687]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pki_types-7078020738de7e30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:35.9947665Z [00:09:25.695]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0019850Z [00:09:25.702]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-0f32f36ce9bf6ed4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0092548Z [00:09:25.709]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0165371Z [00:09:25.717]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0238391Z [00:09:25.724]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/universal_hash-0dc518d7123dbdce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0310751Z [00:09:25.731]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-398ad555f6d6ab04.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0383376Z [00:09:25.738]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0457845Z [00:09:25.746]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-9f5a5316d6a38273.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0531265Z [00:09:25.753]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-02dc1a1dbb330fda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0604022Z [00:09:25.760]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-9d379a310d03fa6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0676485Z [00:09:25.768]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-ac4fcfa9a206c539.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0748518Z [00:09:25.775]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xmltree-4c185e95e84dcfde.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0821358Z [00:09:25.782]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-47899e815dfac3fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0896818Z [00:09:25.790]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-6f05b1f24f5ece00.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.0969827Z [00:09:25.797]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_blobs-b97355eeafc3a6c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1045856Z [00:09:25.805]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stable_deref_trait-a3436e2bee93ed8c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1121980Z [00:09:25.812]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1_smol-a89d6c84df009796.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1198224Z [00:09:25.820]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1274542Z [00:09:25.827]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-164e9d78dbc707b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1346087Z [00:09:25.835]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1419487Z [00:09:25.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-a9d0165668a14bb6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1495131Z [00:09:25.849]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1571060Z [00:09:25.857]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9d7a6fb98124bc73.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1646647Z [00:09:25.865]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-8646ecd0d36f55fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1721117Z [00:09:25.872]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-99e41f7c07f33fa8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1795576Z [00:09:25.880]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-a629143761e06349.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1868307Z [00:09:25.887]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-f3ef9adfb5348674.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.1940539Z [00:09:25.894]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-44e481325badd09e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2011490Z [00:09:25.901]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sync_wrapper-984b25a86b45f3d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2082634Z [00:09:25.908]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-e99dc38f194b9fc4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2154115Z [00:09:25.915]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2223767Z [00:09:25.922]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_native_certs-615034de367b59ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2292920Z [00:09:25.929]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-714882a6fc75b38c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2367272Z [00:09:25.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2439174Z [00:09:25.944]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foldhash-a9d0165668a14bb6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2509635Z [00:09:25.951]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/poly1305-6411853a298388cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2578094Z [00:09:25.958]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls-28a74c8bc82b41b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2646525Z [00:09:25.965]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2716633Z [00:09:25.972]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-a4999072a102eb9f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2789063Z [00:09:25.979]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2864051Z [00:09:25.986]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-6a5909e4f0cccded.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.2939888Z [00:09:25.994]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-5b76469351e43aca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3011960Z [00:09:26.001]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-c9ffd80e55d6ef2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3081389Z [00:09:26.008]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-64a6040cba36e4e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3151605Z [00:09:26.015]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_profiles-0fff23f05dda4edc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3223789Z [00:09:26.022]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinystr-12e92b07a47e7f7b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3292139Z [00:09:26.029]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchacha20-a87e488f4109a7eb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3360800Z [00:09:26.036]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh-8714233198e0c73d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3431898Z [00:09:26.043]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-961b43c3b259ba65.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3500647Z [00:09:26.050]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-a2c5b01d1779644d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3569302Z [00:09:26.057]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/surge_ping-da45ed22c208d22c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3639834Z [00:09:26.064]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3709551Z [00:09:26.071]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls-28a74c8bc82b41b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3778415Z [00:09:26.078]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-1501e86cec664063.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3847394Z [00:09:26.085]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-eb7775498ee036cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3915868Z [00:09:26.092]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/igd_next-bbf2447dbb16e3f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.3983689Z [00:09:26.098]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-246703969a126204.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4051564Z [00:09:26.105]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:36.4120194Z [00:09:26.112]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-5bb19dda8996b7f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4189791Z [00:09:26.119]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libportable_atomic-169b62cf7a91e631.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4257559Z [00:09:26.126]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spki-410c25fdcc43a737.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4325936Z [00:09:26.133]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4395390Z [00:09:26.140]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4464967Z [00:09:26.147]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-9aa767b6b040fbdb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4535447Z [00:09:26.154]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_platform_verifier-9c2b479135ff1e63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4607153Z [00:09:26.161]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-21c40e317ac65b99.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4677371Z [00:09:26.168]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-c2066390f2a4a76d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4745542Z [00:09:26.175]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumber_prefix-dd573bd5f107f5d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4814200Z [00:09:26.182]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhash32-f6d59b34cbb205fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4889736Z [00:09:26.188]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8f27c28c08da8597.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.4951470Z [00:09:26.195]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5feba56202d4b086.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5020641Z [00:09:26.202]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locid_transform_data-9a04019d8aff95c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5090098Z [00:09:26.209]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5159644Z [00:09:26.216]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/writeable-9b2e8d6de3c98b2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5228406Z [00:09:26.223]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform_data-9a04019d8aff95c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5298473Z [00:09:26.230]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5372384Z [00:09:26.237]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pkarr-9abc7147082cf264.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5447582Z [00:09:26.245]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-4c8d8b7a71c0db68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5518897Z [00:09:26.252]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519-4835ffdc9f7e2f94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5588267Z [00:09:26.259]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5657470Z [00:09:26.266]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-3dfc8f17529fe24d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5725259Z [00:09:26.273]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-4de097a70295917d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5793589Z [00:09:26.279]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5861459Z [00:09:26.286]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-b2bd347f1c765998.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.5932776Z [00:09:26.293]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc_catalog-3cbe9c556684ad7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6000181Z [00:09:26.300]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6067870Z [00:09:26.307]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-91e87853b254636d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6135747Z [00:09:26.314]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbinary_merge-3d197ab36e436dcd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6204837Z [00:09:26.321]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_io-ff96316852722f90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6272480Z [00:09:26.327]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6342593Z [00:09:26.334]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_metrics-51bec0dae55e4fbc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6413737Z [00:09:26.341]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6485683Z [00:09:26.349]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-18d0e6e01cd438fa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6554719Z [00:09:26.356]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/range_collections-0d8aeb6e13fa17f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6623791Z [00:09:26.362]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconstant_time_eq-2ec4f1b637d7d3f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6692687Z [00:09:26.369]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwrite16-6132783960610270.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6760278Z [00:09:26.376]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-a89d6c84df009796.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6829519Z [00:09:26.383]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/want-15b5d93c047a88ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6898917Z [00:09:26.390]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_proto-8abd3b0e14b1861d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.6967397Z [00:09:26.397]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper-6f1474549448c9c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7036120Z [00:09:26.404]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinplace_vec_builder-45e52cf9f0298d78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7103130Z [00:09:26.410]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-800aa4713ba76229.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7170481Z [00:09:26.417]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7239198Z [00:09:26.424]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portmapper-67ebc5fd98ebeb9d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7307699Z [00:09:26.431]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-a5174c2dc0663f43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7379143Z [00:09:26.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-7a1ae249034bdbfe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7453698Z [00:09:26.445]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-d7a40ad81367aed6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7525309Z [00:09:26.453]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7594130Z [00:09:26.460]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking-b4deda449873f583.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7662225Z [00:09:26.466]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-a589344ddb87fbdc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7730795Z [00:09:26.473]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-398ad555f6d6ab04.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7800897Z [00:09:26.480]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libyasna-f14ff98ac3d0f1ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7870095Z [00:09:26.487]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-6e65fd0eb907dc51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.7939279Z [00:09:26.494]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaead-79293cc8c220f35e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8008748Z [00:09:26.501]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reflink_copy-38ca13c40488bb50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8078233Z [00:09:26.508]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8146976Z [00:09:26.515]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8216527Z [00:09:26.522]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8285082Z [00:09:26.529]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-586417def490365e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8357177Z [00:09:26.536]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-9f5a5316d6a38273.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8428297Z [00:09:26.543]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8499729Z [00:09:26.550]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-37946dbdf5e3ba5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8568982Z [00:09:26.557]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbackon-2f0f1960565e2870.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8638247Z [00:09:26.564]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-bbf2447dbb16e3f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8706815Z [00:09:26.571]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-2c3c25b572b2c19c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8774814Z [00:09:26.578]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-6e283b6c6d62221a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8843382Z [00:09:26.584]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/attohttpc-75f1fcc553383d9f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8911351Z [00:09:26.591]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.8980280Z [00:09:26.598]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cordyceps-80ca302f7afc8864.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9050216Z [00:09:26.605]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-195fca63612370c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9118762Z [00:09:26.612]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_base-f84a6dee7ac5f8e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9186973Z [00:09:26.619]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties_data-c1d14aeca8fbc77b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9255089Z [00:09:26.626]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-186aa515f8e55753.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9324403Z [00:09:26.633]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdyn_clone-c5f12c344393b349.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9396992Z [00:09:26.640]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9469220Z [00:09:26.647]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcipher-4b47afaaa340347f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9542716Z [00:09:26.654]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/enumflags2-ac4fcfa9a206c539.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9611047Z [00:09:26.661]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/stun_rs-27bba45991047b06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9679064Z [00:09:26.668]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-b13e8f788d8c19dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9747921Z [00:09:26.675]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-ae949fbb5ca914c1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9816093Z [00:09:26.682]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ucd_trie-bfbb176905c37939.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9884571Z [00:09:26.689]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yasna-f14ff98ac3d0f1ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:36.9953403Z [00:09:26.695]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower-0ac02fd02d76e533.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0022654Z [00:09:26.702]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-7df83deca44c37c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0090917Z [00:09:26.709]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-fbacb4c49b939b51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0159633Z [00:09:26.716]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopaque_debug-01a07c3302ed6721.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0227247Z [00:09:26.723]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0295900Z [00:09:26.730]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-b4deda449873f583.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0366714Z [00:09:26.737]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-8646ecd0d36f55fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0438144Z [00:09:26.744]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-e5b9b2ca0c59a677.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0509386Z [00:09:26.751]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dyn_clone-c5f12c344393b349.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0581024Z [00:09:26.758]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-47899e815dfac3fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0652159Z [00:09:26.765]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-02dc1a1dbb330fda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0720929Z [00:09:26.772]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/no_std_net-f3d13906880b7d20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0789014Z [00:09:26.779]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base16ct-511e79ad2aed6614.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0858386Z [00:09:26.786]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimdutf8-cd8399cec3e84cea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0926061Z [00:09:26.793]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha256-03b54c00dfe31731.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.0993874Z [00:09:26.799]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_profiles-0fff23f05dda4edc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1061204Z [00:09:26.806]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-aa443dd6ff56234e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1129084Z [00:09:26.813]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64ct-e7a97ad0b618a454.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1196127Z [00:09:26.820]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matchers-8c27b18df1bbab69.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1264366Z [00:09:26.827]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-102fab1c1b92628d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1333440Z [00:09:26.833]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ed25519_dalek-a5d6a06fca61904c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1405273Z [00:09:26.841]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hmac_sha256-03b54c00dfe31731.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1476134Z [00:09:26.848]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_route-46600b8b850450ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1548026Z [00:09:26.855]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_io-ff96316852722f90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1620569Z [00:09:26.862]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-e2523cc251401e91.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1691947Z [00:09:26.869]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-3207c3631fb6cf93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1762398Z [00:09:26.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn-025bb50a79287293.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1832073Z [00:09:26.883]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/console-a4999072a102eb9f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1900293Z [00:09:26.890]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-00ba843e895237f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.1970273Z [00:09:26.897]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-95d8267dd030324e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2038686Z [00:09:26.904]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-27d14661bdfa58cf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2108633Z [00:09:26.911]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-5f09f5ffe8ad7bcc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2177415Z [00:09:26.918]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-3ac673560fd20a54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2245891Z [00:09:26.925]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-8bbf7cc89ebcf209.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2314297Z [00:09:26.931]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-7d317ded3d3bbb97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2385042Z [00:09:26.939]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-18d0e6e01cd438fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2457189Z [00:09:26.946]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-c9f34b14ce84119e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2530771Z [00:09:26.953]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libref_cast-9afb51e3d0ef227f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2601235Z [00:09:26.960]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2672698Z [00:09:26.967]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ntimestamp-db4510250c8d6935.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2741009Z [00:09:26.974]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-a00007b4914d154c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2809331Z [00:09:26.981]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc_catalog-3cbe9c556684ad7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2878618Z [00:09:26.988]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-c4aed32d07a98f09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.2947611Z [00:09:26.995]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-3d07fd4a0d30cfed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3016022Z [00:09:27.002]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-bf421eca1ac0a415.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3084301Z [00:09:27.008]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttpdate-a71aa5e6768bb6a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3152662Z [00:09:27.015]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-8a1d63b4d4c5365a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3220992Z [00:09:27.022]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconstant_time_eq-2ec4f1b637d7d3f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3289925Z [00:09:27.029]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerovec-44bb6ec2cd54fe05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3361443Z [00:09:27.036]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-0f32f36ce9bf6ed4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3432876Z [00:09:27.043]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-2d2fc735404d4795.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3505989Z [00:09:27.051]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:37.3577991Z [00:09:27.058]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_rustls-061401fa34301cbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3648449Z [00:09:27.065]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-00ba843e895237f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3717643Z [00:09:27.072]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-5bb19dda8996b7f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3787080Z [00:09:27.079]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-398ad555f6d6ab04.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3855025Z [00:09:27.086]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_snafu-09c652645556f369.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3922944Z [00:09:27.092]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinout-c9ffd80e55d6ef2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.3994006Z [00:09:27.099]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-37946dbdf5e3ba5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4061573Z [00:09:27.106]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4130428Z [00:09:27.113]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-81cb4273c0ade89a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4198235Z [00:09:27.120]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-34413e2646a1dbf2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4265311Z [00:09:27.127]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-afceb2c5d0833709.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4337138Z [00:09:27.134]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-b3f029484ca87ebc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4408477Z [00:09:27.141]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-b99093400b0fbf06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4478939Z [00:09:27.148]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter_macro-aa30040c9b4e8df3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4549160Z [00:09:27.155]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac-a589344ddb87fbdc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4623511Z [00:09:27.162]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-fba7bc69c96e80a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4693514Z [00:09:27.169]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-fe8267b2b287432e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4763637Z [00:09:27.176]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-dcdd153cb247d4d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4832012Z [00:09:27.183]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-2fac7fcfbc007179.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4900188Z [00:09:27.190]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru-3cd4f67ca25abf7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.4968999Z [00:09:27.197]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-7078020738de7e30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5037385Z [00:09:27.204]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-5fae158572bcfda4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5106127Z [00:09:27.211]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-92d7cbd800da9fe4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5175130Z [00:09:27.218]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/postcard-164fd2caf79206b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5244447Z [00:09:27.224]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer_data-fbacb4c49b939b51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5312606Z [00:09:27.231]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_enum-d670d9bed71d8e35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5386607Z [00:09:27.239]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconst_oid-d2cc2a0850b7a26a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5456836Z [00:09:27.246]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-08d82e1aa9feb824.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5525244Z [00:09:27.253]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-c3ccd52d50bb8a07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5593763Z [00:09:27.259]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-b5601fd118571d85.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5661372Z [00:09:27.266]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-6e0e0e11d528ed6f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5731044Z [00:09:27.273]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-7b826e7c226fe511.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5799041Z [00:09:27.280]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpoly1305-6411853a298388cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5868122Z [00:09:27.287]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.5939281Z [00:09:27.294]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-3619310e98f76657.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6010520Z [00:09:27.301]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_macros_support-f0920d604078170c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6080210Z [00:09:27.308]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhmac_sha1-b66eac053281ba0c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6148907Z [00:09:27.315]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-fba7bc69c96e80a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6217003Z [00:09:27.322]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_base-6f05b1f24f5ece00.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6285497Z [00:09:27.329]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-a5d6a06fca61904c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6354158Z [00:09:27.336]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6422269Z [00:09:27.342]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hickory_resolver-1cb57cfeaf04a471.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6491814Z [00:09:27.349]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_sys-dfad14b44929d6ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6561572Z [00:09:27.356]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6630945Z [00:09:27.363]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_box-c1e0b2c63b3062b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6700538Z [00:09:27.370]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6772667Z [00:09:27.377]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:37.6844990Z [00:09:27.385]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_cpus-907120e7cfe553ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6914629Z [00:09:27.392]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_error-e99dc38f194b9fc4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.6983807Z [00:09:27.398]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-c40b5c66d4406cdd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7053515Z [00:09:27.405]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-4835ffdc9f7e2f94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7123000Z [00:09:27.412]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxml-3d07fd4a0d30cfed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7191793Z [00:09:27.419]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-4de097a70295917d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7260852Z [00:09:27.426]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconsole-a4999072a102eb9f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7330980Z [00:09:27.433]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/n0_watcher-91aaace9f2809dc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7400370Z [00:09:27.440]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-75f1fcc553383d9f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7469737Z [00:09:27.447]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/h2-6e283b6c6d62221a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7537967Z [00:09:27.454]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-883f62e14566f923.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7606763Z [00:09:27.461]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_secretbox-95d8267dd030324e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7676202Z [00:09:27.468]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7746452Z [00:09:27.475]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-dcdd153cb247d4d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7814870Z [00:09:27.482]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7883101Z [00:09:27.488]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ref_cast-9afb51e3d0ef227f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.7951195Z [00:09:27.495]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase16ct-511e79ad2aed6614.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8020673Z [00:09:27.502]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-15b5d93c047a88ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8089236Z [00:09:27.509]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simdutf8-cd8399cec3e84cea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8159120Z [00:09:27.516]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnet-6fb70a26b5f2c637.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8227234Z [00:09:27.523]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/litemap-086903c298412eaa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8296524Z [00:09:27.530]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-c4aed32d07a98f09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8366451Z [00:09:27.537]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc-1db9d9056f431527.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8435688Z [00:09:27.544]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuniversal_hash-0dc518d7123dbdce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8504548Z [00:09:27.551]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-47899e815dfac3fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8572621Z [00:09:27.557]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-9f5a5316d6a38273.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8641353Z [00:09:27.564]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-2256ec8c3ec1a18f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8710164Z [00:09:27.571]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-f9c019a310a5856f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8778067Z [00:09:27.578]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cipher-4b47afaaa340347f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8847415Z [00:09:27.585]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_properties-586417def490365e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8915695Z [00:09:27.592]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblake3-b5601fd118571d85.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.8985123Z [00:09:27.599]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/salsa20-36e6ab3d681550bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9053951Z [00:09:27.605]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1-5a251e1d21410db3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9122797Z [00:09:27.612]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-e2523cc251401e91.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9190963Z [00:09:27.619]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-5ee3b295f772711e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9260053Z [00:09:27.626]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-5ba445025652e0a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9328428Z [00:09:27.633]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9395965Z [00:09:27.640]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inplace_vec_builder-45e52cf9f0298d78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9464658Z [00:09:27.647]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_rustls-9ca3a8267defbcd9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9532426Z [00:09:27.653]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-92d7cbd800da9fe4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9601905Z [00:09:27.660]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libigd_next-bbf2447dbb16e3f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9670917Z [00:09:27.667]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki_roots-a89719c6abfb2fb5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9738830Z [00:09:27.674]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-27d14661bdfa58cf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9807438Z [00:09:27.681]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-4c185e95e84dcfde.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9875913Z [00:09:27.688]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-1501e86cec664063.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:37.9944579Z [00:09:27.695]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_secretbox-95d8267dd030324e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0013717Z [00:09:27.701]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-a33c3b82e8e4fa84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0081962Z [00:09:27.708]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_integer-03e9cf1ded675746.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0154534Z [00:09:27.715]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-0f83c0efa3d18cf2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0225093Z [00:09:27.723]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-6e0e0e11d528ed6f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0293838Z [00:09:27.729]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-6fb70a26b5f2c637.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0361433Z [00:09:27.736]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-e2523cc251401e91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0429440Z [00:09:27.743]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_urlencoded-6e0e0e11d528ed6f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0497836Z [00:09:27.750]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-6e283b6c6d62221a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0566114Z [00:09:27.757]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_websockets-ad2b5921bc2bfd42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0634499Z [00:09:27.764]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_blobs-b97355eeafc3a6c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0703370Z [00:09:27.770]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xml-3d07fd4a0d30cfed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0771116Z [00:09:27.777]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-3d882f16bae95147.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0842720Z [00:09:27.784]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-40ebdc764a824eee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0910395Z [00:09:27.791]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-82d40731e614dacc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.0977626Z [00:09:27.798]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indicatif-e8f3ed2f69f412fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1046128Z [00:09:27.805]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbao_tree-5dc64126760d645f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1114128Z [00:09:27.812]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayref-3908e0d6c1e1c1ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1182133Z [00:09:27.818]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/number_prefix-dd573bd5f107f5d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1250150Z [00:09:27.825]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-9b130764ef84fab1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1319084Z [00:09:27.832]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-02dc1a1dbb330fda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1387370Z [00:09:27.839]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstable_deref_trait-a3436e2bee93ed8c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1455864Z [00:09:27.846]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-0683e395fe2cc24f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1523803Z [00:09:27.852]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-a5174c2dc0663f43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1592891Z [00:09:27.859]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-79e9e929548a551c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1660184Z [00:09:27.866]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pnet_base-f84a6dee7ac5f8e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1729780Z [00:09:27.873]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/genawaiter_macro-aa30040c9b4e8df3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1797986Z [00:09:27.880]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1866650Z [00:09:27.887]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.1934172Z [00:09:27.894]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_future-38a167e4412b6b2e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2001713Z [00:09:27.900]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libspin-880299646fe9b028.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2069060Z [00:09:27.907]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2137795Z [00:09:27.914]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-714882a6fc75b38c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2206725Z [00:09:27.921]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2274558Z [00:09:27.928]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/yoke-66a87107a2054841.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2342698Z [00:09:27.934]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_base-6f05b1f24f5ece00.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2414079Z [00:09:27.942]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libder-7609a1ebb6113a8e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2483337Z [00:09:27.948]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcordyceps-80ca302f7afc8864.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2550692Z [00:09:27.955]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_core-a00007b4914d154c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2620298Z [00:09:27.962]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimple_dns-3d780639246d5a8f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2689651Z [00:09:27.969]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-9175046832640a3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2758256Z [00:09:27.976]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-2ef3c590fd8c8ef9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2826373Z [00:09:27.983]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_packet_utils-4dad1fa539981f74.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2893937Z [00:09:27.989]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-e843627e76350ff4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.2962413Z [00:09:27.996]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:38.3030570Z [00:09:28.003]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-f3ef9adfb5348674.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3098461Z [00:09:28.010]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn_proto-3ac673560fd20a54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3167194Z [00:09:28.017]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-6fb70a26b5f2c637.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3235303Z [00:09:28.024]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-c669c3d448cfbda6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3305493Z [00:09:28.031]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-e843627e76350ff4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3374488Z [00:09:28.038]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-b99093400b0fbf06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3442395Z [00:09:28.044]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-b485ceab5f5cb86e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3511683Z [00:09:28.051]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-9e0651951a82845f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3580812Z [00:09:28.058]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:38.3649496Z [00:09:28.065]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3718660Z [00:09:28.072]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-23685ebd8bdfb986.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3786888Z [00:09:28.079]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures-d5b911a79544635f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3855582Z [00:09:28.086]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-b13e8f788d8c19dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3924868Z [00:09:28.093]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ab681ad227162bc4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.3993596Z [00:09:28.099]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_proto-3ac673560fd20a54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4061935Z [00:09:28.106]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-186aa515f8e55753.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4130654Z [00:09:28.113]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-775ea7858e96ea10.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4199238Z [00:09:28.120]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblitemap-086903c298412eaa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4268709Z [00:09:28.127]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_collections-c53a37426ec5628c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4337566Z [00:09:28.134]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519-4835ffdc9f7e2f94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4406498Z [00:09:28.141]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fdbea800f65acde9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4475198Z [00:09:28.148]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxmltree-4c185e95e84dcfde.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4543785Z [00:09:28.154]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_provider-d255ee9aa30b920a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4615775Z [00:09:28.162]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_buffered-2fb8e6cb719453b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4685178Z [00:09:28.169]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-800aa4713ba76229.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4756140Z [00:09:28.176]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayref-3908e0d6c1e1c1ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4826589Z [00:09:28.183]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4896860Z [00:09:28.190]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-f3d13906880b7d20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.4965548Z [00:09:28.197]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-a629143761e06349.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5035292Z [00:09:28.204]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreflink_copy-38ca13c40488bb50.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5104472Z [00:09:28.211]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-af12ca26b03e134b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5175844Z [00:09:28.218]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5244409Z [00:09:28.225]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwriteable-9b2e8d6de3c98b2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5313075Z [00:09:28.231]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-a148a786e238856b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5381822Z [00:09:28.238]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pest-5fae158572bcfda4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5449891Z [00:09:28.245]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/derive_more-9175046832640a3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5517789Z [00:09:28.252]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-c216a833e3ea000c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5585953Z [00:09:28.259]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-cde335ae341d1bd9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5652446Z [00:09:28.265]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmoka-e662617027a3bd39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5720350Z [00:09:28.272]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httpdate-a71aa5e6768bb6a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5789233Z [00:09:28.279]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-164e9d78dbc707b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5855811Z [00:09:28.286]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-d3526b68dace2d5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5924570Z [00:09:28.293]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-e538db95e61624d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.5994205Z [00:09:28.300]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d3526b68dace2d5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6060986Z [00:09:28.306]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-a33c3b82e8e4fa84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6129855Z [00:09:28.313]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-37946dbdf5e3ba5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6197403Z [00:09:28.320]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/der-7609a1ebb6113a8e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6265126Z [00:09:28.327]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atomic_waker-ef9e1d9e2660075a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6332659Z [00:09:28.333]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_properties-586417def490365e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6401019Z [00:09:28.340]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6468406Z [00:09:28.347]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-1711e7ec1440695b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6537088Z [00:09:28.354]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-82d40731e614dacc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6606199Z [00:09:28.361]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-220a9b3fb31a8139.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6674427Z [00:09:28.368]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_io-ff96316852722f90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6743407Z [00:09:28.374]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki_roots-a89719c6abfb2fb5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6811103Z [00:09:28.381]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6877986Z [00:09:28.388]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-92adac5fadb113e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.6945999Z [00:09:28.395]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-97b10dbf55b4dda2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7013625Z [00:09:28.401]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7082474Z [00:09:28.408]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwebpki-124d0674ac6afa27.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7149997Z [00:09:28.415]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-d26bafa81276286e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7216948Z [00:09:28.422]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-28a318f4828a0528.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7285243Z [00:09:28.429]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/irpc-16c29c3d245f8697.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7354019Z [00:09:28.436]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-a2c5b01d1779644d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7423011Z [00:09:28.442]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru-3cd4f67ca25abf7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7491726Z [00:09:28.449]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-af12ca26b03e134b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7559016Z [00:09:28.456]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-0e7041586d946b3b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7626874Z [00:09:28.463]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_resolver-1cb57cfeaf04a471.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7694988Z [00:09:28.470]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserdect-49cca9424b92e7cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7762655Z [00:09:28.476]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_hash-d021aafb2ce11509.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7830738Z [00:09:28.483]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7899745Z [00:09:28.490]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-ab681ad227162bc4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.7969082Z [00:09:28.497]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_backtrace-7b826e7c226fe511.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8036848Z [00:09:28.504]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libheapless-e1cfd7fdaa275a25.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8105781Z [00:09:28.511]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8175690Z [00:09:28.518]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8_iter-39c5b28120e165c0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8244468Z [00:09:28.525]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libno_std_net-f3d13906880b7d20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8316753Z [00:09:28.532]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-b13e8f788d8c19dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8387076Z [00:09:28.539]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_packet-8c11894fb0e2f793.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8455721Z [00:09:28.546]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbao_tree-5dc64126760d645f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8524359Z [00:09:28.553]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-5f6bba963fa74670.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8593596Z [00:09:28.559]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8661974Z [00:09:28.566]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase32-70dbff10eaac799d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8729895Z [00:09:28.573]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/md5-4309eb78ee8fc10c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8798134Z [00:09:28.580]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-0f32f36ce9bf6ed4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8867590Z [00:09:28.587]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libed25519_dalek-a5d6a06fca61904c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.8942452Z [00:09:28.594]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a148a786e238856b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9018750Z [00:09:28.602]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-4584cfe84772fa05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9091084Z [00:09:28.609]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-b3f029484ca87ebc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9160229Z [00:09:28.616]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bao_tree-5dc64126760d645f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9234656Z [00:09:28.624]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-a05ec94787510fd5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9303363Z [00:09:28.630]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-bfbb176905c37939.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9370160Z [00:09:28.637]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_bytes-8985678cfd4f3402.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9439886Z [00:09:28.644]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-5bb19dda8996b7f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9507803Z [00:09:28.651]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9579250Z [00:09:28.658]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-15b5d93c047a88ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9647963Z [00:09:28.665]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsnafu-b66bf3132350b2f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9716832Z [00:09:28.672]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libring-b3cd500855375ac0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9784827Z [00:09:28.679]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/opaque_debug-01a07c3302ed6721.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9854340Z [00:09:28.686]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-9e0651951a82845f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9922638Z [00:09:28.692]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e538db95e61624d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:38.9989914Z [00:09:28.699]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0058301Z [00:09:28.706]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-0dee15bebe5179fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0126212Z [00:09:28.713]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid-583d56dcf56d3c99.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0193924Z [00:09:28.719]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquoted_string_parser-4c8d8b7a71c0db68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0261238Z [00:09:28.726]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbtparse-d025620c53cf48ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0328809Z [00:09:28.733]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:39.0397203Z [00:09:28.740]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hash32-f6d59b34cbb205fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0465907Z [00:09:28.747]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-bb21a5ca4d342ad7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0534315Z [00:09:28.754]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libirpc-16c29c3d245f8697.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0604531Z [00:09:28.761]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/spin-880299646fe9b028.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0673373Z [00:09:28.767]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdiatomic_waker-d4f36cd08c9874f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0742713Z [00:09:28.774]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-88cd2d15568d3988.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0811303Z [00:09:28.781]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinplace_vec_builder-45e52cf9f0298d78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0879553Z [00:09:28.788]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_blobs-b97355eeafc3a6c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.0947057Z [00:09:28.795]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-c4e89396815a40fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1014724Z [00:09:28.802]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-2858ad426ce613cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1081552Z [00:09:28.808]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstun_rs-27bba45991047b06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1150125Z [00:09:28.815]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libntimestamp-db4510250c8d6935.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1219647Z [00:09:28.822]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-d7a40ad81367aed6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1287972Z [00:09:28.829]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:39.1356162Z [00:09:28.836]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_quinn-025bb50a79287293.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1422978Z [00:09:28.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpostcard-164fd2caf79206b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1491160Z [00:09:28.849]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignature-fa06786479989eb5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1558501Z [00:09:28.856]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz32-3aeeaa4f64cdce99.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1625268Z [00:09:28.863]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-546f6b8ad3ac57c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1692471Z [00:09:28.869]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform-e0c989f2c9220961.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1759549Z [00:09:28.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tagptr-e721e14d2177eca0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1826057Z [00:09:28.883]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-961b43c3b259ba65.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1894303Z [00:09:28.890]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-c4e89396815a40fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.1963087Z [00:09:28.896]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcobs-693af71edac4e345.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2030263Z [00:09:28.903]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-7e81c8c9a0158c30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2097271Z [00:09:28.910]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderive_more-b485ceab5f5cb86e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2163395Z [00:09:28.916]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time_core-27d14661bdfa58cf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2230095Z [00:09:28.923]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-7e1ced85b0c386f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2297931Z [00:09:28.930]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2ef3c590fd8c8ef9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2364897Z [00:09:28.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-3d882f16bae95147.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2432715Z [00:09:28.943]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfoldhash-a9d0165668a14bb6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2500579Z [00:09:28.950]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcritical_section-d933caa5110f5cd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2570050Z [00:09:28.957]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5feba56202d4b086.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2637617Z [00:09:28.964]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librcgen-2256ec8c3ec1a18f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2705454Z [00:09:28.971]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsubtle-86ec28a99f44b466.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2772855Z [00:09:28.977]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/precis_core-5bb53690db0d1c51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2840246Z [00:09:28.984]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project-efd614a4f6963b07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2909176Z [00:09:28.991]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/netlink_proto-192ed597567887e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.2977459Z [00:09:28.998]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurve25519_dalek-6e65fd0eb907dc51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3044068Z [00:09:29.005]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-984b25a86b45f3d1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3113428Z [00:09:29.011]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-eb7775498ee036cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3181580Z [00:09:29.018]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem-97b10dbf55b4dda2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3249934Z [00:09:29.025]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/critical_section-d933caa5110f5cd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3317853Z [00:09:29.032]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-9ca3a8267defbcd9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3387055Z [00:09:29.039]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-c2066390f2a4a76d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3455966Z [00:09:29.046]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter_macro-aa30040c9b4e8df3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3523948Z [00:09:29.052]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinystr-12e92b07a47e7f7b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3590807Z [00:09:29.059]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hex-69df7537c1b61304.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3658566Z [00:09:29.066]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-9d379a310d03fa6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3724644Z [00:09:29.073]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/snafu-b66bf3132350b2f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3791570Z [00:09:29.079]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locid_transform-e0c989f2c9220961.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3858318Z [00:09:29.086]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-fdbea800f65acde9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3924727Z [00:09:29.093]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-91e87853b254636d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.3991421Z [00:09:29.099]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtagptr-e721e14d2177eca0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4058202Z [00:09:29.106]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/webpki-124d0674ac6afa27.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4125302Z [00:09:29.113]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc_catalog-3cbe9c556684ad7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4191976Z [00:09:29.119]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr2line-a3d1e497ac2c5b8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4258962Z [00:09:29.126]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sendme-05579f92fe040492.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4327586Z [00:09:29.133]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d5b911a79544635f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4394418Z [00:09:29.140]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-c3ccd52d50bb8a07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4461178Z [00:09:29.146]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/btparse-d025620c53cf48ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4528141Z [00:09:29.153]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerofrom-437820184a5a36b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4595893Z [00:09:29.160]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pemfile-99e41f7c07f33fa8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4662382Z [00:09:29.166]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_locid_transform_data-9a04019d8aff95c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4729615Z [00:09:29.173]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/constant_time_eq-2ec4f1b637d7d3f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4796526Z [00:09:29.180]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc-1db9d9056f431527.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4863521Z [00:09:29.186]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-f9756388f8c7316c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4930426Z [00:09:29.193]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signature-fa06786479989eb5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.4998955Z [00:09:29.200]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ring-b3cd500855375ac0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5065980Z [00:09:29.207]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2fac7fcfbc007179.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5133964Z [00:09:29.213]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpkcs8-0dee15bebe5179fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5202625Z [00:09:29.220]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_rustls-9ca3a8267defbcd9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5271164Z [00:09:29.227]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpositioned_io-ecc9416b34759b27.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5340709Z [00:09:29.234]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-aa443dd6ff56234e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5408374Z [00:09:29.241]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-775ea7858e96ea10.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5475999Z [00:09:29.248]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-28a318f4828a0528.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5544810Z [00:09:29.255]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-4584cfe84772fa05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5614164Z [00:09:29.261]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-e5b9b2ca0c59a677.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5681173Z [00:09:29.268]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5749861Z [00:09:29.275]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inout-c9ffd80e55d6ef2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5818504Z [00:09:29.282]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna_adapter-0bfc050fc825cdfe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5885061Z [00:09:29.289]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-2252f5f9d5ded9e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.5953464Z [00:09:29.295]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_compat-0d54096f151017bb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6020595Z [00:09:29.302]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwrite16-6132783960610270.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6089494Z [00:09:29.309]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_metrics-51bec0dae55e4fbc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6177704Z [00:09:29.318]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignature-fa06786479989eb5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6249487Z [00:09:29.325]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-1bc0ed0447e2eed4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6319605Z [00:09:29.332]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgenawaiter-92137f4949b53e43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6397056Z [00:09:29.340]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-9aa767b6b040fbdb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6475450Z [00:09:29.348]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-3207c3631fb6cf93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6554470Z [00:09:29.355]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreflink_copy-38ca13c40488bb50.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6622329Z [00:09:29.362]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_bytes-8985678cfd4f3402.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6690827Z [00:09:29.369]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiroh_quinn_udp-246703969a126204.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6771091Z [00:09:29.377]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:39.6839181Z [00:09:29.384]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librange_collections-0d8aeb6e13fa17f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6906131Z [00:09:29.391]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-92adac5fadb113e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.6974425Z [00:09:29.398]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-c40b5c66d4406cdd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7043347Z [00:09:29.404]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aead-79293cc8c220f35e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7111050Z [00:09:29.411]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-0ac02fd02d76e533.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7178444Z [00:09:29.418]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:39.7246267Z [00:09:29.425]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpnet_macros_support-f0920d604078170c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7314359Z [00:09:29.432]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rcgen-2256ec8c3ec1a18f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7382835Z [00:09:29.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprecis_core-5bb53690db0d1c51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7450356Z [00:09:29.445]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-a5174c2dc0663f43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7518937Z [00:09:29.452]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-2c5aa8d01b9071d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7586439Z [00:09:29.459]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gimli-2fbe14ddc69a96d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7653606Z [00:09:29.465]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_locid-583d56dcf56d3c99.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7727811Z [00:09:29.473]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-a05ec94787510fd5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7799450Z [00:09:29.480]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetlink_sys-dfad14b44929d6ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7867683Z [00:09:29.487]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-b6a3425f1543ca56.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.7935801Z [00:09:29.494]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/portable_atomic-169b62cf7a91e631.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8002629Z [00:09:29.500]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_normalizer-102fab1c1b92628d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8069793Z [00:09:29.507]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-0c437587e1abfdb5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8136667Z [00:09:29.514]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sendme-05579f92fe040492' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8205283Z [00:09:29.521]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-2c3c25b572b2c19c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8280087Z [00:09:29.528]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_executor-0e4c3e5701b84739.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8347921Z [00:09:29.535]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-bfbb176905c37939.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8415656Z [00:09:29.542]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-883f62e14566f923.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8483022Z [00:09:29.548]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-0ac02fd02d76e533.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8551303Z [00:09:29.555]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-64a6040cba36e4e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8619898Z [00:09:29.562]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-1711e7ec1440695b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8687230Z [00:09:29.569]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-220a9b3fb31a8139.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8753912Z [00:09:29.576]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-e843627e76350ff4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8824283Z [00:09:29.582]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-bc2f378c135017cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8891710Z [00:09:29.589]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-1e3d1287bd8a084f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.8960095Z [00:09:29.596]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf16_iter-ffb105b7d3d97884.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9028482Z [00:09:29.603]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpem_rfc7468-2252f5f9d5ded9e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9095098Z [00:09:29.610]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_stream-79e9e929548a551c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9162014Z [00:09:29.616]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-5ba445025652e0a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9228617Z [00:09:29.623]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetwatch-85638485e874916d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9295607Z [00:09:29.630]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-2c5aa8d01b9071d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9362238Z [00:09:29.636]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnetdev-9b130764ef84fab1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9429819Z [00:09:29.643]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-87a63e205864e107.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9497811Z [00:09:29.650]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-21c40e317ac65b99.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9564099Z [00:09:29.657]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-3dfc8f17529fe24d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9632915Z [00:09:29.663]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-1bc0ed0447e2eed4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9700679Z [00:09:29.670]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libattohttpc-75f1fcc553383d9f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9768678Z [00:09:29.677]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body_util-c4e89396815a40fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9837269Z [00:09:29.684]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/icu_normalizer_data-fbacb4c49b939b51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9904809Z [00:09:29.691]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-df48f36396c0b41a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:39.9973030Z [00:09:29.697]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-27d235ef8737a305.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0041034Z [00:09:29.704]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iroh_relay-51b0b84fd0caef4e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0109154Z [00:09:29.711]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64ct-e7a97ad0b618a454.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0177463Z [00:09:29.718]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-4d63646b82289931.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0244399Z [00:09:29.725]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-44e481325badd09e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0311270Z [00:09:29.731]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhickory_proto-8abd3b0e14b1861d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0379098Z [00:09:29.738]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/moka-e662617027a3bd39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0447744Z [00:09:29.745]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libn0_watcher-91aaace9f2809dc8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0515479Z [00:09:29.752]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-0683e395fe2cc24f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0581744Z [00:09:29.758]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-a3d1e497ac2c5b8f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0650894Z [00:09:29.765]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libicu_collections-c53a37426ec5628c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0720070Z [00:09:29.772]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_cpus-907120e7cfe553ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0789228Z [00:09:29.779]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname_validator-4aecbb2699db7042.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0859999Z [00:09:29.786]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-0683e395fe2cc24f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0929625Z [00:09:29.793]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-2ef3c590fd8c8ef9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.0997495Z [00:09:29.800]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuntrusted-df20551f16bb03b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1065320Z [00:09:29.807]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-91c20dd4ece52ff8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1132481Z [00:09:29.813]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-efd614a4f6963b07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1202892Z [00:09:29.820]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1270834Z [00:09:29.827]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1337500Z [00:09:29.834]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1402931Z [00:09:29.840]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-f9c019a310a5856f/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1470116Z [00:09:29.847]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/dep-lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1536505Z [00:09:29.854]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/lib-ring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1603790Z [00:09:29.860]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1670913Z [00:09:29.867]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-b3cd500855375ac0/lib-ring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1738335Z [00:09:29.874]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1805381Z [00:09:29.881]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1872012Z [00:09:29.887]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.1941211Z [00:09:29.894]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2008932Z [00:09:29.901]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2074412Z [00:09:29.908]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2141627Z [00:09:29.914]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2210171Z [00:09:29.921]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foldhash-a9d0165668a14bb6/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2280193Z [00:09:29.928]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/dep-lib-moka' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2351254Z [00:09:29.935]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2420375Z [00:09:29.942]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/lib-moka' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2487887Z [00:09:29.949]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-e662617027a3bd39/lib-moka.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2558139Z [00:09:29.956]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2626854Z [00:09:29.963]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/lib-tower.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2695695Z [00:09:29.970]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2765782Z [00:09:29.977]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-0ac02fd02d76e533/dep-lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2837075Z [00:09:29.984]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-85c70033dd9224b9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2907225Z [00:09:29.991]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-85c70033dd9224b9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.2976811Z [00:09:29.998]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/lib-binary_merge' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3045565Z [00:09:30.005]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3112971Z [00:09:30.011]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/dep-lib-binary_merge' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3180624Z [00:09:30.018]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/binary-merge-3d197ab36e436dcd/lib-binary_merge.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3248187Z [00:09:30.025]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3318158Z [00:09:30.032]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3387251Z [00:09:30.039]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3455889Z [00:09:30.046]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-27d14661bdfa58cf/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3524432Z [00:09:30.052]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3593497Z [00:09:30.059]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3661545Z [00:09:30.066]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3730889Z [00:09:30.073]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-9aa767b6b040fbdb/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.3799347Z [00:09:30.080]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:40.3868571Z [00:09:30.087]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:40.3937139Z [00:09:30.094]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:40.4006587Z [00:09:30.101]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:40.4075961Z [00:09:30.108]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4144337Z [00:09:30.115]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/dep-lib-poly1305' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4211877Z [00:09:30.121]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/lib-poly1305.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4280674Z [00:09:30.128]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/poly1305-6411853a298388cd/lib-poly1305' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4348788Z [00:09:30.135]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4416012Z [00:09:30.142]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4485286Z [00:09:30.149]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4554641Z [00:09:30.156]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_collections-c53a37426ec5628c/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4623624Z [00:09:30.162]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4693536Z [00:09:30.169]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4762822Z [00:09:30.176]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4830940Z [00:09:30.183]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-a33c3b82e8e4fa84/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4900437Z [00:09:30.190]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.4968257Z [00:09:30.197]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5035768Z [00:09:30.204]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/lib-h2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5104735Z [00:09:30.211]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-6e283b6c6d62221a/dep-lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5176503Z [00:09:30.218]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/lib-icu_locid_transform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5245982Z [00:09:30.225]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5314045Z [00:09:30.231]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/lib-icu_locid_transform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5383087Z [00:09:30.238]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-e0c989f2c9220961/dep-lib-icu_locid_transform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5452663Z [00:09:30.245]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5520316Z [00:09:30.252]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5588620Z [00:09:30.259]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5656596Z [00:09:30.266]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fdbea800f65acde9/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5725850Z [00:09:30.273]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5800581Z [00:09:30.280]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5864110Z [00:09:30.286]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.5933518Z [00:09:30.293]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-1501e86cec664063/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6006531Z [00:09:30.301]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6075747Z [00:09:30.308]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6145501Z [00:09:30.315]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6214241Z [00:09:30.321]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-5f09f5ffe8ad7bcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6284339Z [00:09:30.329]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6355091Z [00:09:30.335]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6422435Z [00:09:30.342]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6491842Z [00:09:30.349]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-8bbf7cc89ebcf209/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6560853Z [00:09:30.356]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6631321Z [00:09:30.363]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6700768Z [00:09:30.370]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6770875Z [00:09:30.377]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-88cd2d15568d3988/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6839955Z [00:09:30.384]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/dep-lib-reflink_copy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6908517Z [00:09:30.391]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/lib-reflink_copy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.6978221Z [00:09:30.398]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7047904Z [00:09:30.405]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reflink-copy-38ca13c40488bb50/lib-reflink_copy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7118063Z [00:09:30.412]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7187294Z [00:09:30.419]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7257637Z [00:09:30.426]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7328569Z [00:09:30.433]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2fac7fcfbc007179/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7399042Z [00:09:30.440]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/dep-lib-btparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7468954Z [00:09:30.447]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7539626Z [00:09:30.454]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/lib-btparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7610257Z [00:09:30.461]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/btparse-d025620c53cf48ce/lib-btparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7680311Z [00:09:30.468]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7749465Z [00:09:30.475]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/dep-lib-pnet_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7819354Z [00:09:30.482]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7890821Z [00:09:30.489]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_base-f84a6dee7ac5f8e2/lib-pnet_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.7960199Z [00:09:30.496]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/lib-netlink_packet_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8029327Z [00:09:30.503]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8099308Z [00:09:30.510]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/lib-netlink_packet_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8168826Z [00:09:30.517]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-core-a00007b4914d154c/dep-lib-netlink_packet_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8238755Z [00:09:30.524]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8308264Z [00:09:30.531]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/dep-lib-httpdate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8377788Z [00:09:30.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/lib-httpdate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8447288Z [00:09:30.545]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httpdate-a71aa5e6768bb6a8/lib-httpdate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8516038Z [00:09:30.552]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8584140Z [00:09:30.558]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8652632Z [00:09:30.565]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8721579Z [00:09:30.572]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-e843627e76350ff4/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8790459Z [00:09:30.579]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8858621Z [00:09:30.586]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/lib-base16ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8927440Z [00:09:30.593]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/lib-base16ct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.8996418Z [00:09:30.600]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base16ct-511e79ad2aed6614/dep-lib-base16ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9068332Z [00:09:30.607]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9137730Z [00:09:30.614]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9206064Z [00:09:30.621]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9274886Z [00:09:30.628]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-16ff4bd6d186bb41/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9345499Z [00:09:30.635]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9414077Z [00:09:30.641]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9483962Z [00:09:30.648]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9551412Z [00:09:30.655]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinystr-12e92b07a47e7f7b/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9622855Z [00:09:30.662]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9693103Z [00:09:30.669]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9761846Z [00:09:30.676]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9831536Z [00:09:30.683]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-0683e395fe2cc24f/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9900683Z [00:09:30.690]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:40.9970821Z [00:09:30.697]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0039583Z [00:09:30.704]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0108264Z [00:09:30.711]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0176904Z [00:09:30.718]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/lib-futures_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0245967Z [00:09:30.725]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0315274Z [00:09:30.732]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/dep-lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0384697Z [00:09:30.739]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-c4aed32d07a98f09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0453494Z [00:09:30.745]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/lib-netlink_packet_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0522278Z [00:09:30.752]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0590281Z [00:09:30.759]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/dep-lib-netlink_packet_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0658752Z [00:09:30.766]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-utils-4dad1fa539981f74/lib-netlink_packet_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.0726586Z [00:09:30.773]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:41.0795084Z [00:09:30.780]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:41.0863962Z [00:09:30.786]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:41.0932064Z [00:09:30.793]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:41.1001197Z [00:09:30.800]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1068772Z [00:09:30.807]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1137827Z [00:09:30.814]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1207392Z [00:09:30.821]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-2858ad426ce613cd/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1277122Z [00:09:30.828]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/lib-cordyceps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1345625Z [00:09:30.835]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/lib-cordyceps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1414694Z [00:09:30.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1484132Z [00:09:30.848]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cordyceps-80ca302f7afc8864/dep-lib-cordyceps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1552887Z [00:09:30.855]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1621756Z [00:09:30.862]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/lib-blake3.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1690229Z [00:09:30.869]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/dep-lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1759347Z [00:09:30.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-b5601fd118571d85/lib-blake3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1829603Z [00:09:30.883]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-02198c47a208903d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1898336Z [00:09:30.890]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-02198c47a208903d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.1968367Z [00:09:30.897]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/lib-spin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2037939Z [00:09:30.904]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2105586Z [00:09:30.911]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2174532Z [00:09:30.918]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spin-880299646fe9b028/dep-lib-spin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2243882Z [00:09:30.924]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2312265Z [00:09:30.931]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2379844Z [00:09:30.938]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2448411Z [00:09:30.945]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-a5174c2dc0663f43/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2516602Z [00:09:30.952]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/lib-parking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2585191Z [00:09:30.959]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/dep-lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2652838Z [00:09:30.965]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2721183Z [00:09:30.972]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-b4deda449873f583/lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2790001Z [00:09:30.979]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2858648Z [00:09:30.986]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2928680Z [00:09:30.993]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.2996795Z [00:09:31.000]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e538db95e61624d3/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3064273Z [00:09:31.007]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3132691Z [00:09:31.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3201162Z [00:09:31.020]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3268789Z [00:09:31.027]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-3207c3631fb6cf93/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3337733Z [00:09:31.034]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/dep-lib-icu_locid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3407293Z [00:09:31.041]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/lib-icu_locid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3477889Z [00:09:31.048]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3547328Z [00:09:31.055]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid-583d56dcf56d3c99/lib-icu_locid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3617594Z [00:09:31.062]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3687873Z [00:09:31.069]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/dep-lib-match_cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3756017Z [00:09:31.076]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/lib-match_cfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3825034Z [00:09:31.083]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-30739fc7c1190930/lib-match_cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3893595Z [00:09:31.089]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/dep-lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.3962086Z [00:09:31.096]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4032484Z [00:09:31.103]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4102040Z [00:09:31.110]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-984b25a86b45f3d1/lib-sync_wrapper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4172808Z [00:09:31.117]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-c7c4a7329bcdb4ec/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4242403Z [00:09:31.124]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-c7c4a7329bcdb4ec/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4313016Z [00:09:31.131]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4383623Z [00:09:31.138]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4453075Z [00:09:31.145]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/dep-lib-webpki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4523966Z [00:09:31.152]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-webpki-124d0674ac6afa27/lib-webpki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4594957Z [00:09:31.160]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/lib-arrayref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4664405Z [00:09:31.167]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4734891Z [00:09:31.174]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/dep-lib-arrayref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4804173Z [00:09:31.180]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayref-3908e0d6c1e1c1ed/lib-arrayref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4873965Z [00:09:31.187]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.4942893Z [00:09:31.194]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/lib-rcgen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5014494Z [00:09:31.202]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/lib-rcgen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5084797Z [00:09:31.209]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rcgen-2256ec8c3ec1a18f/dep-lib-rcgen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5154448Z [00:09:31.216]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5223826Z [00:09:31.222]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5292889Z [00:09:31.229]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/dep-lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5361414Z [00:09:31.236]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9d7a6fb98124bc73/lib-zeroize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5430172Z [00:09:31.243]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/lib-positioned_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5499399Z [00:09:31.250]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5570398Z [00:09:31.257]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/dep-lib-positioned_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5640102Z [00:09:31.264]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/positioned-io-ecc9416b34759b27/lib-positioned_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5709096Z [00:09:31.271]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-aed11c7d0f117454/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5777591Z [00:09:31.278]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ring-aed11c7d0f117454/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5846579Z [00:09:31.285]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/lib-netwatch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5915131Z [00:09:31.292]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.5986005Z [00:09:31.299]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/lib-netwatch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6054508Z [00:09:31.306]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-85638485e874916d/dep-lib-netwatch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6124637Z [00:09:31.312]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/lib-universal_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6194697Z [00:09:31.320]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6263738Z [00:09:31.326]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/dep-lib-universal_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6332873Z [00:09:31.333]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/universal-hash-0dc518d7123dbdce/lib-universal_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6403379Z [00:09:31.340]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/lib-hmac_sha256.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6473418Z [00:09:31.347]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/lib-hmac_sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6542774Z [00:09:31.354]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6612469Z [00:09:31.361]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha256-03b54c00dfe31731/dep-lib-hmac_sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6683801Z [00:09:31.368]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6754234Z [00:09:31.375]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/lib-overload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6822864Z [00:09:31.382]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/dep-lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6891262Z [00:09:31.389]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-4584cfe84772fa05/lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.6960809Z [00:09:31.396]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/lib-opaque_debug.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7031323Z [00:09:31.403]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7100775Z [00:09:31.410]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/dep-lib-opaque_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7171505Z [00:09:31.417]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/opaque-debug-01a07c3302ed6721/lib-opaque_debug' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7241551Z [00:09:31.424]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7311415Z [00:09:31.431]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7380502Z [00:09:31.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7449553Z [00:09:31.445]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-afceb2c5d0833709/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7519665Z [00:09:31.452]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7588837Z [00:09:31.459]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7658160Z [00:09:31.466]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7728833Z [00:09:31.473]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_provider-d255ee9aa30b920a/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7798572Z [00:09:31.480]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7868926Z [00:09:31.487]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.7938066Z [00:09:31.494]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8007240Z [00:09:31.501]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-e2523cc251401e91/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8077779Z [00:09:31.508]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/lib-pkarr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8147321Z [00:09:31.515]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/dep-lib-pkarr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8215994Z [00:09:31.522]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8285871Z [00:09:31.529]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkarr-9abc7147082cf264/lib-pkarr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8354296Z [00:09:31.535]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/lib-pnet_macros_support.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8422453Z [00:09:31.542]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/dep-lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8491434Z [00:09:31.549]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8558828Z [00:09:31.556]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_macros_support-f0920d604078170c/lib-pnet_macros_support' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8627797Z [00:09:31.563]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/dep-lib-tokio_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8696375Z [00:09:31.570]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8765546Z [00:09:31.577]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/lib-tokio_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8835483Z [00:09:31.584]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-stream-79e9e929548a551c/lib-tokio_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8903548Z [00:09:31.590]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.8972749Z [00:09:31.597]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9040637Z [00:09:31.604]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9109321Z [00:09:31.611]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-c3ccd52d50bb8a07/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9178259Z [00:09:31.618]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/dep-lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9246260Z [00:09:31.625]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/lib-rustls_pemfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9316457Z [00:09:31.632]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9384723Z [00:09:31.639]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pemfile-99e41f7c07f33fa8/lib-rustls_pemfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9452825Z [00:09:31.645]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9521692Z [00:09:31.652]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9591408Z [00:09:31.659]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d2357ede2338a762/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9661355Z [00:09:31.666]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d2357ede2338a762/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9731123Z [00:09:31.673]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9801199Z [00:09:31.680]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9870462Z [00:09:31.687]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:41.9939686Z [00:09:31.694]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-5ee3b295f772711e/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0009477Z [00:09:31.701]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/dep-lib-spki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0079902Z [00:09:31.708]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0147754Z [00:09:31.715]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/lib-spki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0215165Z [00:09:31.722]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/spki-410c25fdcc43a737/lib-spki.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0282802Z [00:09:31.728]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0349301Z [00:09:31.735]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0418314Z [00:09:31.742]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0488784Z [00:09:31.749]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-800aa4713ba76229/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0555304Z [00:09:31.756]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0624039Z [00:09:31.762]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0691415Z [00:09:31.769]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0758458Z [00:09:31.776]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yoke-66a87107a2054841/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0826205Z [00:09:31.783]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0894280Z [00:09:31.789]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.0962034Z [00:09:31.796]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1028916Z [00:09:31.803]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-a2c5b01d1779644d/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1097580Z [00:09:31.810]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1165546Z [00:09:31.817]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/lib-tinyvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1232041Z [00:09:31.823]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1299447Z [00:09:31.830]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-220a9b3fb31a8139/dep-lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1370944Z [00:09:31.837]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/dep-lib-iroh_quinn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1438083Z [00:09:31.844]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/lib-iroh_quinn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1505847Z [00:09:31.851]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1573907Z [00:09:31.857]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-025bb50a79287293/lib-iroh_quinn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1643021Z [00:09:31.864]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/dep-lib-async_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1711827Z [00:09:31.871]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1781033Z [00:09:31.878]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/lib-async_compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1849190Z [00:09:31.885]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-compat-0d54096f151017bb/lib-async_compat.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1917754Z [00:09:31.892]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/dep-lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.1985201Z [00:09:31.899]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2054011Z [00:09:31.905]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2123105Z [00:09:31.912]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-ef9e1d9e2660075a/lib-atomic_waker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2192928Z [00:09:31.919]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-7924f7fdc090e5d0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2261912Z [00:09:31.926]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-7924f7fdc090e5d0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2331517Z [00:09:31.933]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2400783Z [00:09:31.940]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2470409Z [00:09:31.947]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2540260Z [00:09:31.954]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-fe8267b2b287432e/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2610080Z [00:09:31.961]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/dep-lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2679271Z [00:09:31.968]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2748592Z [00:09:31.975]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2818167Z [00:09:31.982]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-3dfc8f17529fe24d/lib-sharded_slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2887947Z [00:09:31.989]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/lib-hickory_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.2957748Z [00:09:31.996]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3026738Z [00:09:32.003]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/lib-hickory_resolver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3095901Z [00:09:32.010]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-resolver-1cb57cfeaf04a471/dep-lib-hickory_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3165716Z [00:09:32.017]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-09bd31e599ebdd4b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3235394Z [00:09:32.024]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/moka-09bd31e599ebdd4b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3306011Z [00:09:32.031]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/dep-lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3375224Z [00:09:32.038]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3446476Z [00:09:32.045]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3515193Z [00:09:32.052]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-1711e7ec1440695b/lib-data_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3584714Z [00:09:32.059]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3653613Z [00:09:32.065]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3723814Z [00:09:32.072]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3792125Z [00:09:32.079]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-546f6b8ad3ac57c4/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3862318Z [00:09:32.086]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/lib-rustls_platform_verifier.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3930999Z [00:09:32.093]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/dep-lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.3999936Z [00:09:32.100]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4070329Z [00:09:32.107]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-platform-verifier-9c2b479135ff1e63/lib-rustls_platform_verifier' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4140891Z [00:09:32.114]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4210472Z [00:09:32.121]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4279392Z [00:09:32.128]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4349057Z [00:09:32.135]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerofrom-437820184a5a36b8/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4419003Z [00:09:32.142]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4488027Z [00:09:32.149]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4556591Z [00:09:32.156]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4627725Z [00:09:32.163]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-9f5a5316d6a38273/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4699626Z [00:09:32.170]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4769250Z [00:09:32.177]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4838390Z [00:09:32.184]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4908514Z [00:09:32.191]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/litemap-086903c298412eaa/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.4978375Z [00:09:32.198]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/dep-lib-futures_buffered' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5047557Z [00:09:32.205]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5116174Z [00:09:32.212]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/lib-futures_buffered' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5186511Z [00:09:32.219]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-buffered-2fb8e6cb719453b5/lib-futures_buffered.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5254616Z [00:09:32.226]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5324395Z [00:09:32.232]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5392575Z [00:09:32.239]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5463108Z [00:09:32.246]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-4de097a70295917d/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5533890Z [00:09:32.253]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/dep-lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5601746Z [00:09:32.260]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5670584Z [00:09:32.267]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/lib-resolv_conf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5741602Z [00:09:32.274]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-3619310e98f76657/lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5811810Z [00:09:32.281]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5881284Z [00:09:32.288]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.5951630Z [00:09:32.295]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6022580Z [00:09:32.302]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-eb7775498ee036cc/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6092399Z [00:09:32.309]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6162931Z [00:09:32.316]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6231798Z [00:09:32.323]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6304831Z [00:09:32.331]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-91e87853b254636d/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6375331Z [00:09:32.338]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/lib-simple_dns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6444113Z [00:09:32.344]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6513712Z [00:09:32.351]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/dep-lib-simple_dns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6583042Z [00:09:32.358]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simple-dns-3d780639246d5a8f/lib-simple_dns.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6653660Z [00:09:32.365]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/lib-ref_cast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6723511Z [00:09:32.372]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6791964Z [00:09:32.379]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/lib-ref_cast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6860574Z [00:09:32.386]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-9afb51e3d0ef227f/dep-lib-ref_cast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.6930411Z [00:09:32.393]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7000312Z [00:09:32.400]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/dep-lib-precis_profiles' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7068896Z [00:09:32.407]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/lib-precis_profiles' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7137077Z [00:09:32.414]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-0fff23f05dda4edc/lib-precis_profiles.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7206838Z [00:09:32.421]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7276349Z [00:09:32.428]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7345594Z [00:09:32.435]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7414831Z [00:09:32.441]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-f3ef9adfb5348674/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7483291Z [00:09:32.448]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7551576Z [00:09:32.455]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7619045Z [00:09:32.462]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7687114Z [00:09:32.469]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-c40b5c66d4406cdd/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7756567Z [00:09:32.476]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7826165Z [00:09:32.483]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/dep-lib-hyper_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7894220Z [00:09:32.489]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.7962471Z [00:09:32.496]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-rustls-9ca3a8267defbcd9/lib-hyper_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8031304Z [00:09:32.503]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8098504Z [00:09:32.510]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8165395Z [00:09:32.517]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8235446Z [00:09:32.524]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-714882a6fc75b38c/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8306741Z [00:09:32.531]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/lib-constant_time_eq.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8376028Z [00:09:32.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8445822Z [00:09:32.545]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/dep-lib-constant_time_eq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8514117Z [00:09:32.551]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/constant_time_eq-2ec4f1b637d7d3f4/lib-constant_time_eq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8582466Z [00:09:32.558]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:42.8650539Z [00:09:32.565]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:42.8720251Z [00:09:32.572]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/lib-serde_bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8789593Z [00:09:32.579]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8858787Z [00:09:32.586]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/dep-lib-serde_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8928473Z [00:09:32.593]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_bytes-8985678cfd4f3402/lib-serde_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.8999834Z [00:09:32.600]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9068233Z [00:09:32.607]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9138777Z [00:09:32.614]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9207540Z [00:09:32.621]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-7df83deca44c37c6/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9277121Z [00:09:32.628]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9345888Z [00:09:32.635]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9413912Z [00:09:32.641]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9481747Z [00:09:32.648]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-b3f029484ca87ebc/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9552088Z [00:09:32.655]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9621402Z [00:09:32.662]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9690135Z [00:09:32.669]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9759336Z [00:09:32.676]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-7e81c8c9a0158c30/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9826450Z [00:09:32.683]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9894310Z [00:09:32.690]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:42.9962101Z [00:09:32.696]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0030007Z [00:09:32.703]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-0f83c0efa3d18cf2/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0100134Z [00:09:32.710]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0168705Z [00:09:32.717]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0237462Z [00:09:32.724]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0305066Z [00:09:32.731]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-2c3c25b572b2c19c/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0374016Z [00:09:32.737]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0440910Z [00:09:32.744]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0508512Z [00:09:32.751]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/dep-lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0577868Z [00:09:32.758]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-0e4c3e5701b84739/lib-futures_executor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0647297Z [00:09:32.765]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0716386Z [00:09:32.772]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/lib-quick_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0785614Z [00:09:32.779]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0854108Z [00:09:32.785]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-0e7041586d946b3b/dep-lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0922912Z [00:09:32.792]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/lib-dyn_clone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.0990560Z [00:09:32.799]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/lib-dyn_clone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1059815Z [00:09:32.806]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/dep-lib-dyn_clone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1128580Z [00:09:32.813]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dyn-clone-c5f12c344393b349/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1198439Z [00:09:32.820]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1266676Z [00:09:32.827]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1333971Z [00:09:32.833]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1400620Z [00:09:32.840]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a148a786e238856b/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1470430Z [00:09:32.847]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/lib-hickory_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1540444Z [00:09:32.854]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/lib-hickory_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1607607Z [00:09:32.861]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1675062Z [00:09:32.868]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hickory-proto-8abd3b0e14b1861d/dep-lib-hickory_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1743767Z [00:09:32.874]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1813447Z [00:09:32.881]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1882046Z [00:09:32.888]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.1950714Z [00:09:32.895]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2020762Z [00:09:32.902]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/dep-lib-iroh_quinn_udp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2090722Z [00:09:32.909]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/lib-iroh_quinn_udp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2160089Z [00:09:32.916]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2230127Z [00:09:32.923]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-246703969a126204/lib-iroh_quinn_udp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2300799Z [00:09:32.930]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/dep-lib-portmapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2371458Z [00:09:32.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/lib-portmapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2441149Z [00:09:32.944]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2510196Z [00:09:32.951]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portmapper-67ebc5fd98ebeb9d/lib-portmapper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2579932Z [00:09:32.958]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2649232Z [00:09:32.965]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2718109Z [00:09:32.972]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2786629Z [00:09:32.979]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-af12ca26b03e134b/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2855789Z [00:09:32.986]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2925194Z [00:09:32.993]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.2993460Z [00:09:32.999]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3062141Z [00:09:33.006]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-775ea7858e96ea10/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3131051Z [00:09:33.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/lib-xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3199851Z [00:09:33.020]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/dep-lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3269639Z [00:09:33.027]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3338638Z [00:09:33.034]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xml-rs-3d07fd4a0d30cfed/lib-xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3407999Z [00:09:33.041]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/lib-chacha20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3477452Z [00:09:33.048]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3546824Z [00:09:33.055]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/dep-lib-chacha20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3615546Z [00:09:33.062]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chacha20-a87e488f4109a7eb/lib-chacha20.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3684985Z [00:09:33.069]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/lib-netlink_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3755261Z [00:09:33.075]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/dep-lib-netlink_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3824557Z [00:09:33.083]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3894900Z [00:09:33.090]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-sys-dfad14b44929d6ab/lib-netlink_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.3964873Z [00:09:33.097]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/lib-cipher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4034558Z [00:09:33.104]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4105543Z [00:09:33.111]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/dep-lib-cipher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4174565Z [00:09:33.118]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cipher-4b47afaaa340347f/lib-cipher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4245021Z [00:09:33.125]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/lib-inplace_vec_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4315151Z [00:09:33.132]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/dep-lib-inplace_vec_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4384344Z [00:09:33.138]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4452108Z [00:09:33.145]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inplace-vec-builder-45e52cf9f0298d78/lib-inplace_vec_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4521092Z [00:09:33.152]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4589700Z [00:09:33.159]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/dep-lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4658671Z [00:09:33.166]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/lib-mime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4727388Z [00:09:33.173]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-2d2fc735404d4795/lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4796687Z [00:09:33.180]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/lib-postcard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4865335Z [00:09:33.187]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.4934286Z [00:09:33.193]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/lib-postcard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5002644Z [00:09:33.200]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/postcard-164fd2caf79206b0/dep-lib-postcard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5073351Z [00:09:33.207]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-3f4e660146246336/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5141607Z [00:09:33.214]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-3f4e660146246336/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5210014Z [00:09:33.221]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5278378Z [00:09:33.228]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5348149Z [00:09:33.235]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5417504Z [00:09:33.242]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-cde335ae341d1bd9/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5487073Z [00:09:33.249]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5554792Z [00:09:33.256]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/lib-hmac_sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5622739Z [00:09:33.262]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/lib-hmac_sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5690812Z [00:09:33.269]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-sha1-b66eac053281ba0c/dep-lib-hmac_sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5761027Z [00:09:33.276]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/lib-stun_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5829661Z [00:09:33.283]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/lib-stun_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5897639Z [00:09:33.290]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.5966297Z [00:09:33.297]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stun-rs-27bba45991047b06/dep-lib-stun_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6037633Z [00:09:33.304]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/lib-futures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6107951Z [00:09:33.311]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/dep-lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6177028Z [00:09:33.318]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6245415Z [00:09:33.325]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d5b911a79544635f/lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6315610Z [00:09:33.332]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6383810Z [00:09:33.338]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6454107Z [00:09:33.345]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/dep-lib-crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6524085Z [00:09:33.352]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-1db9d9056f431527/lib-crc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6594226Z [00:09:33.359]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/dep-lib-iroh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6663604Z [00:09:33.366]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6733038Z [00:09:33.373]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/lib-iroh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6801659Z [00:09:33.380]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-8714233198e0c73d/lib-iroh.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6871435Z [00:09:33.387]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.6945543Z [00:09:33.395]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7014103Z [00:09:33.401]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7082628Z [00:09:33.408]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties_data-c1d14aeca8fbc77b/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7153607Z [00:09:33.415]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7222729Z [00:09:33.422]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7292813Z [00:09:33.429]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7364703Z [00:09:33.437]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-9175046832640a3c/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7437622Z [00:09:33.444]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/dep-lib-n0_future' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7508013Z [00:09:33.451]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/lib-n0_future' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7578726Z [00:09:33.458]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7647594Z [00:09:33.465]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-38a167e4412b6b2e/lib-n0_future.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7720164Z [00:09:33.472]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/dep-lib-salsa20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7789854Z [00:09:33.479]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7860837Z [00:09:33.486]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/lib-salsa20.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.7931313Z [00:09:33.493]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/salsa20-36e6ab3d681550bd/lib-salsa20' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8002271Z [00:09:33.500]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8071545Z [00:09:33.507]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8141825Z [00:09:33.514]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8212392Z [00:09:33.521]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-883f62e14566f923/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8287276Z [00:09:33.529]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8358148Z [00:09:33.536]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8429774Z [00:09:33.543]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8500808Z [00:09:33.550]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-ab681ad227162bc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8573501Z [00:09:33.557]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/lib-icu_locid_transform_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8643798Z [00:09:33.564]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8715299Z [00:09:33.572]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/dep-lib-icu_locid_transform_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8784453Z [00:09:33.578]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-9a04019d8aff95c3/lib-icu_locid_transform_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8855090Z [00:09:33.586]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/dep-lib-iroh_quinn_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8924612Z [00:09:33.593]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.8993762Z [00:09:33.599]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/lib-iroh_quinn_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9063869Z [00:09:33.606]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-proto-3ac673560fd20a54/lib-iroh_quinn_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9134651Z [00:09:33.614]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9204855Z [00:09:33.621]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/dep-lib-pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9274873Z [00:09:33.628]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/lib-pem.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9346887Z [00:09:33.635]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-97b10dbf55b4dda2/lib-pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9415468Z [00:09:33.642]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/lib-pkcs8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9484279Z [00:09:33.648]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9552589Z [00:09:33.655]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/dep-lib-pkcs8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9621615Z [00:09:33.662]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pkcs8-0dee15bebe5179fb/lib-pkcs8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9692245Z [00:09:33.669]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9762011Z [00:09:33.676]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9833132Z [00:09:33.683]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9903036Z [00:09:33.690]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-21c40e317ac65b99/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:43.9974739Z [00:09:33.698]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0046341Z [00:09:33.705]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0118383Z [00:09:33.712]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0188978Z [00:09:33.719]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-fbacb4c49b939b51/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0260122Z [00:09:33.726]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-dc62535bde917f70/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0329443Z [00:09:33.733]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netwatch-dc62535bde917f70/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0400184Z [00:09:33.740]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0471135Z [00:09:33.747]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0540603Z [00:09:33.754]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0611035Z [00:09:33.761]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-1e3d1287bd8a084f/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0681133Z [00:09:33.768]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0750343Z [00:09:33.775]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/lib-cobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0822974Z [00:09:33.782]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/dep-lib-cobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0893061Z [00:09:33.789]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cobs-693af71edac4e345/lib-cobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.0963010Z [00:09:33.796]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1033560Z [00:09:33.803]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1105210Z [00:09:33.811]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1175538Z [00:09:33.818]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-8a1d63b4d4c5365a/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1245820Z [00:09:33.825]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/lib-hostname_validator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1314991Z [00:09:33.832]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1383325Z [00:09:33.838]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/dep-lib-hostname_validator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1452872Z [00:09:33.845]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-validator-4aecbb2699db7042/lib-hostname_validator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1521726Z [00:09:33.852]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1589710Z [00:09:33.859]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1658303Z [00:09:33.866]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1727114Z [00:09:33.873]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1795743Z [00:09:33.880]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1864425Z [00:09:33.887]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-81cb4273c0ade89a/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.1934351Z [00:09:33.894]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/dep-lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2004068Z [00:09:33.900]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2074549Z [00:09:33.908]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/lib-hmac.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2143558Z [00:09:33.914]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hmac-a589344ddb87fbdc/lib-hmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2213818Z [00:09:33.921]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2285035Z [00:09:33.929]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2356099Z [00:09:33.936]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2427438Z [00:09:33.943]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2500720Z [00:09:33.950]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/lib-xmltree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2570598Z [00:09:33.957]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2640082Z [00:09:33.964]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/lib-xmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2709827Z [00:09:33.971]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xmltree-4c185e95e84dcfde/dep-lib-xmltree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2781731Z [00:09:33.978]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:44.2851525Z [00:09:33.985]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:44.2922115Z [00:09:33.992]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/dep-lib-z32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.2991129Z [00:09:33.999]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3059302Z [00:09:34.006]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/lib-z32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3128489Z [00:09:34.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/z32-3aeeaa4f64cdce99/lib-z32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3198823Z [00:09:34.020]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3268397Z [00:09:34.027]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3341583Z [00:09:34.034]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3410387Z [00:09:34.041]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-02dc1a1dbb330fda/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3480292Z [00:09:34.048]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/lib-httparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3550139Z [00:09:34.055]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3620291Z [00:09:34.062]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/dep-lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3690551Z [00:09:34.069]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-08d82e1aa9feb824/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3760672Z [00:09:34.076]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3830489Z [00:09:34.083]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3899347Z [00:09:34.090]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.3969180Z [00:09:34.097]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-37946dbdf5e3ba5e/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4037973Z [00:09:34.104]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4106703Z [00:09:34.111]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4175619Z [00:09:34.118]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4242996Z [00:09:34.124]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-44e481325badd09e/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4310693Z [00:09:34.131]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:44.4377866Z [00:09:34.138]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:44.4444822Z [00:09:34.145]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:44.4514078Z [00:09:34.151]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:44.4582808Z [00:09:34.158]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/dep-lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4650960Z [00:09:34.165]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4720382Z [00:09:34.172]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4787908Z [00:09:34.179]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-27d235ef8737a305/lib-try_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4858822Z [00:09:34.186]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c5d60f5ef3ce81e6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4925528Z [00:09:34.193]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c5d60f5ef3ce81e6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.4993368Z [00:09:34.199]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/lib-self_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5059415Z [00:09:34.206]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/dep-lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5126389Z [00:09:34.213]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5195517Z [00:09:34.220]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-ae949fbb5ca914c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5264583Z [00:09:34.227]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5334669Z [00:09:34.234]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5405596Z [00:09:34.241]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5474444Z [00:09:34.248]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-9e0651951a82845f/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5542497Z [00:09:34.254]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-0f71418d8eb1fbfd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5610349Z [00:09:34.261]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-0f71418d8eb1fbfd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5678865Z [00:09:34.268]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/dep-lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5748204Z [00:09:34.275]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5817688Z [00:09:34.282]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5884435Z [00:09:34.289]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-6e0e0e11d528ed6f/lib-serde_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.5953364Z [00:09:34.295]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6023834Z [00:09:34.302]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6093004Z [00:09:34.309]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/dep-lib-genawaiter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6161692Z [00:09:34.316]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/lib-genawaiter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6229378Z [00:09:34.323]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6298545Z [00:09:34.330]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-92137f4949b53e43/lib-genawaiter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6368240Z [00:09:34.337]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/lib-portable_atomic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6436955Z [00:09:34.344]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6505892Z [00:09:34.351]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/dep-lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6573500Z [00:09:34.357]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-169b62cf7a91e631/lib-portable_atomic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6642205Z [00:09:34.364]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/lib-const_oid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6710835Z [00:09:34.371]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6778549Z [00:09:34.378]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/lib-const_oid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6848253Z [00:09:34.385]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/const-oid-d2cc2a0850b7a26a/dep-lib-const_oid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6918022Z [00:09:34.392]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.6987394Z [00:09:34.399]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/lib-hyper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7056441Z [00:09:34.406]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/dep-lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7125672Z [00:09:34.413]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-6f1474549448c9c4/lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7196743Z [00:09:34.420]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/lib-signature' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7267029Z [00:09:34.427]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7336868Z [00:09:34.434]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/dep-lib-signature' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7407373Z [00:09:34.441]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signature-fa06786479989eb5/lib-signature.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7478116Z [00:09:34.448]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7548055Z [00:09:34.455]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7617848Z [00:09:34.462]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7690906Z [00:09:34.469]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-e5b9b2ca0c59a677/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7765209Z [00:09:34.477]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7836483Z [00:09:34.484]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7911406Z [00:09:34.491]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/dep-lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.7985684Z [00:09:34.499]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/untrusted-df20551f16bb03b0/lib-untrusted' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8064083Z [00:09:34.506]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-2640dfa1a0cd103b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8139984Z [00:09:34.514]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-future-2640dfa1a0cd103b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8218081Z [00:09:34.522]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/lib-pem_rfc7468.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8298864Z [00:09:34.530]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8377665Z [00:09:34.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8455095Z [00:09:34.545]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pem-rfc7468-2252f5f9d5ded9e5/dep-lib-pem_rfc7468' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8533739Z [00:09:34.553]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8612891Z [00:09:34.561]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8685368Z [00:09:34.569]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8757618Z [00:09:34.576]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-7a1ae249034bdbfe/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8826976Z [00:09:34.583]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8895985Z [00:09:34.590]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.8965278Z [00:09:34.597]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/dep-lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9036728Z [00:09:34.604]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-error-e99dc38f194b9fc4/lib-tracing_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9107756Z [00:09:34.611]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9185835Z [00:09:34.619]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9256719Z [00:09:34.626]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9328390Z [00:09:34.633]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8f27c28c08da8597/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9399564Z [00:09:34.640]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9469111Z [00:09:34.647]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9539742Z [00:09:34.654]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9607872Z [00:09:34.661]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-8646ecd0d36f55fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9679881Z [00:09:34.668]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9749105Z [00:09:34.675]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9818169Z [00:09:34.682]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9886971Z [00:09:34.689]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-47899e815dfac3fe/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:44.9957959Z [00:09:34.696]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/dep-lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0025956Z [00:09:34.703]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0094203Z [00:09:34.709]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/lib-tokio_rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0162589Z [00:09:34.716]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-rustls-061401fa34301cbb/lib-tokio_rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0231839Z [00:09:34.723]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/lib-redb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0303495Z [00:09:34.730]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0372449Z [00:09:34.737]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/lib-redb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0443487Z [00:09:34.744]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-ea416682ef586c2a/dep-lib-redb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0511826Z [00:09:34.751]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/lib-num_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0580116Z [00:09:34.758]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/dep-lib-num_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0650758Z [00:09:34.765]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0722041Z [00:09:34.772]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_enum-d670d9bed71d8e35/lib-num_enum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0794119Z [00:09:34.779]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/lib-iroh_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0864386Z [00:09:34.786]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.0935020Z [00:09:34.794]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/dep-lib-iroh_base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1004918Z [00:09:34.801]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-base-6f05b1f24f5ece00/lib-iroh_base.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1074536Z [00:09:34.808]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/dep-lib-color_backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1142578Z [00:09:34.814]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1211337Z [00:09:34.821]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/lib-color_backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1281913Z [00:09:34.828]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color-backtrace-7b826e7c226fe511/lib-color_backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1351554Z [00:09:34.835]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1420090Z [00:09:34.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1489920Z [00:09:34.849]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1559403Z [00:09:34.856]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-9c1c055b506748de/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1628583Z [00:09:34.863]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/dep-lib-snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1698629Z [00:09:34.870]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1767041Z [00:09:34.877]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/lib-snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1836460Z [00:09:34.884]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/snafu-b66bf3132350b2f1/lib-snafu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1906719Z [00:09:34.891]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.1975268Z [00:09:34.898]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2045983Z [00:09:34.905]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2115825Z [00:09:34.912]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-398ad555f6d6ab04/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2184076Z [00:09:34.918]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2252465Z [00:09:34.925]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2321995Z [00:09:34.932]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2391286Z [00:09:34.939]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-3cd4f67ca25abf7d/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2460306Z [00:09:34.946]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/lib-n0_watcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2529484Z [00:09:34.953]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2598843Z [00:09:34.960]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/lib-n0_watcher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2667632Z [00:09:34.967]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-watcher-91aaace9f2809dc8/dep-lib-n0_watcher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2736583Z [00:09:34.974]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.2805704Z [00:09:34.981]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.2875464Z [00:09:34.988]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/dep-lib-ed25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.2943425Z [00:09:34.994]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3012098Z [00:09:35.001]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/lib-ed25519_dalek.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3081343Z [00:09:35.008]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-dalek-a5d6a06fca61904c/lib-ed25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3151545Z [00:09:35.015]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/dep-lib-md5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3219954Z [00:09:35.022]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/lib-md5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3289779Z [00:09:35.029]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3359001Z [00:09:35.036]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/md5-4309eb78ee8fc10c/lib-md5.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3429337Z [00:09:35.043]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-455fd002e397c5b5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3498732Z [00:09:35.050]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/redb-455fd002e397c5b5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3568246Z [00:09:35.057]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.3637323Z [00:09:35.064]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.3706065Z [00:09:35.071]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3775865Z [00:09:35.078]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3845187Z [00:09:35.085]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3913120Z [00:09:35.091]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-92adac5fadb113e1/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.3981769Z [00:09:35.098]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/lib-crypto_box' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4051355Z [00:09:35.105]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/dep-lib-crypto_box' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4118605Z [00:09:35.112]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4187543Z [00:09:35.119]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_box-c1e0b2c63b3062b7/lib-crypto_box.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4258147Z [00:09:35.126]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/dep-lib-tower_layer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4325732Z [00:09:35.133]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4393633Z [00:09:35.139]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/lib-tower_layer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4460659Z [00:09:35.146]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-5b76469351e43aca/lib-tower_layer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4528924Z [00:09:35.153]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/lib-ntimestamp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4596834Z [00:09:35.160]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/dep-lib-ntimestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4671224Z [00:09:35.167]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/lib-ntimestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4740073Z [00:09:35.174]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ntimestamp-db4510250c8d6935/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4810483Z [00:09:35.181]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4878068Z [00:09:35.188]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.4946632Z [00:09:35.195]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/dep-lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5016606Z [00:09:35.202]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/subtle-86ec28a99f44b466/lib-subtle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5085940Z [00:09:35.209]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5155345Z [00:09:35.216]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5223926Z [00:09:35.222]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5292416Z [00:09:35.229]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-5fae158572bcfda4/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5362705Z [00:09:35.236]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5431566Z [00:09:35.243]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5501287Z [00:09:35.250]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5570729Z [00:09:35.257]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-c9f34b14ce84119e/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5640480Z [00:09:35.264]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5708712Z [00:09:35.271]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5778410Z [00:09:35.278]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5847590Z [00:09:35.285]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-5f6bba963fa74670/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5918322Z [00:09:35.292]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/lib-hostname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.5990243Z [00:09:35.299]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6065842Z [00:09:35.307]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/lib-hostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6136308Z [00:09:35.314]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-dcdd153cb247d4d3/dep-lib-hostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6206579Z [00:09:35.321]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6274639Z [00:09:35.328]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6345008Z [00:09:35.335]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6412956Z [00:09:35.341]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6481400Z [00:09:35.348]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/lib-enumflags2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6549556Z [00:09:35.355]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6617208Z [00:09:35.362]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6686503Z [00:09:35.369]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-ac4fcfa9a206c539/dep-lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6756525Z [00:09:35.376]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/dep-lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6825205Z [00:09:35.383]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/lib-termcolor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6895823Z [00:09:35.390]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.6965239Z [00:09:35.397]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-b6a3425f1543ca56/lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7034106Z [00:09:35.403]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/dep-lib-inout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7102501Z [00:09:35.410]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7170388Z [00:09:35.417]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/lib-inout.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7239791Z [00:09:35.424]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inout-c9ffd80e55d6ef2d/lib-inout' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7309283Z [00:09:35.431]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/lib-genawaiter_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7378097Z [00:09:35.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/lib-genawaiter_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7446724Z [00:09:35.445]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7515673Z [00:09:35.452]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/genawaiter-macro-aa30040c9b4e8df3/dep-lib-genawaiter_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7587407Z [00:09:35.459]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7659945Z [00:09:35.466]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7730438Z [00:09:35.473]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7798263Z [00:09:35.480]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-f9756388f8c7316c/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7867032Z [00:09:35.487]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/lib-heapless.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.7939682Z [00:09:35.494]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/dep-lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8014824Z [00:09:35.501]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8088914Z [00:09:35.509]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-e1cfd7fdaa275a25/lib-heapless' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8160967Z [00:09:35.516]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.8233821Z [00:09:35.523]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.8305820Z [00:09:35.531]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.8376427Z [00:09:35.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:45.8446611Z [00:09:35.545]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8517683Z [00:09:35.552]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8586953Z [00:09:35.559]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/dep-lib-no_std_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8655066Z [00:09:35.566]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/no-std-net-f3d13906880b7d20/lib-no_std_net.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8724258Z [00:09:35.572]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/dep-lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8792233Z [00:09:35.579]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/lib-rustls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8861069Z [00:09:35.586]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.8930488Z [00:09:35.593]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-28a74c8bc82b41b8/lib-rustls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9002223Z [00:09:35.600]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/dep-lib-netdev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9070870Z [00:09:35.607]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9138723Z [00:09:35.614]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/lib-netdev' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9206909Z [00:09:35.621]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netdev-9b130764ef84fab1/lib-netdev.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9275651Z [00:09:35.628]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9de926f4afc3d58b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9344184Z [00:09:35.634]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blake3-9de926f4afc3d58b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9410933Z [00:09:35.641]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9478985Z [00:09:35.648]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/dep-lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9546783Z [00:09:35.655]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/lib-hash32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9616417Z [00:09:35.662]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hash32-f6d59b34cbb205fd/lib-hash32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9687404Z [00:09:35.669]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/dep-lib-yasna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9757377Z [00:09:35.676]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9825880Z [00:09:35.683]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/lib-yasna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9893704Z [00:09:35.689]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/yasna-f14ff98ac3d0f1ac/lib-yasna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:45.9961950Z [00:09:35.696]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0036068Z [00:09:35.704]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0106617Z [00:09:35.711]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0176097Z [00:09:35.718]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-b99093400b0fbf06/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0245248Z [00:09:35.725]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/lib-igd_next.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0312952Z [00:09:35.731]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0384021Z [00:09:35.738]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/lib-igd_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0452621Z [00:09:35.745]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/igd-next-bbf2447dbb16e3f9/dep-lib-igd_next' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0521425Z [00:09:35.752]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0589367Z [00:09:35.759]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0657584Z [00:09:35.766]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0726644Z [00:09:35.773]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-3d882f16bae95147/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0795372Z [00:09:35.780]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0864015Z [00:09:35.786]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.0933067Z [00:09:35.793]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1001102Z [00:09:35.800]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-00ba843e895237f0/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1069234Z [00:09:35.807]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1137744Z [00:09:35.814]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1207416Z [00:09:35.821]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1275294Z [00:09:35.828]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-a05ec94787510fd5/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1343874Z [00:09:35.834]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/dep-lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1411706Z [00:09:35.841]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/lib-http_body.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1479619Z [00:09:35.848]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1548823Z [00:09:35.855]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-ca6f4e7b25f8b86a/lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1617296Z [00:09:35.862]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1686468Z [00:09:35.869]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1754967Z [00:09:35.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1823746Z [00:09:35.882]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1892365Z [00:09:35.889]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.1961815Z [00:09:35.896]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2030666Z [00:09:35.903]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2099256Z [00:09:35.910]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerovec-44bb6ec2cd54fe05/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2168343Z [00:09:35.917]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/lib-write16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2237720Z [00:09:35.924]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/dep-lib-write16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2306213Z [00:09:35.931]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2376921Z [00:09:35.938]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/write16-6132783960610270/lib-write16.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2445095Z [00:09:35.945]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2514856Z [00:09:35.952]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2583309Z [00:09:35.958]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2651104Z [00:09:35.965]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-c216a833e3ea000c/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2720199Z [00:09:35.972]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/dep-lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2788010Z [00:09:35.979]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/lib-want.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2856925Z [00:09:35.986]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2925247Z [00:09:35.993]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-15b5d93c047a88ec/lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.2994038Z [00:09:35.999]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3061241Z [00:09:36.006]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3129669Z [00:09:36.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3197222Z [00:09:36.020]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-186aa515f8e55753/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3266841Z [00:09:36.027]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/dep-lib-range_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3335736Z [00:09:36.034]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/lib-range_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3404412Z [00:09:36.041]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3474325Z [00:09:36.048]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/range-collections-0d8aeb6e13fa17f2/lib-range_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3544100Z [00:09:36.054]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3613034Z [00:09:36.061]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3682085Z [00:09:36.068]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3751284Z [00:09:36.075]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-91c20dd4ece52ff8/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3820990Z [00:09:36.082]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3889494Z [00:09:36.089]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.3958471Z [00:09:36.096]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4027423Z [00:09:36.103]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-df48f36396c0b41a/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4097619Z [00:09:36.110]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:46.4166821Z [00:09:36.117]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:46.4235976Z [00:09:36.124]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4304577Z [00:09:36.131]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4373842Z [00:09:36.137]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4442258Z [00:09:36.144]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-bb21a5ca4d342ad7/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4512992Z [00:09:36.151]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4582587Z [00:09:36.158]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/lib-tagptr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4651751Z [00:09:36.165]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/lib-tagptr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4720980Z [00:09:36.172]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tagptr-e721e14d2177eca0/dep-lib-tagptr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4790170Z [00:09:36.179]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4857941Z [00:09:36.186]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4925471Z [00:09:36.193]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.4994334Z [00:09:36.199]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-5bb19dda8996b7f9/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5065031Z [00:09:36.207]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/lib-aead' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5133875Z [00:09:36.213]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5200665Z [00:09:36.220]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/dep-lib-aead' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5268604Z [00:09:36.227]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aead-79293cc8c220f35e/lib-aead.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5339064Z [00:09:36.234]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5407944Z [00:09:36.241]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5477428Z [00:09:36.248]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5545287Z [00:09:36.255]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-bc2f378c135017cb/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5614923Z [00:09:36.262]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5682841Z [00:09:36.268]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/dep-lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5750624Z [00:09:36.275]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5817781Z [00:09:36.282]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-2fbe14ddc69a96d0/lib-gimli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5889398Z [00:09:36.289]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/lib-critical_section' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.5959945Z [00:09:36.296]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/lib-critical_section.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6028349Z [00:09:36.303]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6100436Z [00:09:36.310]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/critical-section-d933caa5110f5cd4/dep-lib-critical_section' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6169677Z [00:09:36.317]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6239598Z [00:09:36.324]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6309392Z [00:09:36.331]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6378932Z [00:09:36.338]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-28a318f4828a0528/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6448073Z [00:09:36.345]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/dep-lib-rustc_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6517143Z [00:09:36.352]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6585388Z [00:09:36.359]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/lib-rustc_hash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6655806Z [00:09:36.366]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-hash-d021aafb2ce11509/lib-rustc_hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6724756Z [00:09:36.373]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-08976f83b9e129c1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6792589Z [00:09:36.379]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-quinn-udp-08976f83b9e129c1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6862007Z [00:09:36.386]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6930051Z [00:09:36.393]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.6997854Z [00:09:36.400]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/dep-lib-number_prefix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7066363Z [00:09:36.407]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/number_prefix-dd573bd5f107f5d0/lib-number_prefix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7135258Z [00:09:36.414]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c589e3f086074e21/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7203124Z [00:09:36.420]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-c589e3f086074e21/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7271544Z [00:09:36.427]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7340117Z [00:09:36.434]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7408178Z [00:09:36.441]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7476709Z [00:09:36.448]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-aa443dd6ff56234e/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7544977Z [00:09:36.455]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/dep-lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7614779Z [00:09:36.461]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7682492Z [00:09:36.468]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7752435Z [00:09:36.475]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-7d317ded3d3bbb97/lib-fallible_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7822912Z [00:09:36.482]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/dep-lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7892900Z [00:09:36.489]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.7963953Z [00:09:36.496]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/lib-webpki_roots' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8035383Z [00:09:36.504]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/webpki-roots-a89719c6abfb2fb5/lib-webpki_roots.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8103889Z [00:09:36.510]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/lib-hyper_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8173824Z [00:09:36.517]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/dep-lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8243418Z [00:09:36.524]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8312426Z [00:09:36.531]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-4d63646b82289931/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8381334Z [00:09:36.538]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8452673Z [00:09:36.545]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/lib-pnet_packet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8520342Z [00:09:36.552]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8589320Z [00:09:36.559]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pnet_packet-8c11894fb0e2f793/dep-lib-pnet_packet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8658359Z [00:09:36.566]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8728291Z [00:09:36.573]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8796351Z [00:09:36.580]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8864194Z [00:09:36.587]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-23685ebd8bdfb986/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.8932914Z [00:09:36.593]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9000575Z [00:09:36.600]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9071828Z [00:09:36.607]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9140074Z [00:09:36.614]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-bf421eca1ac0a415/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9209622Z [00:09:36.621]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9277906Z [00:09:36.628]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9347487Z [00:09:36.635]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9415901Z [00:09:36.642]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9483689Z [00:09:36.648]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9551068Z [00:09:36.655]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5feba56202d4b086/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9619317Z [00:09:36.662]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/dep-lib-serdect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9689746Z [00:09:36.669]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9759762Z [00:09:36.676]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/lib-serdect.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9828959Z [00:09:36.683]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serdect-49cca9424b92e7cd/lib-serdect' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9897597Z [00:09:36.690]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:46.9966416Z [00:09:36.697]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0037487Z [00:09:36.704]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0105479Z [00:09:36.711]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_normalizer-102fab1c1b92628d/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0175245Z [00:09:36.718]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/lib-iroh_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0242307Z [00:09:36.724]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0310797Z [00:09:36.731]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/dep-lib-iroh_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0379553Z [00:09:36.738]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-io-ff96316852722f90/lib-iroh_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0448008Z [00:09:36.745]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0517510Z [00:09:36.752]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0585743Z [00:09:36.759]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0654385Z [00:09:36.766]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-2c5aa8d01b9071d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0722913Z [00:09:36.772]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0791077Z [00:09:36.779]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0859605Z [00:09:36.786]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0927384Z [00:09:36.793]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.0996130Z [00:09:36.800]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1066098Z [00:09:36.807]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1134330Z [00:09:36.814]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1202491Z [00:09:36.820]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a629143761e06349/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1272747Z [00:09:36.827]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/dep-lib-curve25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1340968Z [00:09:36.834]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1411303Z [00:09:36.841]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/lib-curve25519_dalek' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1479282Z [00:09:36.848]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-6e65fd0eb907dc51/lib-curve25519_dalek.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1548895Z [00:09:36.855]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/dep-lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1617679Z [00:09:36.862]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/lib-derive_more.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1687102Z [00:09:36.869]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1755801Z [00:09:36.876]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/derive_more-b485ceab5f5cb86e/lib-derive_more' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1826133Z [00:09:36.883]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1894683Z [00:09:36.890]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/lib-crypto_secretbox.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.1962174Z [00:09:36.896]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/lib-crypto_secretbox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2029763Z [00:09:36.903]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto_secretbox-95d8267dd030324e/dep-lib-crypto_secretbox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2097406Z [00:09:36.910]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fbfe9050c6fd8aa9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2166767Z [00:09:36.917]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fbfe9050c6fd8aa9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2235184Z [00:09:36.924]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2303451Z [00:09:36.930]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2372212Z [00:09:36.937]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2441605Z [00:09:36.944]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-64a6040cba36e4e6/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2509591Z [00:09:36.951]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/lib-reqwest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2578700Z [00:09:36.958]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2648284Z [00:09:36.965]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2716549Z [00:09:36.972]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-d26bafa81276286e/dep-lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2784764Z [00:09:36.979]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2853772Z [00:09:36.985]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/lib-precis_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2921606Z [00:09:36.992]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/dep-lib-precis_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.2990688Z [00:09:36.999]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-core-5bb53690db0d1c51/lib-precis_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3059214Z [00:09:37.006]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:47.3127823Z [00:09:37.013]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:47.3196729Z [00:09:37.020]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:47.3264868Z [00:09:37.027]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/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-20T22:40:47.3334327Z [00:09:37.033]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/lib-netlink_packet_route' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3403465Z [00:09:37.040]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/dep-lib-netlink_packet_route' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3472012Z [00:09:37.047]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/lib-netlink_packet_route.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3540158Z [00:09:37.054]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-packet-route-46600b8b850450ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3609209Z [00:09:37.061]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/dep-lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3678993Z [00:09:37.068]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3747850Z [00:09:37.075]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3817854Z [00:09:37.082]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-efd614a4f6963b07/lib-pin_project.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3889839Z [00:09:37.089]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/lib-n0_snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.3961080Z [00:09:37.096]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4033606Z [00:09:37.103]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/lib-n0_snafu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4108342Z [00:09:37.111]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/n0-snafu-09c652645556f369/dep-lib-n0_snafu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4181890Z [00:09:37.118]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4252537Z [00:09:37.125]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4321591Z [00:09:37.132]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4389723Z [00:09:37.139]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-9d379a310d03fa6a/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4459034Z [00:09:37.146]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4527296Z [00:09:37.153]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4596500Z [00:09:37.160]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4664574Z [00:09:37.167]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-bfbb176905c37939/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4734127Z [00:09:37.173]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/dep-lib-ed25519' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4802044Z [00:09:37.180]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4871233Z [00:09:37.187]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/lib-ed25519' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.4938807Z [00:09:37.194]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ed25519-4835ffdc9f7e2f94/lib-ed25519.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5005669Z [00:09:37.201]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-0dd1a35ab760997a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5073952Z [00:09:37.207]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-0dd1a35ab760997a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5142046Z [00:09:37.214]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/lib-bounded_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5210295Z [00:09:37.221]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5278048Z [00:09:37.228]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/dep-lib-bounded_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5345549Z [00:09:37.235]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-integer-03e9cf1ded675746/lib-bounded_integer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5414783Z [00:09:37.241]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-ae0dd198124fd535/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5485719Z [00:09:37.249]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/precis-profiles-ae0dd198124fd535/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5555333Z [00:09:37.256]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5624385Z [00:09:37.262]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5696465Z [00:09:37.270]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5767161Z [00:09:37.277]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-d7a40ad81367aed6/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5836813Z [00:09:37.284]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5905854Z [00:09:37.291]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.5974427Z [00:09:37.298]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6043404Z [00:09:37.304]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-82d40731e614dacc/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6116294Z [00:09:37.312]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6187071Z [00:09:37.319]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/lib-rustls_native_certs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6255742Z [00:09:37.326]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6324992Z [00:09:37.333]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-native-certs-615034de367b59ea/dep-lib-rustls_native_certs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6395346Z [00:09:37.340]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6463353Z [00:09:37.346]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6532630Z [00:09:37.353]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6602861Z [00:09:37.360]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-87a63e205864e107/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6675001Z [00:09:37.368]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/lib-utf8_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6745925Z [00:09:37.375]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6818070Z [00:09:37.382]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6888534Z [00:09:37.389]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8_iter-39c5b28120e165c0/dep-lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.6959276Z [00:09:37.396]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-6eee8191a5c1bd98/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7029289Z [00:09:37.403]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-6eee8191a5c1bd98/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7099240Z [00:09:37.410]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7168410Z [00:09:37.417]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/dep-lib-der' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7236982Z [00:09:37.424]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7306472Z [00:09:37.431]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/der-7609a1ebb6113a8e/lib-der.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7376536Z [00:09:37.438]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-d3ee42044fa93843/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7444337Z [00:09:37.444]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ref-cast-d3ee42044fa93843/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7512230Z [00:09:37.451]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/lib-base32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7579820Z [00:09:37.458]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7647371Z [00:09:37.465]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/lib-base32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7717339Z [00:09:37.472]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base32-70dbff10eaac799d/dep-lib-base32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7786440Z [00:09:37.479]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7853563Z [00:09:37.485]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7921866Z [00:09:37.492]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.7989921Z [00:09:37.499]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d3526b68dace2d5c/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8058211Z [00:09:37.506]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8127255Z [00:09:37.513]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8196292Z [00:09:37.520]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8266174Z [00:09:37.527]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-0f32f36ce9bf6ed4/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8335280Z [00:09:37.534]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e136146c81343a9a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8404405Z [00:09:37.541]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e136146c81343a9a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8473013Z [00:09:37.547]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8541328Z [00:09:37.554]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8610727Z [00:09:37.561]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8680540Z [00:09:37.568]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-92d7cbd800da9fe4/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8750712Z [00:09:37.575]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8822203Z [00:09:37.582]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/dep-lib-irpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8890355Z [00:09:37.589]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/lib-irpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.8959774Z [00:09:37.596]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/irpc-16c29c3d245f8697/lib-irpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9028511Z [00:09:37.603]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9097364Z [00:09:37.610]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/dep-lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9166599Z [00:09:37.617]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/lib-ipnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9235846Z [00:09:37.624]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-6fb70a26b5f2c637/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9305083Z [00:09:37.631]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-1d9a19981fa44c22/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9373853Z [00:09:37.637]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-1d9a19981fa44c22/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9444144Z [00:09:37.644]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/dep-lib-crc_catalog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9512896Z [00:09:37.651]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/lib-crc_catalog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9582233Z [00:09:37.658]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9650294Z [00:09:37.665]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc-catalog-3cbe9c556684ad7f/lib-crc_catalog.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9721608Z [00:09:37.672]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9790756Z [00:09:37.679]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9863007Z [00:09:37.686]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/dep-lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:47.9932905Z [00:09:37.693]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-164e9d78dbc707b8/lib-unicode_normalization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0003627Z [00:09:37.700]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/dep-lib-utf16_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0072101Z [00:09:37.707]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/lib-utf16_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0141812Z [00:09:37.714]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0210191Z [00:09:37.721]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf16_iter-ffb105b7d3d97884/lib-utf16_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0279428Z [00:09:37.728]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0349498Z [00:09:37.735]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0419949Z [00:09:37.742]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0489154Z [00:09:37.749]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-195fca63612370c1/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0558593Z [00:09:37.756]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0627346Z [00:09:37.763]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/lib-quoted_string_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0697203Z [00:09:37.770]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/dep-lib-quoted_string_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0764600Z [00:09:37.777]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quoted-string-parser-4c8d8b7a71c0db68/lib-quoted_string_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0832839Z [00:09:37.783]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/lib-netlink_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0901612Z [00:09:37.790]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/lib-netlink_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.0968768Z [00:09:37.797]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/dep-lib-netlink_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1037221Z [00:09:37.804]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/netlink-proto-192ed597567887e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1106199Z [00:09:37.811]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/dep-lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1174585Z [00:09:37.818]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1242942Z [00:09:37.824]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/lib-uuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1311416Z [00:09:37.831]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-961b43c3b259ba65/lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1379423Z [00:09:37.838]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/dep-lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1448438Z [00:09:37.845]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1515868Z [00:09:37.852]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/lib-stable_deref_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1583978Z [00:09:37.858]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-a3436e2bee93ed8c/lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1653395Z [00:09:37.865]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1720654Z [00:09:37.872]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1790940Z [00:09:37.879]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1859115Z [00:09:37.886]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1927785Z [00:09:37.893]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-71f8cc27aec24b39/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.1995192Z [00:09:37.900]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-71f8cc27aec24b39/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2062709Z [00:09:37.906]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2131099Z [00:09:37.913]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2199351Z [00:09:37.920]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/lib-matchers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2266930Z [00:09:37.927]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-8c27b18df1bbab69/dep-lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2334578Z [00:09:37.934]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/dep-lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2404514Z [00:09:37.940]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2472992Z [00:09:37.947]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2541070Z [00:09:37.954]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-7078020738de7e30/lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2610366Z [00:09:37.961]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2679995Z [00:09:37.968]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2747787Z [00:09:37.975]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2815009Z [00:09:37.982]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-2ef3c590fd8c8ef9/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2882644Z [00:09:37.988]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.2950223Z [00:09:37.995]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3020127Z [00:09:38.002]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3090822Z [00:09:38.009]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-34413e2646a1dbf2/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3159576Z [00:09:38.016]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/lib-backon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3227908Z [00:09:38.023]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3299228Z [00:09:38.030]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/dep-lib-backon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3368070Z [00:09:38.037]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backon-2f0f1960565e2870/lib-backon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3436334Z [00:09:38.044]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3505799Z [00:09:38.051]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3573960Z [00:09:38.057]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/dep-lib-base64ct' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3641938Z [00:09:38.064]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64ct-e7a97ad0b618a454/lib-base64ct.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3710451Z [00:09:38.071]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3778811Z [00:09:38.078]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/lib-sha1_smol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3847965Z [00:09:38.085]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3917477Z [00:09:38.092]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-a89d6c84df009796/dep-lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.3987415Z [00:09:38.099]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4056486Z [00:09:38.106]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4126368Z [00:09:38.113]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4195292Z [00:09:38.120]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-7e1ced85b0c386f0/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4264191Z [00:09:38.126]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4332373Z [00:09:38.133]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4400926Z [00:09:38.140]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4469453Z [00:09:38.147]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-c5c32618f2410274/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4539356Z [00:09:38.154]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4607374Z [00:09:38.161]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4676909Z [00:09:38.168]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4747008Z [00:09:38.175]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-c669c3d448cfbda6/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4815240Z [00:09:38.182]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4882152Z [00:09:38.188]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.4949964Z [00:09:38.195]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/lib-sha1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5019239Z [00:09:38.202]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1-5a251e1d21410db3/dep-lib-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5087533Z [00:09:38.209]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/dep-lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5154620Z [00:09:38.216]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5221584Z [00:09:38.222]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/lib-tinyvec_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5289082Z [00:09:38.229]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-0c437587e1abfdb5/lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5359271Z [00:09:38.236]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5429477Z [00:09:38.243]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5499416Z [00:09:38.250]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5571182Z [00:09:38.257]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna_adapter-0bfc050fc825cdfe/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5641693Z [00:09:38.264]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5711805Z [00:09:38.271]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5780264Z [00:09:38.278]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5850236Z [00:09:38.285]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-40ebdc764a824eee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5919992Z [00:09:38.292]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.5988958Z [00:09:38.299]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6061925Z [00:09:38.306]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6132322Z [00:09:38.313]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-6a5909e4f0cccded/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6201201Z [00:09:38.320]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/dep-lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6270056Z [00:09:38.327]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6338091Z [00:09:38.334]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6406135Z [00:09:38.341]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-69df7537c1b61304/lib-hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6474389Z [00:09:38.348]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/dep-lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6543105Z [00:09:38.354]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6612441Z [00:09:38.361]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6680966Z [00:09:38.368]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-a3d1e497ac2c5b8f/lib-addr2line.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6750667Z [00:09:38.375]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/dep-lib-iroh_relay' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6820130Z [00:09:38.382]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6889575Z [00:09:38.389]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/lib-iroh_relay.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.6957998Z [00:09:38.396]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-relay-51b0b84fd0caef4e/lib-iroh_relay' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7028502Z [00:09:38.403]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/lib-bao_tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7097950Z [00:09:38.410]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/dep-lib-bao_tree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7166459Z [00:09:38.417]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7235433Z [00:09:38.424]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bao-tree-5dc64126760d645f/lib-bao_tree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7304151Z [00:09:38.430]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/dep-lib-tokio_websockets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7371519Z [00:09:38.437]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7439579Z [00:09:38.444]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/lib-tokio_websockets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7508161Z [00:09:38.451]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-websockets-ad2b5921bc2bfd42/lib-tokio_websockets.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7576082Z [00:09:38.458]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7645499Z [00:09:38.465]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7714157Z [00:09:38.471]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7783426Z [00:09:38.478]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-5ba445025652e0a7/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7854466Z [00:09:38.485]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/lib-num_cpus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7921712Z [00:09:38.492]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.7990023Z [00:09:38.499]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8057436Z [00:09:38.506]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num_cpus-907120e7cfe553ac/dep-lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8128354Z [00:09:38.513]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/dep-bin-sendme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8196561Z [00:09:38.520]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8265292Z [00:09:38.527]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/bin-sendme.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8336993Z [00:09:38.534]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sendme-05579f92fe040492/bin-sendme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8406156Z [00:09:38.541]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/dep-lib-attohttpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8473768Z [00:09:38.547]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8540858Z [00:09:38.554]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/lib-attohttpc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8609072Z [00:09:38.561]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/attohttpc-75f1fcc553383d9f/lib-attohttpc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8677770Z [00:09:38.568]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8745238Z [00:09:38.575]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/lib-iroh_metrics' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8814505Z [00:09:38.582]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/lib-iroh_metrics.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8882363Z [00:09:38.588]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-metrics-51bec0dae55e4fbc/dep-lib-iroh_metrics' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.8950607Z [00:09:38.595]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-de4fa88dc7a529d3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9018447Z [00:09:38.602]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/heapless-de4fa88dc7a529d3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9087396Z [00:09:38.609]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9154529Z [00:09:38.616]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9221865Z [00:09:38.622]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/lib-indicatif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9289740Z [00:09:38.629]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indicatif-e8f3ed2f69f412fb/dep-lib-indicatif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9357580Z [00:09:38.636]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b9e64b7a41d8d1fd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9425781Z [00:09:38.643]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/portable-atomic-b9e64b7a41d8d1fd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9494860Z [00:09:38.650]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9564016Z [00:09:38.656]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/lib-console.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9632303Z [00:09:38.663]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9702380Z [00:09:38.670]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/console-a4999072a102eb9f/dep-lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9773644Z [00:09:38.677]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9841758Z [00:09:38.684]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9909794Z [00:09:38.691]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:48.9977878Z [00:09:38.698]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/writeable-9b2e8d6de3c98b2d/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0045889Z [00:09:38.705]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/lib-diatomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0112797Z [00:09:38.711]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0182496Z [00:09:38.718]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/lib-diatomic_waker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0251146Z [00:09:38.725]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/diatomic-waker-d4f36cd08c9874f5/dep-lib-diatomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0320171Z [00:09:38.732]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0388223Z [00:09:38.739]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/lib-iroh_blobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0456390Z [00:09:38.746]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/lib-iroh_blobs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0525580Z [00:09:38.753]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iroh-blobs-b97355eeafc3a6c6/dep-lib-iroh_blobs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0593514Z [00:09:38.759]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0660693Z [00:09:38.766]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0729733Z [00:09:38.773]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0798478Z [00:09:38.780]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-18d0e6e01cd438fa/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0867248Z [00:09:38.787]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.0936542Z [00:09:38.794]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1005729Z [00:09:38.801]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1075137Z [00:09:38.808]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-b13e8f788d8c19dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1145398Z [00:09:38.815]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1214442Z [00:09:38.822]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1283674Z [00:09:38.828]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1352717Z [00:09:38.835]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/icu_properties-586417def490365e/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1421291Z [00:09:38.842]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1489785Z [00:09:38.849]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1558702Z [00:09:38.856]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1629300Z [00:09:38.863]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-1bc0ed0447e2eed4/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1699414Z [00:09:38.870]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1768200Z [00:09:38.877]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1837750Z [00:09:38.884]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1906153Z [00:09:38.891]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-fba7bc69c96e80a6/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.1975740Z [00:09:38.898]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/lib-simdutf8.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2044299Z [00:09:38.905]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2112976Z [00:09:38.911]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/lib-simdutf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2180683Z [00:09:38.918]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simdutf8-cd8399cec3e84cea/dep-lib-simdutf8' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2248912Z [00:09:38.925]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-0ece8ffed605fa66/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2317003Z [00:09:38.932]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curve25519-dalek-0ece8ffed605fa66/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2386447Z [00:09:38.939]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/dep-lib-surge_ping' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2454684Z [00:09:38.946]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2522419Z [00:09:38.952]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/lib-surge_ping' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2590481Z [00:09:38.959]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/surge-ping-da45ed22c208d22c/lib-surge_ping.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2660256Z [00:09:38.966]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2729988Z [00:09:38.973]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/dep-lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2798507Z [00:09:38.980]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2866729Z [00:09:38.987]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-b2bd347f1c765998/lib-tower_service.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.2934567Z [00:09:38.994]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3004249Z [00:09:39.000]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3071255Z [00:09:39.007]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3138984Z [00:09:39.014]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-c2066390f2a4a76d/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3207124Z [00:09:39.021]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3274433Z [00:09:39.028]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/dep-lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3344474Z [00:09:39.035]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/lib-http_body_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3412057Z [00:09:39.041]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-c4e89396815a40fb/lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3480016Z [00:09:39.048]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/release/sendme.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3547659Z [00:09:39.055]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3615988Z [00:09:39.062]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3685283Z [00:09:39.069]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.VUs4abKkp4/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3753943Z [00:09:39.076]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sendme' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3822409Z [00:09:39.082]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3890930Z [00:09:39.089]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.3959347Z [00:09:39.096]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.4028065Z [00:09:39.103]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme' retained as 0755 (rwxr-xr-x)
2025-08-20T22:40:49.4096151Z [00:09:39.110]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.4164012Z [00:09:39.117]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.4231556Z [00:09:39.123]➜  mode of '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:40:49.4867079Z [00:09:39.187]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:40:49.4867958Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:40:56.0282370Z 
2025-08-20T22:40:56.0283699Z [+] Sanitizing /tmp/pkgforge/78NthbeA8_SBUILD/BUILD.log ==> /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.static.log
2025-08-20T22:40:58.4801084Z '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.static.log' -> '/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/sendme.log'
2025-08-20T22:40:58.4872308Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sendme/official/sendme?tag=HEAD-519ef0c-250819T203246-x86_64-linux&download=sendme.log
2025-08-20T22:40:58.4873612Z 
2025-08-20T22:40:58.4874384Z [+] Parsing/Uploading sendme/sendme --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fsendme%2Fsendme [x86_64-Linux]
2025-08-20T22:40:58.4914474Z {
2025-08-20T22:40:58.4914788Z   "_disabled": "false",
2025-08-20T22:40:58.4915323Z   "host": "x86_64-Linux",
2025-08-20T22:40:58.4915724Z   "rank": "",
2025-08-20T22:40:58.4916033Z   "pkg": "sendme.static",
2025-08-20T22:40:58.4916393Z   "pkg_family": "sendme",
2025-08-20T22:40:58.4916828Z   "pkg_id": "github.com.n0-computer.sendme.source",
2025-08-20T22:40:58.4917345Z   "pkg_name": "sendme",
2025-08-20T22:40:58.4917704Z   "pkg_type": "static",
2025-08-20T22:40:58.4918368Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme",
2025-08-20T22:40:58.4919092Z   "app_id": "",
2025-08-20T22:40:58.4919587Z   "appstream": "",
2025-08-20T22:40:58.4919909Z   "category": [
2025-08-20T22:40:58.4920213Z     "ConsoleOnly",
2025-08-20T22:40:58.4920515Z     "Utility"
2025-08-20T22:40:58.4920794Z   ],
2025-08-20T22:40:58.4921150Z   "description": "Tool to send files and directories",
2025-08-20T22:40:58.4921637Z   "desktop": "",
2025-08-20T22:40:58.4921952Z   "homepage": [
2025-08-20T22:40:58.4922312Z     "https://github.com/n0-computer/sendme"
2025-08-20T22:40:58.4922609Z   ],
2025-08-20T22:40:58.4923405Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sendme/official/sendme?tag=HEAD-519ef0c-250819T203246-x86_64-linux&download=sendme.png",
2025-08-20T22:40:58.4924042Z   "license": [
2025-08-20T22:40:58.4924223Z     "MIT"
2025-08-20T22:40:58.4924387Z   ],
2025-08-20T22:40:58.4924554Z   "maintainer": [
2025-08-20T22:40:58.4924782Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:40:58.4925064Z   ],
2025-08-20T22:40:58.4925225Z   "provides": [
2025-08-20T22:40:58.4925412Z     "sendme"
2025-08-20T22:40:58.4925580Z   ],
2025-08-20T22:40:58.4925732Z   "note": [
2025-08-20T22:40:58.4926073Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/n0-computer/sendme"
2025-08-20T22:40:58.4926462Z   ],
2025-08-20T22:40:58.4926620Z   "repology": [
2025-08-20T22:40:58.4926789Z     "sendme"
2025-08-20T22:40:58.4926955Z   ],
2025-08-20T22:40:58.4927116Z   "screenshots": [],
2025-08-20T22:40:58.4927307Z   "src_url": [
2025-08-20T22:40:58.4927514Z     "https://github.com/n0-computer/sendme"
2025-08-20T22:40:58.4927761Z   ],
2025-08-20T22:40:58.4927918Z   "tag": [
2025-08-20T22:40:58.4928079Z     "Utility"
2025-08-20T22:40:58.4928247Z   ],
2025-08-20T22:40:58.4928434Z   "version": "HEAD-519ef0c-250819T203246",
2025-08-20T22:40:58.4928710Z   "version_upstream": "0.27.0",
2025-08-20T22:40:58.4929187Z   "bsum": "a906f222ea5bb58f6e84e9d84f3a4ce415e3f0fbb228f89075d3be8c20fca8a0",
2025-08-20T22:40:58.4929572Z   "build_date": "2025-08-20T22:40:53Z",
2025-08-20T22:40:58.4929934Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109412437",
2025-08-20T22:40:58.4930290Z   "build_id": "17109412437",
2025-08-20T22:40:58.4930883Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sendme/official/sendme?tag=HEAD-519ef0c-250819T203246-x86_64-linux&download=sendme.log",
2025-08-20T22:40:58.4931809Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/sendme/static.official.source.yaml",
2025-08-20T22:40:58.4932663Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sendme/official/sendme?tag=HEAD-519ef0c-250819T203246-x86_64-linux&download=sendme",
2025-08-20T22:40:58.4933650Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/sendme/official/sendme:HEAD-519ef0c-250819T203246-x86_64-linux",
2025-08-20T22:40:58.4934192Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/sendme/official/sendme",
2025-08-20T22:40:58.4935358Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sendme/official/sendme?tag=HEAD-519ef0c-250819T203246-x86_64-linux&manifest",
2025-08-20T22:40:58.4936609Z   "shasum": "8456cd24f84c42915408e838be84d9fb34f36f04db5e35d7e99f24ce0d3d87ba",
2025-08-20T22:40:58.4937255Z   "size": "13 MB",
2025-08-20T22:40:58.4937575Z   "size_raw": "13631272",
2025-08-20T22:40:58.4937916Z   "snapshots": [
2025-08-20T22:40:58.4938321Z     "HEAD-dbf2c77-250225T110535-x86_64-linux[NA-2025-02-25]",
2025-08-20T22:40:58.4938935Z     "HEAD-38d6c4f-250303T115238-x86_64-linux[NA-2025-03-03]",
2025-08-20T22:40:58.4939595Z     "HEAD-b938e89-250512T152030-x86_64-linux[0.26.0]",
2025-08-20T22:40:58.4940134Z     "HEAD-2bed36f-250704T181749-x86_64-linux[0.26.0]",
2025-08-20T22:40:58.4940647Z     "HEAD-a9a2032-250707T115542-x86_64-linux[0.26.0]",
2025-08-20T22:40:58.4941143Z     "HEAD-2662417-250708T164748-x86_64-linux[0.26.0]",
2025-08-20T22:40:58.4941615Z     "HEAD-9176f89-250724T093054-x86_64-linux[0.26.0]",
2025-08-20T22:40:58.4942097Z     "HEAD-3db5ea1-250730T213909-x86_64-linux[0.26.0]"
2025-08-20T22:40:58.4942527Z   ]
2025-08-20T22:40:58.4942908Z }
2025-08-20T22:40:58.4943047Z 
2025-08-20T22:40:58.4943052Z 
2025-08-20T22:40:58.5985919Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/sendme/official/sendme:HEAD-519ef0c-250819T203246-x86_64-linux": ghcr.io/pkgforge/bincache/sendme/official/sendme:HEAD-519ef0c-250819T203246-x86_64-linux: not found
2025-08-20T22:40:58.6034846Z Uploading empty artifact
2025-08-20T22:40:58.6038405Z time=2025-08-20T22:40:58Z level=debug msg=Request #0
2025-08-20T22:40:58.6039781Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sendme/official/sendme/manifests/sha256:2438772e719b89c216ecda2a13673a2eca67f436e302d2b71ec57b2a6338c1e4"
2025-08-20T22:40:58.6041109Z > Request method: "HEAD"
2025-08-20T22:40:58.6041529Z > Request headers:
2025-08-20T22:40:58.6043515Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:40:58.6045191Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:40:58.6315389Z time=2025-08-20T22:40:58Z level=debug msg=Response #0
2025-08-20T22:40:58.6315943Z < Response Status: "401 Unauthorized"
2025-08-20T22:40:58.6316225Z < Response headers:
2025-08-20T22:40:58.6316444Z    "Date": "Wed, 20 Aug 2025 22:40:58 GMT"
2025-08-20T22:40:58.6316726Z    "Content-Length": "73"
2025-08-20T22:40:58.6317017Z    "X-Github-Request-Id": "9819:193106:D96A6:ECE7A:68A64EFA"
2025-08-20T22:40:58.6317337Z    "Content-Type": "application/json"
2025-08-20T22:40:58.6318789Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/sendme/official/sendme:pull\""
2025-08-20T22:40:58.6319591Z time=2025-08-20T22:40:58Z level=debug msg=Request #1
2025-08-20T22:40:58.6320193Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fsendme%2Fofficial%2Fsendme%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:40:58.6320745Z > Request method: "GET"
2025-08-20T22:40:58.6320954Z > Request headers:
2025-08-20T22:40:58.6321161Z    "Authorization": "*****"
2025-08-20T22:40:58.6321386Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:40:58.6709257Z time=2025-08-20T22:40:58Z level=debug msg=Response #1
2025-08-20T22:40:58.6709718Z < Response Status: "200 OK"
2025-08-20T22:40:58.6710220Z < Response headers:
2025-08-20T22:40:58.6710512Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:40:58.6711025Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:40:58.6711494Z    "Date": "Wed, 20 Aug 2025 22:40:58 GMT"
2025-08-20T22:40:58.6711795Z    "Content-Length": "69"
2025-08-20T22:40:58.6712116Z    "X-Github-Request-Id": "9819:193106:D96A7:ECE7B:68A64EFA"
2025-08-20T22:40:58.6712500Z    "Content-Type": "application/json"
2025-08-20T22:40:58.6712834Z time=2025-08-20T22:40:58Z level=debug msg=Request #2
2025-08-20T22:40:58.6713906Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sendme/official/sendme/manifests/sha256:2438772e719b89c216ecda2a13673a2eca67f436e302d2b71ec57b2a6338c1e4"
2025-08-20T22:40:58.6714746Z > Request method: "HEAD"
2025-08-20T22:40:58.6714994Z > Request headers:
2025-08-20T22:40:58.6715246Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:40:58.6716536Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:40:58.6717787Z    "Authorization": "*****"
2025-08-20T22:40:58.6819031Z time=2025-08-20T22:40:58Z level=debug msg=Response #2
2025-08-20T22:40:58.6819781Z < Response Status: "404 Not Found"
2025-08-20T22:40:58.6820341Z < Response headers:
2025-08-20T22:40:58.6821116Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:40:58.6821715Z    "Date": "Wed, 20 Aug 2025 22:40:58 GMT"
2025-08-20T22:40:58.6822278Z    "Content-Length": "70"
2025-08-20T22:40:58.6822604Z    "X-Github-Request-Id": "9819:193106:D96B1:ECE86:68A64EFA"
2025-08-20T22:40:58.6822984Z    "Content-Type": "application/json"
2025-08-20T22:40:58.6823571Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:40:58.6823978Z time=2025-08-20T22:40:58Z level=debug msg=Request #3
2025-08-20T22:40:58.6824846Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sendme/official/sendme/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:40:58.6825652Z > Request method: "HEAD"
2025-08-20T22:40:58.6825902Z > Request headers:
2025-08-20T22:40:58.6826139Z    "Authorization": "*****"
2025-08-20T22:40:58.6826406Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:40:58.6962375Z time=2025-08-20T22:40:58Z level=debug msg=Response #3
2025-08-20T22:40:58.6962895Z < Response Status: "200 OK"
2025-08-20T22:40:58.6963393Z < Response headers:
2025-08-20T22:40:58.6963809Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:40:58.6964475Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:40:58.6965112Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:40:58.6965593Z    "Date": "Wed, 20 Aug 2025 22:40:58 GMT"
2025-08-20T22:40:58.6965951Z    "X-Github-Request-Id": "9819:193106:D96B3:ECE8B:68A64EFA"
2025-08-20T22:40:58.6966317Z    "Content-Length": "0"
2025-08-20T22:40:58.6966574Z    "Content-Type": ""
2025-08-20T22:40:58.6967064Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:40:58.6967649Z time=2025-08-20T22:40:58Z level=debug msg=Request #4
2025-08-20T22:40:58.6968545Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sendme/official/sendme/manifests/HEAD-519ef0c-250819T203246-x86_64-linux"
2025-08-20T22:40:58.6969221Z > Request method: "PUT"
2025-08-20T22:40:58.6969465Z > Request headers:
2025-08-20T22:40:58.6969794Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:40:58.6970185Z    "Authorization": "*****"
2025-08-20T22:40:58.6970451Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:40:58.9065063Z time=2025-08-20T22:40:58Z level=debug msg=Response #4
2025-08-20T22:40:58.9065697Z < Response Status: "201 Created"
2025-08-20T22:40:58.9066098Z < Response headers:
2025-08-20T22:40:58.9066763Z    "Date": "Wed, 20 Aug 2025 22:40:58 GMT"
2025-08-20T22:40:58.9067231Z    "Content-Length": "0"
2025-08-20T22:40:58.9067707Z    "X-Github-Request-Id": "9819:193106:D96BA:ECE92:68A64EFA"
2025-08-20T22:40:58.9068239Z    "Content-Type": "application/json"
2025-08-20T22:40:58.9069009Z    "Docker-Content-Digest": "sha256:2438772e719b89c216ecda2a13673a2eca67f436e302d2b71ec57b2a6338c1e4"
2025-08-20T22:40:58.9069860Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:40:58.9071026Z    "Location": "/v2/pkgforge/bincache/sendme/official/sendme/manifests/sha256:2438772e719b89c216ecda2a13673a2eca67f436e302d2b71ec57b2a6338c1e4"
2025-08-20T22:40:58.9072324Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:40:58.9073651Z Pushed [registry] ghcr.io/pkgforge/bincache/sendme/official/sendme:HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:40:58.9074545Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:40:58.9075235Z Digest: sha256:2438772e719b89c216ecda2a13673a2eca67f436e302d2b71ec57b2a6338c1e4
2025-08-20T22:41:01.0325650Z Uploading 8456cd24f84c sendme
2025-08-20T22:41:01.0363979Z Uploading ad436df2be93 sendme.sig
2025-08-20T22:41:01.0384652Z Uploading 5c62bc98843d CHECKSUM
2025-08-20T22:41:01.0385439Z Uploading f79d20627e67 CHECKSUM.sig
2025-08-20T22:41:01.0523901Z Exists    7ee92352fcac LICENSE
2025-08-20T22:41:01.0762304Z Uploading 52e3b9e5ea40 LICENSE.sig
2025-08-20T22:41:01.9300063Z Uploaded  5c62bc98843d CHECKSUM
2025-08-20T22:41:01.9436579Z Exists    ef8802651a3b SBUILD
2025-08-20T22:41:01.9479647Z Uploaded  ad436df2be93 sendme.sig
2025-08-20T22:41:01.9667354Z Uploading 9191c90350cf SBUILD.sig
2025-08-20T22:41:01.9668275Z Exists    11cf0313013e sendme.png
2025-08-20T22:41:01.9857843Z Uploading 6f6b56b633bc sendme.json
2025-08-20T22:41:02.0085904Z Uploaded  f79d20627e67 CHECKSUM.sig
2025-08-20T22:41:02.0300910Z Uploading 048f256be283 sendme.json.sig
2025-08-20T22:41:02.0994956Z Uploaded  52e3b9e5ea40 LICENSE.sig
2025-08-20T22:41:02.1273134Z Uploading 1dde3f4e9afa sendme.log
2025-08-20T22:41:02.2494252Z Uploaded  8456cd24f84c sendme
2025-08-20T22:41:02.2815863Z Uploading 797b3f1c8a60 sendme.log.sig
2025-08-20T22:41:02.9095643Z Uploaded  9191c90350cf SBUILD.sig
2025-08-20T22:41:02.9208881Z Uploaded  6f6b56b633bc sendme.json
2025-08-20T22:41:02.9323857Z Exists    e19c367d5582 sendme.version
2025-08-20T22:41:02.9472438Z Uploading d598723aaf97 sendme.version.sig
2025-08-20T22:41:02.9840728Z Uploaded  048f256be283 sendme.json.sig
2025-08-20T22:41:03.1076829Z Uploaded  1dde3f4e9afa sendme.log
2025-08-20T22:41:03.1765448Z Uploaded  797b3f1c8a60 sendme.log.sig
2025-08-20T22:41:03.9165822Z Uploaded  d598723aaf97 sendme.version.sig
2025-08-20T22:41:03.9166459Z Uploading 1b10327d3a3c sendme
2025-08-20T22:41:04.2392128Z Uploaded  1b10327d3a3c sendme
2025-08-20T22:41:04.2393397Z Pushed [registry] ghcr.io/pkgforge/bincache/sendme/official/sendme:HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:04.2394292Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:41:04.2394880Z Digest: sha256:1b10327d3a3c113bbb56a3b92dd78804d68462e7a7e74dfbf4d8ee129b25e7e7
2025-08-20T22:41:09.3609355Z 
2025-08-20T22:41:09.3610116Z [+] Registry --> https://ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:09.3611147Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sendme/official/sendme?tag=HEAD-519ef0c-250819T203246-x86_64-linux&manifest 
2025-08-20T22:41:09.3611846Z 
2025-08-20T22:41:12.1185903Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:41:15.8989621Z ./BUILD_ARTIFACTS.tar : 31.08%   (   868 MiB =>    270 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:41:16.0852803Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:41:16.0894036Z 
2025-08-20T22:41:16.0894876Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml :: 00(Hr):10(Min):06(Sec)
2025-08-20T22:41:16.0895647Z 
2025-08-20T22:41:16.0909904Z 
2025-08-20T22:41:16.0910141Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:41:16 PM) UTC
2025-08-20T22:41:16.0910583Z 
2025-08-20T22:41:16.8223047Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:41:16.8272420Z ##[group]Run ##Presets
2025-08-20T22:41:16.8272792Z [36;1m##Presets[0m
2025-08-20T22:41:16.8273006Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:16.8273466Z [36;1m#-------------#[0m
2025-08-20T22:41:16.8273667Z [36;1m##Debug?[0m
2025-08-20T22:41:16.8273918Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:41:16.8274211Z [36;1m  set -x[0m
2025-08-20T22:41:16.8274399Z [36;1mfi[0m
2025-08-20T22:41:16.8274591Z [36;1m#-------------#[0m
2025-08-20T22:41:16.8274791Z [36;1m##Set ENV[0m
2025-08-20T22:41:16.8275030Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:41:16.8275532Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-519ef0c-250819T203246-x86_64-linux"[0m
2025-08-20T22:41:16.8276081Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-519ef0c-250819T203246-x86_64-linux"[0m
2025-08-20T22:41:16.8276656Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437"[0m
2025-08-20T22:41:16.8277173Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:41:16.8277576Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:16.8278063Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:16.8278396Z [36;1m fi[0m
2025-08-20T22:41:16.8278571Z [36;1m##Push[0m
2025-08-20T22:41:16.8278936Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:41:16.8279220Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:41:16.8279598Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:41:16.8280072Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:41:16.8280520Z [36;1m     ls -sh "/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:41:16.8280868Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:41:16.8281094Z [36;1m       {[0m
2025-08-20T22:41:16.8281287Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:41:16.8281640Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:41:16.8282095Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:41:16.8282533Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:41:16.8283075Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-519ef0c-250819T203246-x86_64-linux")[0m
2025-08-20T22:41:16.8284001Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109412437")[0m
2025-08-20T22:41:16.8284596Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109412437")[0m
2025-08-20T22:41:16.8285298Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/sendme/official/sendme:HEAD-519ef0c-250819T203246-x86_64-linux")[0m
2025-08-20T22:41:16.8286014Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:40:53Z")[0m
2025-08-20T22:41:16.8286519Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-519ef0c-250819T203246")[0m
2025-08-20T22:41:16.8287040Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:40:53Z")[0m
2025-08-20T22:41:16.8287723Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/sendme/official/sendme")[0m
2025-08-20T22:41:16.8288386Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:41:16.8288920Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-519ef0c-250819T203246")[0m
2025-08-20T22:41:16.8289738Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-519ef0c-250819T203246")[0m
2025-08-20T22:41:16.8290482Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme")[0m
2025-08-20T22:41:16.8291179Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-sendme")[0m
2025-08-20T22:41:16.8291754Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/n0-computer/sendme")[0m
2025-08-20T22:41:16.8292304Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:41:16.8292824Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-519ef0c-250819T203246")[0m
2025-08-20T22:41:16.8293505Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:41:16.8294015Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:41:16.8294454Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:41:16.8294708Z [36;1m         #Check[0m
2025-08-20T22:41:16.8295296Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:40:53Z" ]]; then[0m
2025-08-20T22:41:16.8296026Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:41:16.8296456Z [36;1m            break[0m
2025-08-20T22:41:16.8296662Z [36;1m          else[0m
2025-08-20T22:41:16.8297068Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:41:16.8297497Z [36;1m          fi[0m
2025-08-20T22:41:16.8297718Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:41:16.8297974Z [36;1m        done[0m
2025-08-20T22:41:16.8298158Z [36;1m       }[0m
2025-08-20T22:41:16.8298365Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:41:16.8298613Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:41:16.8299212Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:40:53Z" ]]; then[0m
2025-08-20T22:41:16.8299991Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:41:16.8300408Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:41:16.8300668Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:41:16.8301279Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:40:53Z" ]]; then[0m
2025-08-20T22:41:16.8302026Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:41:16.8302538Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:41:16.8302931Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:41:16.8303373Z [36;1m           fi[0m
2025-08-20T22:41:16.8303589Z [36;1m       fi[0m
2025-08-20T22:41:16.8303771Z [36;1m   fi[0m
2025-08-20T22:41:16.8303941Z [36;1m fi[0m
2025-08-20T22:41:16.8304127Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:41:16.8709848Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:16.8710110Z env:
2025-08-20T22:41:16.8710298Z   CROSS_COMPILING: NO
2025-08-20T22:41:16.8710528Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:16.8710774Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:16.8710995Z   ON_QEMU: NO
2025-08-20T22:41:16.8711175Z   DEBUG: 0
2025-08-20T22:41:16.8711362Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:16.8711715Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:16.8712013Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:16.8712466Z   KEEP_LOGS: YES
2025-08-20T22:41:16.8712669Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:16.8712894Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:16.8713118Z   SBUILD_REBUILD: false
2025-08-20T22:41:16.8713847Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:16.8714480Z   BUILD_SYS: docker://rust
2025-08-20T22:41:16.8714711Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:16.8714925Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:16.8715134Z   SYSTMP: /tmp
2025-08-20T22:41:16.8715323Z   GHA_MODE: MATRIX
2025-08-20T22:41:16.8715782Z   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-20T22:41:16.8716315Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:16.8716647Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:16.8717035Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:16.8717522Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:16.8717904Z   PKG_TYPE: static
2025-08-20T22:41:16.8718103Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:16.8718336Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:16.8718718Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:16.8719077Z   BUILD_ID: 17109412437
2025-08-20T22:41:16.8719371Z   PKG_NAME: sendme
2025-08-20T22:41:16.8719568Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:16.8719815Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:16.8720084Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:16.8720386Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:16.8720742Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:16.8721183Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:16.8721622Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:16.8721903Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:16.8722327Z   GHCR_TOKEN: ***
2025-08-20T22:41:16.8722628Z   GITHUB_TOKEN: ***
2025-08-20T22:41:16.8722864Z   GITLAB_TOKEN: ***
2025-08-20T22:41:16.8724277Z   MINISIGN_KEY: ***
2025-08-20T22:41:16.8724470Z ##[endgroup]
2025-08-20T22:41:16.8817392Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:41:16.8828001Z 270M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:41:16.8840976Z total 19M
2025-08-20T22:41:16.8841209Z 4.0K CHECKSUM
2025-08-20T22:41:16.8841406Z 4.0K CHECKSUM.sig
2025-08-20T22:41:16.8841601Z 4.0K LICENSE
2025-08-20T22:41:16.8841787Z 4.0K LICENSE.sig
2025-08-20T22:41:16.8841978Z 8.0K SBUILD
2025-08-20T22:41:16.8842181Z 4.0K SBUILD.sig
2025-08-20T22:41:16.8842505Z 4.0K SBUILD_TEMP
2025-08-20T22:41:16.8842835Z  13M sendme
2025-08-20T22:41:16.8843321Z 4.0K sendme.json
2025-08-20T22:41:16.8843674Z 4.0K sendme.json.sig
2025-08-20T22:41:16.8844048Z 2.6M sendme.log
2025-08-20T22:41:16.8844408Z 4.0K sendme.log.sig
2025-08-20T22:41:16.8844763Z  40K sendme.png
2025-08-20T22:41:16.8845100Z 4.0K sendme.sig
2025-08-20T22:41:16.8845460Z 2.6M sendme.static.log
2025-08-20T22:41:16.8845896Z 4.0K sendme.static.version
2025-08-20T22:41:16.8846344Z 4.0K sendme.static.version.sig
2025-08-20T22:41:16.8846795Z 4.0K sendme.version
2025-08-20T22:41:16.8847196Z 4.0K sendme.version.sig
2025-08-20T22:41:17.1982564Z Uploading e5ad8882d929 BUILD_ARTIFACTS.zstd
2025-08-20T22:41:20.6899204Z Uploaded  e5ad8882d929 BUILD_ARTIFACTS.zstd
2025-08-20T22:41:20.6899823Z Uploading 3d59b4008c1b SRCBUILD-sendme
2025-08-20T22:41:20.9357340Z Uploaded  3d59b4008c1b SRCBUILD-sendme
2025-08-20T22:41:20.9358559Z Pushed [registry] ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437:HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:20.9359712Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:41:20.9360840Z Digest: sha256:3d59b4008c1be23918f59a3470b2bdc0b0e41e1d083c3308457a67dc5e2e9b43
2025-08-20T22:41:26.0584345Z 
2025-08-20T22:41:26.0585846Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:26.0586413Z 
2025-08-20T22:41:26.1818370Z ##[group]Run ##Presets
2025-08-20T22:41:26.1818656Z [36;1m##Presets[0m
2025-08-20T22:41:26.1818862Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:26.1819077Z [36;1m#-------------#[0m
2025-08-20T22:41:26.1819275Z [36;1m##Debug?[0m
2025-08-20T22:41:26.1819520Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:41:26.1819831Z [36;1m  set -x[0m
2025-08-20T22:41:26.1820010Z [36;1mfi[0m
2025-08-20T22:41:26.1820189Z [36;1m#-------------#[0m
2025-08-20T22:41:26.1820458Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:41:26.1820799Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:41:26.1870925Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:26.1871167Z env:
2025-08-20T22:41:26.1871348Z   CROSS_COMPILING: NO
2025-08-20T22:41:26.1871563Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:26.1871788Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:26.1872004Z   ON_QEMU: NO
2025-08-20T22:41:26.1872236Z   DEBUG: 0
2025-08-20T22:41:26.1872427Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:26.1872658Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:26.1872939Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:26.1873536Z   KEEP_LOGS: YES
2025-08-20T22:41:26.1873737Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:26.1874110Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:26.1874325Z   SBUILD_REBUILD: false
2025-08-20T22:41:26.1874881Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:26.1875464Z   BUILD_SYS: docker://rust
2025-08-20T22:41:26.1875685Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:26.1875895Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:26.1876087Z   SYSTMP: /tmp
2025-08-20T22:41:26.1876264Z   GHA_MODE: MATRIX
2025-08-20T22:41:26.1876704Z   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-20T22:41:26.1877231Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:26.1877559Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:26.1877949Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:26.1878438Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:26.1878825Z   PKG_TYPE: static
2025-08-20T22:41:26.1879020Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:26.1879245Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:26.1879628Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:26.1879993Z   BUILD_ID: 17109412437
2025-08-20T22:41:26.1880193Z   PKG_NAME: sendme
2025-08-20T22:41:26.1880388Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:26.1880635Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:26.1880895Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:26.1881202Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:26.1881564Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:26.1882003Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:26.1882452Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:26.1882738Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:26.1892997Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:26.1893854Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:26.1894303Z ##[endgroup]
2025-08-20T22:41:26.2060507Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:41:26.2060955Z with:
2025-08-20T22:41:26.2061156Z   name: Bincache_sendme_x86_64-Linux
2025-08-20T22:41:26.2061463Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:41:26.2061770Z   compression-level: 0
2025-08-20T22:41:26.2061983Z   retention-days: 30
2025-08-20T22:41:26.2062177Z   overwrite: true
2025-08-20T22:41:26.2062370Z   if-no-files-found: warn
2025-08-20T22:41:26.2062592Z   include-hidden-files: false
2025-08-20T22:41:26.2062810Z env:
2025-08-20T22:41:26.2062976Z   CROSS_COMPILING: NO
2025-08-20T22:41:26.2063424Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:26.2063696Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:26.2063924Z   ON_QEMU: NO
2025-08-20T22:41:26.2064101Z   DEBUG: 0
2025-08-20T22:41:26.2064281Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:26.2064505Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:26.2064788Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:26.2065120Z   KEEP_LOGS: YES
2025-08-20T22:41:26.2065312Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:26.2065532Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:26.2065743Z   SBUILD_REBUILD: false
2025-08-20T22:41:26.2066285Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:26.2066852Z   BUILD_SYS: docker://rust
2025-08-20T22:41:26.2067063Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:26.2067257Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:26.2067448Z   SYSTMP: /tmp
2025-08-20T22:41:26.2067630Z   GHA_MODE: MATRIX
2025-08-20T22:41:26.2068068Z   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-20T22:41:26.2068717Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:26.2069045Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:26.2069459Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:26.2069954Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:26.2070345Z   PKG_TYPE: static
2025-08-20T22:41:26.2070545Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:26.2070778Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:26.2071165Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:26.2071531Z   BUILD_ID: 17109412437
2025-08-20T22:41:26.2071729Z   PKG_NAME: sendme
2025-08-20T22:41:26.2071927Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:26.2072168Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:26.2072429Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:26.2072729Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:26.2073090Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:26.2073640Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:26.2074091Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:26.2074376Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:26.2074645Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:26.2075125Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:26.2075546Z   UTC_TIME: 2025_08_20T10_41_26_PM
2025-08-20T22:41:26.2075783Z ##[endgroup]
2025-08-20T22:41:26.5390321Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:41:26.5393793Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:41:26.5394765Z With the provided path, there will be 2 files uploaded
2025-08-20T22:41:26.6375321Z Artifact name is valid!
2025-08-20T22:41:26.6376898Z Root directory input is valid!
2025-08-20T22:41:26.6709560Z Beginning upload of artifact content to blob storage
2025-08-20T22:41:27.0816625Z Uploaded bytes 8388608
2025-08-20T22:41:27.0914887Z Uploaded bytes 16777216
2025-08-20T22:41:27.1404731Z Uploaded bytes 25165824
2025-08-20T22:41:27.1638792Z Uploaded bytes 33554432
2025-08-20T22:41:27.3318702Z Uploaded bytes 41943040
2025-08-20T22:41:27.3569138Z Uploaded bytes 50331648
2025-08-20T22:41:27.3664264Z Uploaded bytes 58720256
2025-08-20T22:41:27.4042481Z Uploaded bytes 67108864
2025-08-20T22:41:27.5695534Z Uploaded bytes 75497472
2025-08-20T22:41:27.5982271Z Uploaded bytes 83886080
2025-08-20T22:41:27.6094352Z Uploaded bytes 92274688
2025-08-20T22:41:27.6213091Z Uploaded bytes 100663296
2025-08-20T22:41:27.7912854Z Uploaded bytes 109051904
2025-08-20T22:41:27.7998844Z Uploaded bytes 117440512
2025-08-20T22:41:27.8190360Z Uploaded bytes 125829120
2025-08-20T22:41:27.8671824Z Uploaded bytes 134217728
2025-08-20T22:41:28.0031927Z Uploaded bytes 142606336
2025-08-20T22:41:28.0234666Z Uploaded bytes 150994944
2025-08-20T22:41:28.0426812Z Uploaded bytes 159383552
2025-08-20T22:41:28.0558679Z Uploaded bytes 167772160
2025-08-20T22:41:28.2294452Z Uploaded bytes 176160768
2025-08-20T22:41:28.2443876Z Uploaded bytes 184549376
2025-08-20T22:41:28.2522545Z Uploaded bytes 192937984
2025-08-20T22:41:28.2638044Z Uploaded bytes 201326592
2025-08-20T22:41:28.4230869Z Uploaded bytes 209715200
2025-08-20T22:41:28.4504974Z Uploaded bytes 218103808
2025-08-20T22:41:28.4582875Z Uploaded bytes 226492416
2025-08-20T22:41:28.5034211Z Uploaded bytes 234881024
2025-08-20T22:41:28.5880336Z Uploaded bytes 243269632
2025-08-20T22:41:28.6182713Z Uploaded bytes 251658240
2025-08-20T22:41:28.6413466Z Uploaded bytes 260046848
2025-08-20T22:41:28.6608321Z Uploaded bytes 268435456
2025-08-20T22:41:28.7417943Z Uploaded bytes 276824064
2025-08-20T22:41:28.7563743Z Uploaded bytes 285212672
2025-08-20T22:41:28.7906373Z Uploaded bytes 286080852
2025-08-20T22:41:28.8114427Z Finished uploading artifact content to blob storage!
2025-08-20T22:41:28.8117988Z SHA256 digest of uploaded artifact zip is a2898a3f6d4444328686925126e59d464711545d3f01aef3dc5701125b05f9a3
2025-08-20T22:41:28.8120641Z Finalizing artifact upload
2025-08-20T22:41:28.9070237Z Artifact Bincache_sendme_x86_64-Linux.zip successfully finalized. Artifact ID 3813877367
2025-08-20T22:41:28.9071654Z Artifact Bincache_sendme_x86_64-Linux has been successfully uploaded! Final size is 286080852 bytes. Artifact ID is 3813877367
2025-08-20T22:41:28.9080399Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109412437/artifacts/3813877367
2025-08-20T22:41:28.9303018Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:41:28.9303517Z with:
2025-08-20T22:41:28.9303829Z   subject-name: sendme-17109412437-HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:28.9304702Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:41:28.9305464Z   show-summary: true
2025-08-20T22:41:28.9305688Z   push-to-registry: false
2025-08-20T22:41:28.9306091Z   github-token: ***
2025-08-20T22:41:28.9306320Z env:
2025-08-20T22:41:28.9306506Z   CROSS_COMPILING: NO
2025-08-20T22:41:28.9306740Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:28.9306979Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:28.9307203Z   ON_QEMU: NO
2025-08-20T22:41:28.9307394Z   DEBUG: 0
2025-08-20T22:41:28.9307586Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:28.9307820Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:28.9308145Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:28.9308461Z   KEEP_LOGS: YES
2025-08-20T22:41:28.9308668Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:28.9308894Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:28.9309119Z   SBUILD_REBUILD: false
2025-08-20T22:41:28.9309668Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:28.9310269Z   BUILD_SYS: docker://rust
2025-08-20T22:41:28.9310500Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:28.9310712Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:28.9310917Z   SYSTMP: /tmp
2025-08-20T22:41:28.9311111Z   GHA_MODE: MATRIX
2025-08-20T22:41:28.9311704Z   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-20T22:41:28.9312234Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:28.9312582Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:28.9312995Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:28.9313807Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:28.9314209Z   PKG_TYPE: static
2025-08-20T22:41:28.9314418Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:28.9314667Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:28.9315064Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:28.9315446Z   BUILD_ID: 17109412437
2025-08-20T22:41:28.9315652Z   PKG_NAME: sendme
2025-08-20T22:41:28.9315868Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:28.9316132Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:28.9316403Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:28.9316719Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:28.9317090Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:28.9317543Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:28.9318004Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:28.9318299Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:28.9318583Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:28.9319085Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:28.9319654Z   UTC_TIME: 2025_08_20T10_41_26_PM
2025-08-20T22:41:28.9319903Z ##[endgroup]
2025-08-20T22:41:28.9397126Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:41:28.9397580Z env:
2025-08-20T22:41:28.9397778Z   CROSS_COMPILING: NO
2025-08-20T22:41:28.9397999Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:28.9398236Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:28.9398461Z   ON_QEMU: NO
2025-08-20T22:41:28.9398641Z   DEBUG: 0
2025-08-20T22:41:28.9398830Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:28.9399261Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:28.9399571Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:28.9399894Z   KEEP_LOGS: YES
2025-08-20T22:41:28.9400102Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:28.9400331Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:28.9400555Z   SBUILD_REBUILD: false
2025-08-20T22:41:28.9401116Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:28.9401710Z   BUILD_SYS: docker://rust
2025-08-20T22:41:28.9401934Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:28.9402138Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:28.9402345Z   SYSTMP: /tmp
2025-08-20T22:41:28.9402539Z   GHA_MODE: MATRIX
2025-08-20T22:41:28.9402990Z   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-20T22:41:28.9403734Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:28.9404091Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:28.9404495Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:28.9404995Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:28.9405393Z   PKG_TYPE: static
2025-08-20T22:41:28.9405600Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:28.9405842Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:28.9406240Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:28.9406617Z   BUILD_ID: 17109412437
2025-08-20T22:41:28.9406822Z   PKG_NAME: sendme
2025-08-20T22:41:28.9407034Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:28.9407391Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:28.9407679Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:28.9408011Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:28.9408390Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:28.9408857Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:28.9409328Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:28.9409627Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:28.9409918Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:28.9410426Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:28.9410870Z   UTC_TIME: 2025_08_20T10_41_26_PM
2025-08-20T22:41:28.9411109Z ##[endgroup]
2025-08-20T22:41:29.3052116Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:41:29.3052485Z with:
2025-08-20T22:41:29.3053406Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:41:29.3054296Z   subject-name: sendme-17109412437-HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:29.3054727Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:41:29.3057416Z   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/17109412437/attempts/1"}}}
2025-08-20T22:41:29.3060189Z   push-to-registry: false
2025-08-20T22:41:29.3060423Z   show-summary: true
2025-08-20T22:41:29.3060970Z   github-token: ***
2025-08-20T22:41:29.3061182Z env:
2025-08-20T22:41:29.3061366Z   CROSS_COMPILING: NO
2025-08-20T22:41:29.3061589Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:29.3061822Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:29.3062050Z   ON_QEMU: NO
2025-08-20T22:41:29.3062232Z   DEBUG: 0
2025-08-20T22:41:29.3062425Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:29.3062666Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:29.3062965Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:29.3063521Z   KEEP_LOGS: YES
2025-08-20T22:41:29.3063729Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:29.3063956Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:29.3064191Z   SBUILD_REBUILD: false
2025-08-20T22:41:29.3064745Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:29.3065330Z   BUILD_SYS: docker://rust
2025-08-20T22:41:29.3065552Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:29.3065765Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:29.3065971Z   SYSTMP: /tmp
2025-08-20T22:41:29.3066159Z   GHA_MODE: MATRIX
2025-08-20T22:41:29.3066617Z   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-20T22:41:29.3067151Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:29.3067489Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:29.3067894Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:29.3068389Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:29.3068888Z   PKG_TYPE: static
2025-08-20T22:41:29.3069091Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:29.3069339Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:29.3069733Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:29.3070110Z   BUILD_ID: 17109412437
2025-08-20T22:41:29.3070319Z   PKG_NAME: sendme
2025-08-20T22:41:29.3070525Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:29.3070780Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:29.3071054Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:29.3071372Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:29.3071749Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:29.3072208Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:29.3072669Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:29.3072960Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:29.3073447Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:29.3073956Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:29.3074397Z   UTC_TIME: 2025_08_20T10_41_26_PM
2025-08-20T22:41:29.3074633Z ##[endgroup]
2025-08-20T22:41:31.0706188Z Attestation created for 18 subjects
2025-08-20T22:41:31.0710843Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:41:31.0711638Z -----BEGIN CERTIFICATE-----
2025-08-20T22:41:31.0712281Z MIIG7zCCBnagAwIBAgIUdKrDThBx1KZmVIzSHqsqOyoCb4wwCgYIKoZIzj0EAwMw
2025-08-20T22:41:31.0713675Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:41:31.0714570Z cm1lZGlhdGUwHhcNMjUwODIwMjI0MTMwWhcNMjUwODIwMjI1MTMwWjAAMFkwEwYH
2025-08-20T22:41:31.0715462Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE3uDC4EQ7rVfY+DW+2gRhZbnCKe5F0f8tojgZ
2025-08-20T22:41:31.0716271Z HbM4WdQrD6669B8x164Y2FFCD53Mj96NOYnx/mQKIkZ1rt8cNqOCBZUwggWRMA4G
2025-08-20T22:41:31.0717084Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUiNNG
2025-08-20T22:41:31.0717927Z FR52qFVtAqj6+4ftXvDAXQUwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:41:31.0718740Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:41:31.0719791Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:41:31.0720688Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:41:31.0721547Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:41:31.0722380Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:41:31.0723418Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:41:31.0724312Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:41:31.0725204Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:41:31.0726097Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:41:31.0726964Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:41:31.0727847Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:41:31.0728748Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:41:31.0729618Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:41:31.0730498Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:41:31.0731412Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:41:31.0732326Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:41:31.0746761Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:41:31.0747703Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:41:31.0748580Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:41:31.0749461Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:41:31.0750581Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:41:31.0751519Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:41:31.0752414Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:41:31.0753451Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NDEyNDM3L2F0
2025-08-20T22:41:31.0754342Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T22:41:31.0755269Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJpP/V
2025-08-20T22:41:31.0756142Z AAAEAwBIMEYCIQCidD2937EHFQuzFT7DdYs8uYhOWn0S1bC7UqPASq2n7QIhAJFW
2025-08-20T22:41:31.0757015Z gkV99T4WLuugmMhFtVoKky8zn6Mu+5vLyh4EfaykMAoGCCqGSM49BAMDA2cAMGQC
2025-08-20T22:41:31.0757837Z MDV8Rjg8UkHnM85ZsQhafb9evCSCREyakxH/rHD9jIwm8t1xslTfQbbd94zNlUI/
2025-08-20T22:41:31.0758674Z wwIwaL21zN3IZwzXCZqZpeAaqQSZKpfdi006P2bFPFqeBNhKkk1OaSYf5U+X8O/i
2025-08-20T22:41:31.0759307Z COEQ
2025-08-20T22:41:31.0759610Z -----END CERTIFICATE-----
2025-08-20T22:41:31.0759882Z 
2025-08-20T22:41:31.0760534Z ##[endgroup]
2025-08-20T22:41:31.0761275Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:41:31.0761955Z https://search.sigstore.dev?logIndex=414557550
2025-08-20T22:41:31.0762545Z [36mAttestation uploaded to repository[39m
2025-08-20T22:41:31.0763057Z https://github.com/pkgforge/bincache/attestations/9876067
2025-08-20T22:41:31.1624561Z ##[group]Run ##Presets
2025-08-20T22:41:31.1624854Z [36;1m##Presets[0m
2025-08-20T22:41:31.1625072Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:31.1625294Z [36;1m#-------------#[0m
2025-08-20T22:41:31.1625633Z [36;1m##Debug?[0m
2025-08-20T22:41:31.1625892Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:41:31.1626195Z [36;1m  set -x[0m
2025-08-20T22:41:31.1626385Z [36;1mfi[0m
2025-08-20T22:41:31.1626572Z [36;1m#-------------#[0m
2025-08-20T22:41:31.1626884Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:41:31.1627427Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/sendme/official"[0m
2025-08-20T22:41:31.1627847Z [36;1m exit 1[0m
2025-08-20T22:41:31.1628039Z [36;1mfi[0m
2025-08-20T22:41:31.1676818Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:31.1677071Z env:
2025-08-20T22:41:31.1677261Z   CROSS_COMPILING: NO
2025-08-20T22:41:31.1677532Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:31.1677772Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:31.1677994Z   ON_QEMU: NO
2025-08-20T22:41:31.1678175Z   DEBUG: 0
2025-08-20T22:41:31.1678364Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:31.1678609Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:31.1678908Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:31.1679223Z   KEEP_LOGS: YES
2025-08-20T22:41:31.1679424Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:31.1679650Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:31.1679871Z   SBUILD_REBUILD: false
2025-08-20T22:41:31.1680424Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:31.1681026Z   BUILD_SYS: docker://rust
2025-08-20T22:41:31.1681262Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:31.1681479Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:31.1681680Z   SYSTMP: /tmp
2025-08-20T22:41:31.1681871Z   GHA_MODE: MATRIX
2025-08-20T22:41:31.1682319Z   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-20T22:41:31.1682846Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:31.1683352Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:31.1683775Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:31.1684268Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:31.1684658Z   PKG_TYPE: static
2025-08-20T22:41:31.1684858Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:31.1685216Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:31.1685610Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:31.1685992Z   BUILD_ID: 17109412437
2025-08-20T22:41:31.1686205Z   PKG_NAME: sendme
2025-08-20T22:41:31.1686410Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:31.1686668Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:31.1686934Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:31.1687247Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:31.1687620Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:31.1688073Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:31.1688524Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:31.1688818Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:31.1689099Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:31.1689592Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:31.1690028Z   UTC_TIME: 2025_08_20T10_41_26_PM
2025-08-20T22:41:31.1690266Z ##[endgroup]
2025-08-20T22:41:31.1783735Z ##[group]Run ##Presets
2025-08-20T22:41:31.1784031Z [36;1m##Presets[0m
2025-08-20T22:41:31.1784246Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:31.1784467Z [36;1m#-------------#[0m
2025-08-20T22:41:31.1784671Z [36;1m##Debug?[0m
2025-08-20T22:41:31.1784926Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:41:31.1785230Z [36;1m  set -x[0m
2025-08-20T22:41:31.1785550Z [36;1mfi[0m
2025-08-20T22:41:31.1785735Z [36;1m#-------------#[0m
2025-08-20T22:41:31.1785982Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:41:31.1786442Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sendme/official"[0m
2025-08-20T22:41:31.1786863Z [36;1m exit 1[0m
2025-08-20T22:41:31.1787058Z [36;1mfi[0m
2025-08-20T22:41:31.1833627Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:31.1833880Z env:
2025-08-20T22:41:31.1834069Z   CROSS_COMPILING: NO
2025-08-20T22:41:31.1834292Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:31.1834568Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:31.1834788Z   ON_QEMU: NO
2025-08-20T22:41:31.1834974Z   DEBUG: 0
2025-08-20T22:41:31.1835172Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:31.1835416Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:31.1835710Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:31.1836035Z   KEEP_LOGS: YES
2025-08-20T22:41:31.1836233Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:31.1836460Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:31.1836675Z   SBUILD_REBUILD: false
2025-08-20T22:41:31.1837225Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:31.1837797Z   BUILD_SYS: docker://rust
2025-08-20T22:41:31.1838024Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:31.1838226Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:31.1838431Z   SYSTMP: /tmp
2025-08-20T22:41:31.1838614Z   GHA_MODE: MATRIX
2025-08-20T22:41:31.1839062Z   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-20T22:41:31.1839585Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:31.1839916Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:31.1840309Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:31.1840805Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:31.1841197Z   PKG_TYPE: static
2025-08-20T22:41:31.1841398Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:31.1841635Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:31.1842019Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:31.1842517Z   BUILD_ID: 17109412437
2025-08-20T22:41:31.1842717Z   PKG_NAME: sendme
2025-08-20T22:41:31.1842922Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:31.1843301Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:31.1843578Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:31.1843889Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:31.1844258Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:31.1844713Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:31.1845179Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:31.1845475Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:31.1845753Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:31.1846259Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:31.1846700Z   UTC_TIME: 2025_08_20T10_41_26_PM
2025-08-20T22:41:31.1846941Z ##[endgroup]
2025-08-20T22:41:31.1939715Z ##[group]Run ##Presets
2025-08-20T22:41:31.1939992Z [36;1m##Presets[0m
2025-08-20T22:41:31.1940215Z [36;1mset +x ; set +e[0m
2025-08-20T22:41:31.1940438Z [36;1m#-------------#[0m
2025-08-20T22:41:31.1940643Z [36;1m##Debug?[0m
2025-08-20T22:41:31.1940892Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:41:31.1941188Z [36;1m  set -x[0m
2025-08-20T22:41:31.1941380Z [36;1mfi[0m
2025-08-20T22:41:31.1941568Z [36;1m#-------------#[0m
2025-08-20T22:41:31.1941931Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:41:31.1942442Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:41:31.1942746Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:41:31.1943013Z [36;1mfi[0m
2025-08-20T22:41:31.1990172Z shell: /usr/bin/bash -e {0}
2025-08-20T22:41:31.1990410Z env:
2025-08-20T22:41:31.1990594Z   CROSS_COMPILING: NO
2025-08-20T22:41:31.1990864Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:41:31.1991112Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:41:31.1991339Z   ON_QEMU: NO
2025-08-20T22:41:31.1991521Z   DEBUG: 0
2025-08-20T22:41:31.1991714Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:41:31.1991955Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:41:31.1992262Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sendme/official
2025-08-20T22:41:31.1992570Z   KEEP_LOGS: YES
2025-08-20T22:41:31.1992772Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:41:31.1992998Z   PKG_FAMILY_LOCAL: sendme
2025-08-20T22:41:31.1993408Z   SBUILD_REBUILD: false
2025-08-20T22:41:31.1993967Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sendme/static.official.source.yaml
2025-08-20T22:41:31.1994554Z   BUILD_SYS: docker://rust
2025-08-20T22:41:31.1994781Z   BUILD_ON_HOST: FALSE
2025-08-20T22:41:31.1994988Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:41:31.1995186Z   SYSTMP: /tmp
2025-08-20T22:41:31.1995371Z   GHA_MODE: MATRIX
2025-08-20T22:41:31.1995815Z   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-20T22:41:31.1996365Z   INPUT_SBUILD: /tmp/pkgforge/LsW9wVkxg_build.yaml
2025-08-20T22:41:31.1996700Z   BUILD_DIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml
2025-08-20T22:41:31.1997101Z   SBUILD_OUTDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR
2025-08-20T22:41:31.1997590Z   SBUILD_TMPDIR: /tmp/pkgforge/ku2p37e_LsW9wVkxg_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:41:31.1997974Z   PKG_TYPE: static
2025-08-20T22:41:31.1998180Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:41:31.1998423Z   SBUILD_PKGVER: HEAD-519ef0c-250819T203246
2025-08-20T22:41:31.1998813Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109412437
2025-08-20T22:41:31.1999196Z   BUILD_ID: 17109412437
2025-08-20T22:41:31.1999404Z   PKG_NAME: sendme
2025-08-20T22:41:31.1999607Z   PKG_DATE: 2025-08-20T22:40:53Z
2025-08-20T22:41:31.1999867Z   PKG_VERSION: HEAD-519ef0c-250819T203246
2025-08-20T22:41:31.2000264Z   PKG_VERSION_UPSTREAM: 0.27.0
2025-08-20T22:41:31.2000577Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sendme/official/sendme
2025-08-20T22:41:31.2000941Z   GHCRPKG_TAG: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:31.2001385Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/sendme/official/sendme
2025-08-20T22:41:31.2001844Z   PKG_SRCURL: https://github.com/n0-computer/sendme
2025-08-20T22:41:31.2002130Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:41:31.2002408Z   GHCRPKG_TAG_SRCBUILD: HEAD-519ef0c-250819T203246-x86_64-linux
2025-08-20T22:41:31.2002898Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sendme/official/sendme-srcbuild-17109412437
2025-08-20T22:41:31.2003536Z   UTC_TIME: 2025_08_20T10_41_26_PM
2025-08-20T22:41:31.2003802Z ##[endgroup]
2025-08-20T22:41:31.2085082Z EXITED
2025-08-20T22:41:31.2132123Z Cleaning up orphan processes
